@forge/cli-shared 8.8.0-next.2 → 8.8.0-next.2-experimental-98def98
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 +12 -0
- package/out/graphql/graphql-types.d.ts +541 -110
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +76 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.8.0-next.2-experimental-98def98
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8ff224b: Add automatic spinning up of docker compose stacks for containers when tunneling
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 90ee56f: Remove forge-cli-enable-atlas-product-support FF from type
|
|
12
|
+
- Updated dependencies [f5d3945]
|
|
13
|
+
- @forge/manifest@10.7.0-next.0-experimental-98def98
|
|
14
|
+
|
|
3
15
|
## 8.8.0-next.2
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|