@forge/cli-shared 8.15.1-next.0-experimental-5b18257 → 8.15.1-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 +66 -2
- package/out/graphql/graphql-types.d.ts +7747 -322
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +895 -41
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +6 -2
- 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 +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +7 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,74 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.15.1-next.
|
|
3
|
+
## 8.15.1-next.10
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 63d29ca: Update dynamic egress and remote manifest in preparation for Preview
|
|
8
|
+
- Updated dependencies [434fb15]
|
|
9
|
+
- Updated dependencies [63d29ca]
|
|
10
|
+
- @forge/manifest@12.1.0-next.6
|
|
11
|
+
|
|
12
|
+
## 8.15.1-next.9
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- a684b69: Refactor the order of starting the containers docker compose stack, to lint the manifest first
|
|
17
|
+
|
|
18
|
+
## 8.15.1-next.8
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [8246b16]
|
|
23
|
+
- @forge/manifest@12.1.0-next.5
|
|
24
|
+
|
|
25
|
+
## 8.15.1-next.7
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [6247657]
|
|
30
|
+
- @forge/manifest@12.1.0-next.4
|
|
31
|
+
|
|
32
|
+
## 8.15.1-next.6
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- 2b94ed8: added custom scopes command to the forge help command
|
|
37
|
+
|
|
38
|
+
## 8.15.1-next.5
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [42e069d]
|
|
43
|
+
- @forge/manifest@12.1.0-next.3
|
|
44
|
+
|
|
45
|
+
## 8.15.1-next.4
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- c1526eb: Improve warning message for failing to read feature flags change visibility to require verbose to reduce confusion
|
|
50
|
+
|
|
51
|
+
## 8.15.1-next.3
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [e4c143c]
|
|
56
|
+
- @forge/manifest@12.1.0-next.2
|
|
57
|
+
|
|
58
|
+
## 8.15.1-next.2
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies [fa9b5aa]
|
|
63
|
+
- @forge/manifest@12.1.0-next.1
|
|
64
|
+
|
|
65
|
+
## 8.15.1-next.1
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- 19807bf: Changed schema for container resources
|
|
70
|
+
- Updated dependencies [19807bf]
|
|
71
|
+
- @forge/manifest@12.1.0-next.0
|
|
8
72
|
|
|
9
73
|
## 8.15.1-next.0
|
|
10
74
|
|