@forge/cli-shared 8.8.2-next.4-experimental-4cf7fd3 → 8.9.0-next.6
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 +8 -7
- package/out/graphql/graphql-types.d.ts +304 -8
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +54 -30
- package/out/tunnel/docker-compose-lifecycle.d.ts +3 -0
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +21 -2
- package/out/ui/command-line-ui.d.ts +10 -1
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +59 -2
- package/out/ui/text.d.ts +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.
|
|
3
|
+
## 8.9.0-next.6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5efbe5a: Added new watch flag to show services command
|
|
8
|
+
|
|
9
|
+
## 8.8.2-next.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [9a6d346]
|
|
9
|
-
- Updated dependencies [260eb24]
|
|
10
|
-
- Updated dependencies [8962080]
|
|
11
|
-
- Updated dependencies [78efec7]
|
|
12
|
-
- @forge/manifest@11.0.0-next.3-experimental-4cf7fd3
|
|
13
|
+
- ef033a5: support container identity when tunneling
|
|
13
14
|
|
|
14
15
|
## 8.8.2-next.4
|
|
15
16
|
|