@forge/cli-shared 3.11.0-next.1 → 3.11.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 +63 -0
- package/out/graphql/graphql-types.d.ts +431 -42
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +29 -4
- package/out/graphql/minimal-graphql-runner.d.ts +0 -2
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/graphql/minimal-graphql-runner.js +1 -5
- package/out/graphql/mutation-aware-graphql-client.d.ts +1 -2
- package/out/graphql/mutation-aware-graphql-client.d.ts.map +1 -1
- package/out/graphql/mutation-aware-graphql-client.js +1 -4
- package/out/shared/environment.d.ts +3 -1
- package/out/shared/environment.d.ts.map +1 -1
- package/out/shared/environment.js +15 -4
- package/out/shared/error-handling.d.ts +4 -0
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +12 -1
- package/out/ui/text.d.ts +24 -6
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +24 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,68 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.11.0-next.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6cb6ad2]
|
|
8
|
+
- @forge/manifest@4.10.0-next.3
|
|
9
|
+
|
|
10
|
+
## 3.11.0-next.9
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- f2d9cd7: Added "forge environment delete" command
|
|
15
|
+
|
|
16
|
+
## 3.11.0-next.8
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 97b57e7: Bumping dependencies via Renovate:
|
|
21
|
+
|
|
22
|
+
- unzipper
|
|
23
|
+
- @types/unzipper
|
|
24
|
+
|
|
25
|
+
## 3.11.0-next.7
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- 3e7edfb: Fix consistency of environment name in the CLI
|
|
30
|
+
|
|
31
|
+
## 3.11.0-next.6
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- b91c323: output request ID in analytics for all GraphQL errors
|
|
36
|
+
|
|
37
|
+
## 3.11.0-next.5
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 87b2440: Bumping dependencies via Renovate:
|
|
42
|
+
|
|
43
|
+
- recursive-readdir
|
|
44
|
+
- @types/recursive-readdir
|
|
45
|
+
|
|
46
|
+
## 3.11.0-next.4
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- Updated dependencies [9c3f9e47]
|
|
51
|
+
- @forge/manifest@4.10.0-next.2
|
|
52
|
+
|
|
53
|
+
## 3.11.0-next.3
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- Updated dependencies [6e015d7]
|
|
58
|
+
- @forge/manifest@4.10.0-next.1
|
|
59
|
+
|
|
60
|
+
## 3.11.0-next.2
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- 04a9b36: Node Runtime tunnel now reports an error if --debug is enabled
|
|
65
|
+
|
|
3
66
|
## 3.11.0-next.1
|
|
4
67
|
|
|
5
68
|
### Minor Changes
|