@forge/cli-shared 8.8.2-next.4-experimental-4cf7fd3 → 8.9.0-next.10
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 +34 -7
- package/out/graphql/graphql-types.d.ts +1187 -80
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +150 -40
- 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 +28 -6
- 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 +5 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,42 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.
|
|
3
|
+
## 8.9.0-next.10
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
- 6ab8f99: Re-order dependency between sidecar container and app container so the sidecar is ready for app container bootstrap code
|
|
8
|
+
|
|
9
|
+
## 8.9.0-next.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [f0a5a03]
|
|
14
|
+
- @forge/manifest@11.0.0-next.5
|
|
15
|
+
|
|
16
|
+
## 8.9.0-next.8
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [3228cf0]
|
|
21
|
+
- @forge/manifest@11.0.0-next.4
|
|
22
|
+
|
|
23
|
+
## 8.9.0-next.7
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 49bbec0: Display local port by default when tunneling
|
|
28
|
+
|
|
29
|
+
## 8.9.0-next.6
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- 5efbe5a: Added new watch flag to show services command
|
|
34
|
+
|
|
35
|
+
## 8.8.2-next.5
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- ef033a5: support container identity when tunneling
|
|
13
40
|
|
|
14
41
|
## 8.8.2-next.4
|
|
15
42
|
|