@forge/cli-shared 8.15.1-next.8 → 8.15.1-next.9-experimental-3fd1b86
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 +23 -0
- package/out/graphql/graphql-types.d.ts +378 -14
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +72 -37
- package/out/tunnel/docker-compose-lifecycle.d.ts +5 -0
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +21 -1
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.15.1-next.9-experimental-3fd1b86
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2b94ed8: added custom scopes command to the forge help command
|
|
8
|
+
- c1526eb: Improve warning message for failing to read feature flags change visibility to require verbose to reduce confusion
|
|
9
|
+
- 19807bf: Changed schema for container resources
|
|
10
|
+
- a684b69: Refactor the order of starting the containers docker compose stack, to lint the manifest first
|
|
11
|
+
- 2719ab7: Add image tag filtering for container repository listing
|
|
12
|
+
- Updated dependencies [e4c143c]
|
|
13
|
+
- Updated dependencies [42e069d]
|
|
14
|
+
- Updated dependencies [19807bf]
|
|
15
|
+
- Updated dependencies [6247657]
|
|
16
|
+
- Updated dependencies [8246b16]
|
|
17
|
+
- Updated dependencies [fa9b5aa]
|
|
18
|
+
- @forge/manifest@12.1.0-next.5-experimental-3fd1b86
|
|
19
|
+
|
|
20
|
+
## 8.15.1-next.9
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- a684b69: Refactor the order of starting the containers docker compose stack, to lint the manifest first
|
|
25
|
+
|
|
3
26
|
## 8.15.1-next.8
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|