@forge/cli 11.2.0-next.17 → 11.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/npm-shrinkwrap.json +43 -43
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 11.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4ea0756: Bump up the minimum compatible node version
|
|
8
|
+
- 2712852: Rename csuik to ui-kit templates
|
|
9
|
+
- 9471e5d: Package Node runtime in a central location and remove 'bundled'
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 514516e: adding support for XPA upgrade installations
|
|
14
|
+
- 456e5a9: Fix tunnelling using single wrapper
|
|
15
|
+
- d36ac75: Add v8-compile-cache/node22 enableCompileCache to speed up subsequent invocations
|
|
16
|
+
- 29f82ff: Support --no-color option
|
|
17
|
+
- dd61abf: Fix integration tests
|
|
18
|
+
- 812cdf4: Log requestId from deployment request instead of polling requests
|
|
19
|
+
- 4879128: Revert Changes: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
20
|
+
- cf5bc5c: Improve XPA error messages
|
|
21
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
22
|
+
- 0c9628f: Update wording for cross product app during uninstall
|
|
23
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
24
|
+
- 30f197e: Refactoring to enable alternate bundler support
|
|
25
|
+
- Updated dependencies [70cd30c]
|
|
26
|
+
- Updated dependencies [2712852]
|
|
27
|
+
- Updated dependencies [456e5a9]
|
|
28
|
+
- Updated dependencies [4879128]
|
|
29
|
+
- Updated dependencies [009ab70]
|
|
30
|
+
- Updated dependencies [cf5bc5c]
|
|
31
|
+
- Updated dependencies [272d770]
|
|
32
|
+
- Updated dependencies [9471e5d]
|
|
33
|
+
- Updated dependencies [78a006f]
|
|
34
|
+
- Updated dependencies [4c15b3a]
|
|
35
|
+
- Updated dependencies [359756b]
|
|
36
|
+
- Updated dependencies [34db0f6]
|
|
37
|
+
- Updated dependencies [01ca857]
|
|
38
|
+
- Updated dependencies [70badb7]
|
|
39
|
+
- Updated dependencies [30f197e]
|
|
40
|
+
- @forge/cli-shared@6.7.0
|
|
41
|
+
- @forge/manifest@8.8.0
|
|
42
|
+
- @forge/tunnel@5.10.0
|
|
43
|
+
- @forge/bundler@4.21.0
|
|
44
|
+
- @forge/runtime@5.10.7
|
|
45
|
+
- @forge/lint@5.7.2
|
|
46
|
+
|
|
3
47
|
## 11.2.0-next.17
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "11.2.0
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@forge/cli",
|
|
9
|
-
"version": "11.2.0
|
|
9
|
+
"version": "11.2.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@forge/bundler": "4.21.0
|
|
14
|
-
"@forge/cli-shared": "6.7.0
|
|
13
|
+
"@forge/bundler": "4.21.0",
|
|
14
|
+
"@forge/cli-shared": "6.7.0",
|
|
15
15
|
"@forge/egress": "1.4.0",
|
|
16
16
|
"@forge/i18n": "0.0.4",
|
|
17
|
-
"@forge/lint": "5.7.2
|
|
18
|
-
"@forge/manifest": "8.8.0
|
|
19
|
-
"@forge/runtime": "5.10.7
|
|
20
|
-
"@forge/tunnel": "5.10.0
|
|
17
|
+
"@forge/lint": "5.7.2",
|
|
18
|
+
"@forge/manifest": "8.8.0",
|
|
19
|
+
"@forge/runtime": "5.10.7",
|
|
20
|
+
"@forge/tunnel": "5.10.0",
|
|
21
21
|
"@forge/util": "1.4.8",
|
|
22
22
|
"@sentry/node": "7.106.0",
|
|
23
23
|
"ajv": "^8.12.0",
|
|
@@ -834,9 +834,9 @@
|
|
|
834
834
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
835
835
|
},
|
|
836
836
|
"node_modules/@forge/bundler": {
|
|
837
|
-
"version": "4.21.0
|
|
838
|
-
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.21.0
|
|
839
|
-
"integrity": "sha512-
|
|
837
|
+
"version": "4.21.0",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.21.0.tgz",
|
|
839
|
+
"integrity": "sha512-z8xgolQynABbVaNK+a+Gjx0QxFmEVNmvOycjp2eMlDt+K+n22b93ReVWxxpRBPhTvl7m9CPLj0YCKh5iwvXzQA==",
|
|
840
840
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
841
841
|
"dependencies": {
|
|
842
842
|
"@babel/core": "^7.24.0",
|
|
@@ -846,12 +846,12 @@
|
|
|
846
846
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
847
847
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
848
848
|
"@babel/preset-typescript": "^7.23.3",
|
|
849
|
-
"@forge/api": "5.1.1
|
|
849
|
+
"@forge/api": "5.1.1",
|
|
850
850
|
"@forge/babel-plugin-transform-ui": "1.1.21",
|
|
851
|
-
"@forge/cli-shared": "6.7.0
|
|
851
|
+
"@forge/cli-shared": "6.7.0",
|
|
852
852
|
"@forge/i18n": "0.0.4",
|
|
853
|
-
"@forge/lint": "5.7.2
|
|
854
|
-
"@forge/manifest": "8.8.0
|
|
853
|
+
"@forge/lint": "5.7.2",
|
|
854
|
+
"@forge/manifest": "8.8.0",
|
|
855
855
|
"@forge/util": "1.4.8",
|
|
856
856
|
"assert": "^2.1.0",
|
|
857
857
|
"babel-loader": "^8.3.0",
|
|
@@ -891,14 +891,14 @@
|
|
|
891
891
|
}
|
|
892
892
|
},
|
|
893
893
|
"node_modules/@forge/bundler/node_modules/@forge/api": {
|
|
894
|
-
"version": "5.1.1
|
|
895
|
-
"resolved": "https://registry.npmjs.org/@forge/api/-/api-5.1.1
|
|
896
|
-
"integrity": "sha512-
|
|
894
|
+
"version": "5.1.1",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/@forge/api/-/api-5.1.1.tgz",
|
|
896
|
+
"integrity": "sha512-Ph3w6H404bg/DGBoqksUaxNt19f/cONrV1UNEhdMIISo/R8jVSaeimgcC8hNDbd8iYVJfRoDvzlKmjBGod1AAw==",
|
|
897
897
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
898
898
|
"dependencies": {
|
|
899
899
|
"@forge/auth": "0.0.7",
|
|
900
900
|
"@forge/egress": "1.4.0",
|
|
901
|
-
"@forge/storage": "1.8.0
|
|
901
|
+
"@forge/storage": "1.8.0",
|
|
902
902
|
"@forge/util": "1.4.8",
|
|
903
903
|
"headers-utils": "^3.0.2"
|
|
904
904
|
}
|
|
@@ -913,19 +913,19 @@
|
|
|
913
913
|
}
|
|
914
914
|
},
|
|
915
915
|
"node_modules/@forge/bundler/node_modules/@forge/storage": {
|
|
916
|
-
"version": "1.8.0
|
|
917
|
-
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.8.0
|
|
918
|
-
"integrity": "sha512-
|
|
916
|
+
"version": "1.8.0",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.8.0.tgz",
|
|
918
|
+
"integrity": "sha512-xDHyrXKZ10r99vXsWmuD7+AUFWrptyAi8HFk+97froly6MDKT4V1zgV/0eV8fOCVKz9GX+HiGZNTnCjzpGqKxA==",
|
|
919
919
|
"license": "SEE LICENSE IN LICENSE.txt"
|
|
920
920
|
},
|
|
921
921
|
"node_modules/@forge/cli-shared": {
|
|
922
|
-
"version": "6.7.0
|
|
923
|
-
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.7.0
|
|
924
|
-
"integrity": "sha512-
|
|
922
|
+
"version": "6.7.0",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.7.0.tgz",
|
|
924
|
+
"integrity": "sha512-6XwrAKhNejivZ5kaJV905Dnl2hY8bn1I7/sX9ksDCkTUtERpZUaVhZHZai5A7ouPbksnixSPD0TjHFu0LnAxRQ==",
|
|
925
925
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
926
926
|
"dependencies": {
|
|
927
927
|
"@forge/i18n": "0.0.4",
|
|
928
|
-
"@forge/manifest": "8.8.0
|
|
928
|
+
"@forge/manifest": "8.8.0",
|
|
929
929
|
"@forge/util": "1.4.8",
|
|
930
930
|
"@sentry/node": "7.106.0",
|
|
931
931
|
"adm-zip": "^0.5.10",
|
|
@@ -986,15 +986,15 @@
|
|
|
986
986
|
}
|
|
987
987
|
},
|
|
988
988
|
"node_modules/@forge/lint": {
|
|
989
|
-
"version": "5.7.2
|
|
990
|
-
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.7.2
|
|
991
|
-
"integrity": "sha512-
|
|
989
|
+
"version": "5.7.2",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.7.2.tgz",
|
|
991
|
+
"integrity": "sha512-PRTzWN+QiyYpb/ZErEOiTQwy4sJi3XBSbydu2RkRsL0QjL9SB1Pw7dY0NkHtQ/eMa6ufGyEY163QZ6ChdiKcVg==",
|
|
992
992
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
993
993
|
"dependencies": {
|
|
994
|
-
"@forge/cli-shared": "6.7.0
|
|
994
|
+
"@forge/cli-shared": "6.7.0",
|
|
995
995
|
"@forge/csp": "3.6.2",
|
|
996
996
|
"@forge/egress": "1.4.0",
|
|
997
|
-
"@forge/manifest": "8.8.0
|
|
997
|
+
"@forge/manifest": "8.8.0",
|
|
998
998
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
999
999
|
"array.prototype.flatmap": "^1.3.2",
|
|
1000
1000
|
"atlassian-openapi": "^1.0.18",
|
|
@@ -1003,9 +1003,9 @@
|
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
1005
|
"node_modules/@forge/manifest": {
|
|
1006
|
-
"version": "8.8.0
|
|
1007
|
-
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.8.0
|
|
1008
|
-
"integrity": "sha512-
|
|
1006
|
+
"version": "8.8.0",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.8.0.tgz",
|
|
1008
|
+
"integrity": "sha512-omAGuLZkR1V5qGFuKX1c5KgurSAYrNlwfMpLYWb8ju0BLEHac9iXRjM9RxvYkkwTuLz9eX9R8SEEVJ8NPJu5oA==",
|
|
1009
1009
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1010
1010
|
"dependencies": {
|
|
1011
1011
|
"@forge/i18n": "0.0.4",
|
|
@@ -1020,9 +1020,9 @@
|
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
1022
|
"node_modules/@forge/runtime": {
|
|
1023
|
-
"version": "5.10.7
|
|
1024
|
-
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-5.10.7
|
|
1025
|
-
"integrity": "sha512-
|
|
1023
|
+
"version": "5.10.7",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-5.10.7.tgz",
|
|
1025
|
+
"integrity": "sha512-vB4/CP8x53SPkSw7Z2FYcigzfqVqgZiukzVpTaTqbjvytulKrXQ1w4lOuxAfe8HwOLdq61N0i8YWiRxIYvN6hQ==",
|
|
1026
1026
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1027
1027
|
"dependencies": {
|
|
1028
1028
|
"@forge/util": "1.4.8",
|
|
@@ -1036,15 +1036,15 @@
|
|
|
1036
1036
|
}
|
|
1037
1037
|
},
|
|
1038
1038
|
"node_modules/@forge/tunnel": {
|
|
1039
|
-
"version": "5.10.0
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.10.0
|
|
1041
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "5.10.0",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.10.0.tgz",
|
|
1041
|
+
"integrity": "sha512-d0P6TInRjFo7u/i5pqVcdEraDj9/600ILo22Kxt445GrP/dR682dKUBSb4GzEng61dolfuilKBEmkK6qShtySw==",
|
|
1042
1042
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1043
1043
|
"dependencies": {
|
|
1044
|
-
"@forge/bundler": "4.21.0
|
|
1045
|
-
"@forge/cli-shared": "6.7.0
|
|
1044
|
+
"@forge/bundler": "4.21.0",
|
|
1045
|
+
"@forge/cli-shared": "6.7.0",
|
|
1046
1046
|
"@forge/csp": "3.6.2",
|
|
1047
|
-
"@forge/runtime": "5.10.7
|
|
1047
|
+
"@forge/runtime": "5.10.7",
|
|
1048
1048
|
"chokidar": "^3.6.0",
|
|
1049
1049
|
"cloudflared": "^0.7.0",
|
|
1050
1050
|
"express": "^4.18.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "11.2.0
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"description": "A command line interface for managing Atlassian-hosted apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"postinstall": "node -e \"fs.existsSync('./out/bin/postinstall.js') && require('./out/bin/postinstall.js')\""
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@forge/bundler": "4.21.0
|
|
22
|
-
"@forge/cli-shared": "6.7.0
|
|
21
|
+
"@forge/bundler": "4.21.0",
|
|
22
|
+
"@forge/cli-shared": "6.7.0",
|
|
23
23
|
"@forge/egress": "1.4.0",
|
|
24
|
-
"@forge/lint": "5.7.2
|
|
25
|
-
"@forge/manifest": "8.8.0
|
|
26
|
-
"@forge/runtime": "5.10.7
|
|
27
|
-
"@forge/tunnel": "5.10.0
|
|
24
|
+
"@forge/lint": "5.7.2",
|
|
25
|
+
"@forge/manifest": "8.8.0",
|
|
26
|
+
"@forge/runtime": "5.10.7",
|
|
27
|
+
"@forge/tunnel": "5.10.0",
|
|
28
28
|
"@forge/util": "1.4.8",
|
|
29
29
|
"@sentry/node": "7.106.0",
|
|
30
30
|
"@forge/i18n": "0.0.4",
|