@forge/cli-shared 8.8.2-next.5 → 8.9.0-next.10-experimental-994fcd3
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 +52 -0
- package/out/graphql/graphql-types.d.ts +1238 -113
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +150 -50
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +7 -4
- 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,5 +1,57 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.9.0-next.10-experimental-994fcd3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5efbe5a: Added new watch flag to show services command
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 49bbec0: Display local port by default when tunneling
|
|
12
|
+
- 6ab8f99: Re-order dependency between sidecar container and app container so the sidecar is ready for app container bootstrap code
|
|
13
|
+
- ef033a5: support container identity when tunneling
|
|
14
|
+
- aaf8a03: forge tunnel with containers: delete auto generated docker compose files upon failing to startup
|
|
15
|
+
- Updated dependencies [9a6d346]
|
|
16
|
+
- Updated dependencies [260eb24]
|
|
17
|
+
- Updated dependencies [3228cf0]
|
|
18
|
+
- Updated dependencies [8962080]
|
|
19
|
+
- Updated dependencies [f0a5a03]
|
|
20
|
+
- Updated dependencies [78efec7]
|
|
21
|
+
- @forge/manifest@11.0.0-next.5-experimental-994fcd3
|
|
22
|
+
|
|
23
|
+
## 8.9.0-next.10
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 6ab8f99: Re-order dependency between sidecar container and app container so the sidecar is ready for app container bootstrap code
|
|
28
|
+
|
|
29
|
+
## 8.9.0-next.9
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [f0a5a03]
|
|
34
|
+
- @forge/manifest@11.0.0-next.5
|
|
35
|
+
|
|
36
|
+
## 8.9.0-next.8
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [3228cf0]
|
|
41
|
+
- @forge/manifest@11.0.0-next.4
|
|
42
|
+
|
|
43
|
+
## 8.9.0-next.7
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- 49bbec0: Display local port by default when tunneling
|
|
48
|
+
|
|
49
|
+
## 8.9.0-next.6
|
|
50
|
+
|
|
51
|
+
### Minor Changes
|
|
52
|
+
|
|
53
|
+
- 5efbe5a: Added new watch flag to show services command
|
|
54
|
+
|
|
3
55
|
## 8.8.2-next.5
|
|
4
56
|
|
|
5
57
|
### Patch Changes
|