@forge/cli-shared 6.6.1-next.2 → 6.6.1-next.20
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 +121 -0
- package/out/graphql/graphql-types.d.ts +2318 -242
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +226 -49
- 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 +104 -73
- package/out/shared/error-handling.d.ts +3 -0
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +7 -1
- package/out/shared/product.d.ts +1 -1
- package/out/shared/product.d.ts.map +1 -1
- package/out/shared/product.js +5 -5
- package/out/ui/command-line-ui.d.ts +2 -1
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +6 -2
- package/out/ui/table-prompt.d.ts +2 -0
- package/out/ui/table-prompt.d.ts.map +1 -1
- package/out/ui/table-prompt.js +23 -2
- package/out/ui/text.d.ts +9 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +17 -7
- package/out/ui/ui.d.ts +5 -4
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,126 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.6.1-next.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4655925: Adding support for license-modes agent
|
|
8
|
+
- 83a4975: adding license-modes agent
|
|
9
|
+
|
|
10
|
+
## 6.6.1-next.19
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- abf24fa: Security update for dependent package
|
|
15
|
+
|
|
16
|
+
## 6.6.1-next.18
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- dd59f4b: Changed table layout
|
|
21
|
+
|
|
22
|
+
## 6.6.1-next.17
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 2086b3d: Remove node-fetch as a dependency
|
|
27
|
+
- Updated dependencies [2086b3d]
|
|
28
|
+
- @forge/manifest@8.7.0-next.9
|
|
29
|
+
|
|
30
|
+
## 6.6.1-next.16
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- fa34240: Improved code quality of SupportedProductsService
|
|
35
|
+
|
|
36
|
+
## 6.6.1-next.15
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [6f0fe42]
|
|
41
|
+
- @forge/manifest@8.7.0-next.8
|
|
42
|
+
|
|
43
|
+
## 6.6.1-next.14
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- f2c2405: improve UI for XPA
|
|
48
|
+
|
|
49
|
+
## 6.6.1-next.13
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies [6a41721]
|
|
54
|
+
- @forge/manifest@8.7.0-next.7
|
|
55
|
+
|
|
56
|
+
## 6.6.1-next.12
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- 321db2e: enable serial install execution
|
|
61
|
+
|
|
62
|
+
## 6.6.1-next.11
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- 2319dc4: Improve multi-select product table UI
|
|
67
|
+
- Updated dependencies [ddc0256]
|
|
68
|
+
- @forge/manifest@8.7.0-next.6
|
|
69
|
+
|
|
70
|
+
## 6.6.1-next.10
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Updated dependencies [dec434a]
|
|
75
|
+
- @forge/manifest@8.7.0-next.5
|
|
76
|
+
|
|
77
|
+
## 6.6.1-next.9
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- d1b6fd5: Refactoring of SupportedProductsService.
|
|
82
|
+
|
|
83
|
+
## 6.6.1-next.8
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- Updated dependencies [ba58c3a]
|
|
88
|
+
- Updated dependencies [55df193]
|
|
89
|
+
- @forge/manifest@8.7.0-next.4
|
|
90
|
+
|
|
91
|
+
## 6.6.1-next.7
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- Updated dependencies [4b050d8]
|
|
96
|
+
- @forge/manifest@8.7.0-next.3
|
|
97
|
+
|
|
98
|
+
## 6.6.1-next.6
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- b3b1250: enable multiselect for XPA apps
|
|
103
|
+
|
|
104
|
+
## 6.6.1-next.5
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- Updated dependencies [3302cc2]
|
|
109
|
+
- @forge/util@1.4.8-next.0
|
|
110
|
+
|
|
111
|
+
## 6.6.1-next.4
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- 71dc617: update primaryProduct to requiredProducts
|
|
116
|
+
|
|
117
|
+
## 6.6.1-next.3
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [de16df9]
|
|
122
|
+
- @forge/manifest@8.7.0-next.2
|
|
123
|
+
|
|
3
124
|
## 6.6.1-next.2
|
|
4
125
|
|
|
5
126
|
### Patch Changes
|