@forge/cli-shared 9.2.0-next.3-experimental-bd3d812 → 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 +4 -2
- 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/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/single-table-prompt.d.ts.map +1 -1
- package/out/ui/single-table-prompt.js +2 -1
- 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,18 +1,20 @@
|
|
|
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
|
|
|
7
|
+
- 342098d: Implement server-side linter logic to prevent accidental major app version deployments
|
|
7
8
|
- 757223b: Added Dashboard, bitbucket, rovo, teamwork, action templates
|
|
8
9
|
|
|
9
10
|
### Patch Changes
|
|
10
11
|
|
|
12
|
+
- 903d6c1: Updated UI to show error when no installations
|
|
11
13
|
- 3991f92: Update `tmp` from 0.2.5 to 0.2.6 in `@forge/cli-shared` to remediate vulnerability
|
|
12
14
|
- Updated dependencies [4c5ba1c]
|
|
13
15
|
- Updated dependencies [7195f29]
|
|
14
16
|
- Updated dependencies [3252a62]
|
|
15
|
-
- @forge/manifest@13.1.1-next.2-experimental-
|
|
17
|
+
- @forge/manifest@13.1.1-next.2-experimental-fda9df6
|
|
16
18
|
|
|
17
19
|
## 9.2.0-next.3
|
|
18
20
|
|