@forge/cli-shared 8.5.0-next.8 → 8.5.1-next.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 +29 -0
- package/out/graphql/graphql-types.d.ts +1301 -97
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +118 -29
- package/out/service/statsig-service.d.ts +0 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +0 -3
- package/out/service/supported-products-service.d.ts.map +1 -1
- package/out/service/supported-products-service.js +0 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.5.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e0b9806: Remove spike code
|
|
8
|
+
|
|
9
|
+
## 8.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 924b093: Allow installation of previous major versions
|
|
14
|
+
- be30715: Add integration tests for developer space flow, comment T&C flow
|
|
15
|
+
- a209a3d: integrate with rovo dev cli
|
|
16
|
+
- 2a0dadd: Remove Node18 runtime
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- b262081: Minor bug fix with handling containers image list pagination command
|
|
21
|
+
- 725a653: Don't collect metadata from symlinked external dependencies
|
|
22
|
+
- a0e621c: Error handling, renaming few error messages in developer space flow
|
|
23
|
+
- 7b15cc4: Hide TypeScript bundler behind an EAP
|
|
24
|
+
- bda7c8d: Send 'app packaged' analytics event
|
|
25
|
+
- Updated dependencies [7e13ccd]
|
|
26
|
+
- Updated dependencies [acb3247]
|
|
27
|
+
- Updated dependencies [17dfed4]
|
|
28
|
+
- Updated dependencies [2a0dadd]
|
|
29
|
+
- Updated dependencies [d3b9bde]
|
|
30
|
+
- @forge/manifest@10.4.0
|
|
31
|
+
|
|
3
32
|
## 8.5.0-next.8
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|