@forge/cli-shared 6.4.0-next.9 → 6.4.0
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 +54 -0
- package/out/graphql/graphql-types.d.ts +815 -71
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +88 -48
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +9 -5
- package/out/ui/text.d.ts +23 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +36 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- cc6571c: Update feature gate implementation to allow pass in custom attribute
|
|
8
|
+
- 94b5a3d: Add RoA eligibility message post deployment
|
|
9
|
+
- fa239b2: Error handling and logging for the cloudflared process used by tunnel
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 08c832b: Add support for license-modes and users-with-access options in the forge install command
|
|
14
|
+
- a2eed13: Update test for deprecated feature flag
|
|
15
|
+
- 85663fe: Display filename, index, line, and column when linting results in a compilation error.
|
|
16
|
+
- 34fe2fa: Changing the default value of feature gate forge-cli-enable-atlas-product-support to false
|
|
17
|
+
- Updated dependencies [319c5aa]
|
|
18
|
+
- Updated dependencies [5c5aa55]
|
|
19
|
+
- Updated dependencies [d93dd92]
|
|
20
|
+
- Updated dependencies [3d8c83f]
|
|
21
|
+
- Updated dependencies [80f2659]
|
|
22
|
+
- Updated dependencies [6fddb0a]
|
|
23
|
+
- Updated dependencies [2993e98]
|
|
24
|
+
- Updated dependencies [f5a52b8]
|
|
25
|
+
- Updated dependencies [c3a2fca]
|
|
26
|
+
- Updated dependencies [cefd0cd]
|
|
27
|
+
- Updated dependencies [88b77fc]
|
|
28
|
+
- Updated dependencies [4e23811]
|
|
29
|
+
- @forge/manifest@8.1.0
|
|
30
|
+
|
|
31
|
+
## 6.4.0-next.13
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [d93dd92]
|
|
36
|
+
- @forge/manifest@8.1.0-next.8
|
|
37
|
+
|
|
38
|
+
## 6.4.0-next.12
|
|
39
|
+
|
|
40
|
+
### Minor Changes
|
|
41
|
+
|
|
42
|
+
- cc6571c: Update feature gate implementation to allow pass in custom attribute
|
|
43
|
+
|
|
44
|
+
## 6.4.0-next.11
|
|
45
|
+
|
|
46
|
+
### Minor Changes
|
|
47
|
+
|
|
48
|
+
- 94b5a3d: Add RoA eligibility message post deployment
|
|
49
|
+
|
|
50
|
+
## 6.4.0-next.10
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [5c5aa55]
|
|
55
|
+
- @forge/manifest@8.1.0-next.7
|
|
56
|
+
|
|
3
57
|
## 6.4.0-next.9
|
|
4
58
|
|
|
5
59
|
### Patch Changes
|