@forge/cli-shared 9.3.0-next.7 → 9.3.0-next.7-experimental-116e5ca
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 +21 -0
- package/out/graphql/graphql-types.d.ts +1272 -55
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +130 -36
- package/out/ui/log-color.d.ts +1 -0
- package/out/ui/log-color.d.ts.map +1 -1
- package/out/ui/log-color.js +1 -0
- package/out/ui/text.d.ts +13 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +36 -14
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.3.0-next.7-experimental-116e5ca
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 342098d: Implement server-side linter logic to prevent accidental major app version deployments
|
|
8
|
+
- ca4fa27: Add utility function to check if a UI Kit resource needs to be bundled
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 4d50a76: Changes to forge deploy with a feature-gated combined artifact upload flow.
|
|
13
|
+
- 0949833: Update `tmp` to 0.2.7 to remediate vulnerability
|
|
14
|
+
- e7bfe5e: Removing installationTarget
|
|
15
|
+
- Updated dependencies [f01417b]
|
|
16
|
+
- Updated dependencies [d706cd8]
|
|
17
|
+
- Updated dependencies [d1610cc]
|
|
18
|
+
- Updated dependencies [e7bfe5e]
|
|
19
|
+
- Updated dependencies [498fda5]
|
|
20
|
+
- Updated dependencies [39f1f15]
|
|
21
|
+
- Updated dependencies [c3a0f20]
|
|
22
|
+
- @forge/manifest@13.3.0-next.6-experimental-116e5ca
|
|
23
|
+
|
|
3
24
|
## 9.3.0-next.7
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|