@forge/cli-shared 9.4.0-next.7 → 9.4.0-next.8-experimental-3dcad97
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 +25 -0
- package/out/graphql/graphql-types.d.ts +1587 -323
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +217 -98
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.4.0-next.8-experimental-3dcad97
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 016ed9d: Upgrading graphql-request dependency
|
|
8
|
+
- d1767a0: New dynamic hint bar added to progress display
|
|
9
|
+
- 2b13c2e: Move from node-fetch to native fetch
|
|
10
|
+
- ff4f2bf: Add `forge site provision` to provision a new demo site or get an existing demo site.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 47c4c75: Add a friendly fail-closed error when Forge CLI proxy setup fails.
|
|
15
|
+
- 71d0c4e: update 'manifest render' command description
|
|
16
|
+
- f9fba62: Add an option to inspect the application bundle
|
|
17
|
+
- 9afd5c3: Add native Forge CLI proxy support for Node and Undici network clients.
|
|
18
|
+
- Updated dependencies [ccd5143]
|
|
19
|
+
- Updated dependencies [6c1371a]
|
|
20
|
+
- @forge/manifest@13.3.1-next.1-experimental-3dcad97
|
|
21
|
+
|
|
22
|
+
## 9.4.0-next.8
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 9afd5c3: Add native Forge CLI proxy support for Node and Undici network clients.
|
|
27
|
+
|
|
3
28
|
## 9.4.0-next.7
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|