@forge/cli-shared 9.2.0-next.8-experimental-28c9ab7 → 9.2.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 +38 -2
- package/out/graphql/graphql-types.d.ts +696 -88
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +110 -67
- package/out/ui/command-line-ui.d.ts +3 -0
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +23 -0
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +6 -4
- package/out/ui/ui.d.ts +3 -0
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,63 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.2.0
|
|
3
|
+
## 9.2.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- 756c284: Added a new UI option to allow for a filterable list and adjusted module list, add and create command to utilise this design
|
|
7
8
|
- 8826ca3: add personal apps support for Forge app creation
|
|
8
9
|
- d415c89: Surface rate limit errors in CLI, improve E2E test robustness
|
|
9
10
|
- 757223b: Added Dashboard, bitbucket, rovo, teamwork, action templates
|
|
10
11
|
|
|
11
12
|
### Patch Changes
|
|
12
13
|
|
|
14
|
+
- f408181: Reject dependencies outside application directory
|
|
13
15
|
- 903d6c1: Updated UI to show error when no installations
|
|
14
16
|
- 794aa2a: Skip warning for internal sites for personal apps
|
|
15
17
|
- 6e5b5a4: Better interface for packaging the runtime code
|
|
16
18
|
- 5abe69e: add support for personal app installation contexts
|
|
17
19
|
- 3991f92: Update `tmp` from 0.2.5 to 0.2.6 in `@forge/cli-shared` to remediate vulnerability
|
|
18
20
|
- Updated dependencies [4c5ba1c]
|
|
21
|
+
- Updated dependencies [2b30ef8]
|
|
19
22
|
- Updated dependencies [8826ca3]
|
|
20
23
|
- Updated dependencies [5abe69e]
|
|
21
24
|
- Updated dependencies [7195f29]
|
|
22
25
|
- Updated dependencies [3252a62]
|
|
26
|
+
- Updated dependencies [119be75]
|
|
23
27
|
- Updated dependencies [c67b720]
|
|
24
|
-
- @forge/manifest@13.2.0
|
|
28
|
+
- @forge/manifest@13.2.0
|
|
29
|
+
|
|
30
|
+
## 9.2.0-next.13
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 794aa2a: Skip warning for internal sites for personal apps
|
|
35
|
+
|
|
36
|
+
## 9.2.0-next.12
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [119be75]
|
|
41
|
+
- @forge/manifest@13.2.0-next.6
|
|
42
|
+
|
|
43
|
+
## 9.2.0-next.11
|
|
44
|
+
|
|
45
|
+
### Minor Changes
|
|
46
|
+
|
|
47
|
+
- 756c284: Added a new UI option to allow for a filterable list and adjusted module list, add and create command to utilise this design
|
|
48
|
+
|
|
49
|
+
## 9.2.0-next.10
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- f408181: Reject dependencies outside application directory
|
|
54
|
+
|
|
55
|
+
## 9.2.0-next.9
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- Updated dependencies [2b30ef8]
|
|
60
|
+
- @forge/manifest@13.2.0-next.5
|
|
25
61
|
|
|
26
62
|
## 9.2.0-next.8
|
|
27
63
|
|