@forge/cli-shared 6.6.2-next.7 → 6.6.2-next.8-experimental-d22b31e
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 +24 -0
- package/out/graphql/graphql-types.d.ts +367 -211
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +35 -25
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.6.2-next.8-experimental-d22b31e
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 70cd30c: Updated RoA web trigger module warning to be more generic
|
|
8
|
+
- dbc077f: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
9
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
10
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
11
|
+
- 30f197e: Refactoring to enable alternate bundler support
|
|
12
|
+
- Updated dependencies [2712852]
|
|
13
|
+
- Updated dependencies [009ab70]
|
|
14
|
+
- Updated dependencies [359756b]
|
|
15
|
+
- Updated dependencies [34db0f6]
|
|
16
|
+
- Updated dependencies [01ca857]
|
|
17
|
+
- Updated dependencies [70badb7]
|
|
18
|
+
- @forge/manifest@8.8.0-next.4-experimental-d22b31e
|
|
19
|
+
|
|
20
|
+
## 6.6.2-next.8
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [2712852]
|
|
25
|
+
- @forge/manifest@8.8.0-next.4
|
|
26
|
+
|
|
3
27
|
## 6.6.2-next.7
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|