@forge/cli-shared 8.4.0 → 8.5.0-experimental-73629cc
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 +99 -0
- package/out/graphql/graphql-types.d.ts +5707 -151
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +556 -28
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +6 -0
- package/out/shared/assistant-cli.d.ts +14 -0
- package/out/shared/assistant-cli.d.ts.map +1 -0
- package/out/shared/assistant-cli.js +73 -0
- package/out/shared/error-handling.d.ts +5 -1
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +5 -1
- package/out/shared/index.d.ts +1 -0
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +1 -0
- package/out/shared/test.d.ts.map +1 -1
- package/out/shared/test.js +1 -2
- package/out/tunnel/tunnel-options.d.ts +1 -0
- package/out/tunnel/tunnel-options.d.ts.map +1 -1
- package/out/ui/text.d.ts +21 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +48 -27
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,104 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.5.0-experimental-73629cc
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fe2852a]
|
|
8
|
+
- @forge/manifest@10.4.0-experimental-73629cc
|
|
9
|
+
|
|
10
|
+
## 8.5.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 924b093: Allow installation of previous major versions
|
|
15
|
+
- be30715: Add integration tests for developer space flow, comment T&C flow
|
|
16
|
+
- a209a3d: integrate with rovo dev cli
|
|
17
|
+
- 2a0dadd: Remove Node18 runtime
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- b262081: Minor bug fix with handling containers image list pagination command
|
|
22
|
+
- 725a653: Don't collect metadata from symlinked external dependencies
|
|
23
|
+
- a0e621c: Error handling, renaming few error messages in developer space flow
|
|
24
|
+
- 7b15cc4: Hide TypeScript bundler behind an EAP
|
|
25
|
+
- bda7c8d: Send 'app packaged' analytics event
|
|
26
|
+
- Updated dependencies [7e13ccd]
|
|
27
|
+
- Updated dependencies [acb3247]
|
|
28
|
+
- Updated dependencies [17dfed4]
|
|
29
|
+
- Updated dependencies [2a0dadd]
|
|
30
|
+
- Updated dependencies [d3b9bde]
|
|
31
|
+
- @forge/manifest@10.4.0
|
|
32
|
+
|
|
33
|
+
## 8.5.0-next.8
|
|
34
|
+
|
|
35
|
+
### Minor Changes
|
|
36
|
+
|
|
37
|
+
- a209a3d: integrate with rovo dev cli
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- b262081: Minor bug fix with handling containers image list pagination command
|
|
42
|
+
|
|
43
|
+
## 8.5.0-next.7
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- 725a653: Don't collect metadata from symlinked external dependencies
|
|
48
|
+
- a0e621c: Error handling, renaming few error messages in developer space flow
|
|
49
|
+
- 7b15cc4: Hide TypeScript bundler behind an EAP
|
|
50
|
+
|
|
51
|
+
## 8.5.0-next.6
|
|
52
|
+
|
|
53
|
+
### Minor Changes
|
|
54
|
+
|
|
55
|
+
- 924b093: Allow installation of previous major versions
|
|
56
|
+
|
|
57
|
+
## 8.5.0-next.5
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [7e13ccd]
|
|
62
|
+
- @forge/manifest@10.4.0-next.3
|
|
63
|
+
|
|
64
|
+
## 8.5.0-next.4
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- Updated dependencies [acb3247]
|
|
69
|
+
- Updated dependencies [d3b9bde]
|
|
70
|
+
- @forge/manifest@10.4.0-next.2
|
|
71
|
+
|
|
72
|
+
## 8.5.0-next.3
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- Updated dependencies [17dfed4]
|
|
77
|
+
- @forge/manifest@10.4.0-next.1
|
|
78
|
+
|
|
79
|
+
## 8.5.0-next.2
|
|
80
|
+
|
|
81
|
+
### Minor Changes
|
|
82
|
+
|
|
83
|
+
- 2a0dadd: Remove Node18 runtime
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [2a0dadd]
|
|
88
|
+
- @forge/manifest@10.4.0-next.0
|
|
89
|
+
|
|
90
|
+
## 8.5.0-next.1
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- bda7c8d: Send 'app packaged' analytics event
|
|
95
|
+
|
|
96
|
+
## 8.5.0-next.0
|
|
97
|
+
|
|
98
|
+
### Minor Changes
|
|
99
|
+
|
|
100
|
+
- be30715: Add integration tests for developer space flow, comment T&C flow
|
|
101
|
+
|
|
3
102
|
## 8.4.0
|
|
4
103
|
|
|
5
104
|
### Minor Changes
|