@forge/cli-shared 6.6.1-next.1 → 6.6.1-next.10
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 +61 -0
- package/out/graphql/graphql-types.d.ts +1774 -182
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +166 -37
- package/out/service/supported-products-service.d.ts +28 -19
- package/out/service/supported-products-service.d.ts.map +1 -1
- package/out/service/supported-products-service.js +89 -73
- 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 +20 -0
- package/out/ui/text.d.ts +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -0
- package/out/ui/ui.d.ts +6 -3
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.6.1-next.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [dec434a]
|
|
8
|
+
- @forge/manifest@8.7.0-next.5
|
|
9
|
+
|
|
10
|
+
## 6.6.1-next.9
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- d1b6fd5: Refactoring of SupportedProductsService.
|
|
15
|
+
|
|
16
|
+
## 6.6.1-next.8
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [ba58c3a]
|
|
21
|
+
- Updated dependencies [55df193]
|
|
22
|
+
- @forge/manifest@8.7.0-next.4
|
|
23
|
+
|
|
24
|
+
## 6.6.1-next.7
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [4b050d8]
|
|
29
|
+
- @forge/manifest@8.7.0-next.3
|
|
30
|
+
|
|
31
|
+
## 6.6.1-next.6
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- b3b1250: enable multiselect for XPA apps
|
|
36
|
+
|
|
37
|
+
## 6.6.1-next.5
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [3302cc2]
|
|
42
|
+
- @forge/util@1.4.8-next.0
|
|
43
|
+
|
|
44
|
+
## 6.6.1-next.4
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- 71dc617: update primaryProduct to requiredProducts
|
|
49
|
+
|
|
50
|
+
## 6.6.1-next.3
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [de16df9]
|
|
55
|
+
- @forge/manifest@8.7.0-next.2
|
|
56
|
+
|
|
57
|
+
## 6.6.1-next.2
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [48d2f56]
|
|
62
|
+
- @forge/manifest@8.7.0-next.1
|
|
63
|
+
|
|
3
64
|
## 6.6.1-next.1
|
|
4
65
|
|
|
5
66
|
### Patch Changes
|