@forge/cli-shared 9.2.0-next.3-experimental-c6a3916 → 9.2.0-next.3-experimental-fda9df6
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 +2 -3
- package/out/graphql/graphql-types.d.ts +667 -74
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +104 -59
- package/out/ui/text.d.ts +6 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.2.0-next.3-experimental-
|
|
3
|
+
## 9.2.0-next.3-experimental-fda9df6
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,12 +10,11 @@
|
|
|
10
10
|
### Patch Changes
|
|
11
11
|
|
|
12
12
|
- 903d6c1: Updated UI to show error when no installations
|
|
13
|
-
- 9cd0e0e: Update Forge CLI output rendering to incorporate pre-deployment API rules
|
|
14
13
|
- 3991f92: Update `tmp` from 0.2.5 to 0.2.6 in `@forge/cli-shared` to remediate vulnerability
|
|
15
14
|
- Updated dependencies [4c5ba1c]
|
|
16
15
|
- Updated dependencies [7195f29]
|
|
17
16
|
- Updated dependencies [3252a62]
|
|
18
|
-
- @forge/manifest@13.1.1-next.2-experimental-
|
|
17
|
+
- @forge/manifest@13.1.1-next.2-experimental-fda9df6
|
|
19
18
|
|
|
20
19
|
## 9.2.0-next.3
|
|
21
20
|
|