@forge/cli-shared 9.4.0-next.4 → 9.4.0-next.4-experimental-016ed9d
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 +15 -0
- package/out/graphql/graphql-types.d.ts +364 -20
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +144 -48
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.4.0-next.4-experimental-016ed9d
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 016ed9d: Upgrading graphql-request dependency
|
|
8
|
+
- 2b13c2e: Move from node-fetch to native fetch
|
|
9
|
+
- ff4f2bf: Add `forge site provision` to provision a new demo site or get an existing demo site.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 71d0c4e: update 'manifest render' command description
|
|
14
|
+
- f9fba62: Add an option to inspect the application bundle
|
|
15
|
+
- Updated dependencies [6c1371a]
|
|
16
|
+
- @forge/manifest@13.3.1-next.0-experimental-016ed9d
|
|
17
|
+
|
|
3
18
|
## 9.4.0-next.4
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|