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