@forge/cli
13.0.0-next.1113.0.0-next.13
package.json~
package.jsonModified+5−5
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/cli",
- "version": "13.0.0-next.11",
+ "version": "13.0.0-next.13",
"description": "A command line interface for managing Atlassian-hosted apps",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"bin": {
@@ -20,16 +20,16 @@
"generate:custom-scopes-schema": "yaml -1js --indent 2 < src/custom-scopes/validation/schema.yaml > src/custom-scopes/validation/schema.json",
"generate:custom-scopes-types": "json2ts --input src/custom-scopes/validation/schema.json --output src/custom-scopes/generated-types.d.ts --style.singleQuote"
},
"dependencies": {
- "@forge/bundler": "7.0.0-next.11",
+ "@forge/bundler": "7.0.0-next.12",
"@forge/cli-shared": "9.0.0-next.9",
"@forge/egress": "3.0.0-next.0",
- "@forge/lint": "6.0.0-next.11",
+ "@forge/lint": "6.0.0-next.12",
"@forge/manifest": "13.0.0-next.3",
"@forge/i18n": "1.0.0-next.0",
"@forge/runtime": "7.0.0-next.1",
- "@forge/tunnel": "7.0.0-next.11",
+ "@forge/tunnel": "7.0.0-next.13",
"@forge/util": "3.0.0-next.0",
"@sentry/node": "7.106.0",
"ajv": "^8.18.0",
"archiver": "^7.0.1",
@@ -87,9 +87,9 @@
"jest-matcher-specific-error": "^1.0.0",
"jest-when": "^3.6.0",
"json-schema-to-typescript": "^10.1.5",
"jws": "^4.0.1",
- "memfs": "^4.6.0",
+ "memfs": "4.57.7",
"sentry-testkit": "^5.0.10",
"type-fest": "4.10.2",
"typescript": "5.9.2",
"yaml": "^2.3.4"