@forge/cli-shared 8.15.1-next.2 → 8.15.1-next.4
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 +13 -0
- package/out/graphql/graphql-types.d.ts +616 -98
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +62 -33
- 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,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.15.1-next.4
|
|
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
|
+
|
|
9
|
+
## 8.15.1-next.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [e4c143c]
|
|
14
|
+
- @forge/manifest@12.1.0-next.2
|
|
15
|
+
|
|
3
16
|
## 8.15.1-next.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|