@forge/cli-shared 8.15.1-next.3 → 8.15.1-next.4-experimental-e5e0b64
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 +18 -0
- package/out/graphql/graphql-types.d.ts +715 -89
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +85 -40
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +6 -2
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.15.1-next.4-experimental-e5e0b64
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c1526eb: Improve warning message for failing to read feature flags change visibility to require verbose to reduce confusion
|
|
8
|
+
- 19807bf: Changed schema for container resources
|
|
9
|
+
- 2719ab7: Add image tag filtering for container repository listing
|
|
10
|
+
- Updated dependencies [e4c143c]
|
|
11
|
+
- Updated dependencies [19807bf]
|
|
12
|
+
- Updated dependencies [fa9b5aa]
|
|
13
|
+
- @forge/manifest@12.1.0-next.2-experimental-e5e0b64
|
|
14
|
+
|
|
15
|
+
## 8.15.1-next.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- c1526eb: Improve warning message for failing to read feature flags change visibility to require verbose to reduce confusion
|
|
20
|
+
|
|
3
21
|
## 8.15.1-next.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|