@forge/cli-shared 8.18.0-next.5 → 8.18.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 +21 -0
- package/out/graphql/graphql-types.d.ts +1722 -112
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +161 -43
- package/out/service/statsig-service.d.ts +2 -0
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -0
- package/out/ui/command-line-ui.d.ts +9 -2
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +31 -28
- package/out/ui/text.d.ts +2 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +3 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.18.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5adff35: Enable dynamic loading spinner configuration
|
|
8
|
+
|
|
9
|
+
## 8.18.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- e3947f2: Add app enforcement warning message for deploy,install and tunnel commands
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- ec5e461: Clean up feature gate forge-cli-enable-xpa-installation
|
|
18
|
+
- Updated dependencies [34fc90d]
|
|
19
|
+
- Updated dependencies [a1a0375]
|
|
20
|
+
- Updated dependencies [06c240c]
|
|
21
|
+
- Updated dependencies [2e6f63a]
|
|
22
|
+
- @forge/manifest@12.4.0
|
|
23
|
+
|
|
3
24
|
## 8.18.0-next.5
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|