@forge/cli-shared 8.7.0-next.3 → 8.7.0-next.3-experimental-3ed5db1
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 +17 -0
- package/out/graphql/graphql-types.d.ts +908 -62
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +47 -16
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.7.0-next.3-experimental-3ed5db1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c343935: Call commercial statsig for agc
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 895d478: Updates Agent MD file with appropriate instructions
|
|
12
|
+
- Updated dependencies [895d478]
|
|
13
|
+
- Updated dependencies [eeaa160]
|
|
14
|
+
- Updated dependencies [a85376a]
|
|
15
|
+
- Updated dependencies [5f384d1]
|
|
16
|
+
- Updated dependencies [fa952eb]
|
|
17
|
+
- Updated dependencies [b15478b]
|
|
18
|
+
- @forge/manifest@10.6.0-next.2-experimental-3ed5db1
|
|
19
|
+
|
|
3
20
|
## 8.7.0-next.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|