@forge/cli-shared 3.5.0-next.5 → 3.5.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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bbca9be: Forge CLI error handling and analytics changes
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- bae4bce: Explicitly state the supported node versions when using the CLI
|
|
12
|
+
- b7428f7: Update CLI copy for forge contributors add and remove
|
|
13
|
+
- a36488f: Bundle Node runtime wrapper using Webpack
|
|
14
|
+
- 6cda566: Add a way to inspect bundler output
|
|
15
|
+
- 8d0dc10: Use a single global to pass information from the runtime
|
|
16
|
+
- fed846f: Updated inquirer to version 8, fixed issues with inquirer table and testing
|
|
17
|
+
- Updated dependencies [4ac7253]
|
|
18
|
+
- Updated dependencies [8f01fae]
|
|
19
|
+
- @forge/manifest@4.5.3
|
|
20
|
+
|
|
3
21
|
## 3.5.0-next.5
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.5.0
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "4.5.3
|
|
15
|
+
"@forge/manifest": "4.5.3",
|
|
16
16
|
"@forge/util": "1.2.0",
|
|
17
17
|
"array.prototype.flatmap": "^1.2.3",
|
|
18
18
|
"case": "^1.6.2",
|