@forge/cli-shared 4.0.0-next.3 → 4.0.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 +22 -0
- package/out/graphql/graphql-types.d.ts +573 -12
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +105 -11
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 4.0.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9eee9ac]
|
|
8
|
+
- @forge/manifest@7.2.0-next.0
|
|
9
|
+
|
|
10
|
+
## 4.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- 83e1cd7: Add environment variable parsing in the manifest
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 2204a73: Check for wrapped FetchErrors to mark as user errors
|
|
19
|
+
- c6f6422: Use runtime options from templates correctly
|
|
20
|
+
- Updated dependencies [f8a4714]
|
|
21
|
+
- Updated dependencies [83e1cd7]
|
|
22
|
+
- @forge/util@1.4.3
|
|
23
|
+
- @forge/manifest@7.1.0
|
|
24
|
+
|
|
3
25
|
## 4.0.0-next.3
|
|
4
26
|
|
|
5
27
|
### Major Changes
|