@forge/cli-shared 8.3.0-next.2 → 8.3.1-next.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 +23 -0
- package/out/graphql/graphql-types.d.ts +778 -91
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +62 -30
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.3.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a614f0b]
|
|
8
|
+
- @forge/manifest@10.2.2-next.0
|
|
9
|
+
|
|
10
|
+
## 8.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 10ac877: Support devspace in forge create command flow
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 10c0bc6: Add egress support for custom URL schemes. Allow custom custom URL schemes as autoconvert patterns.
|
|
19
|
+
- 568c31b: Add support for developer space in forge register command
|
|
20
|
+
- f181a03: Added sensitive token filtering
|
|
21
|
+
- Updated dependencies [10c0bc6]
|
|
22
|
+
- Updated dependencies [6447811]
|
|
23
|
+
- Updated dependencies [2f446cf]
|
|
24
|
+
- @forge/manifest@10.2.1
|
|
25
|
+
|
|
3
26
|
## 8.3.0-next.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|