@forge/cli-shared 3.22.0-next.7 → 3.22.1-next.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 +41 -0
- package/out/graphql/graphql-types.d.ts +1744 -143
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +203 -13
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.22.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d0cde6a: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- ignore-walk
|
|
10
|
+
|
|
11
|
+
## 3.22.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 78523361: Update the CLI to prompt the user to select a product before displaying the list of templates for that product only
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 853b3f1e: Bumping dependencies via Renovate:
|
|
20
|
+
|
|
21
|
+
- @graphql-tools/schema
|
|
22
|
+
|
|
23
|
+
- 2cf5ac83: Bumping dependencies via Renovate:
|
|
24
|
+
|
|
25
|
+
- @types/jest
|
|
26
|
+
|
|
27
|
+
- 9595140c: Bumping dependencies via Renovate:
|
|
28
|
+
|
|
29
|
+
- @types/cross-spawn
|
|
30
|
+
|
|
31
|
+
- b2198bc5: Updated the webtrigger CLI command to list site installations to choose from instead of requiring the explicit installation id
|
|
32
|
+
- 241e673d: Bumping dependencies via Renovate:
|
|
33
|
+
|
|
34
|
+
- @types/cheerio
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [2cf5ac83]
|
|
37
|
+
- Updated dependencies [c0d1e462]
|
|
38
|
+
- Updated dependencies [3a4a72d0]
|
|
39
|
+
- Updated dependencies [eb6edcad]
|
|
40
|
+
- Updated dependencies [1b86561b]
|
|
41
|
+
- Updated dependencies [949b52dd]
|
|
42
|
+
- @forge/manifest@5.3.0
|
|
43
|
+
|
|
3
44
|
## 3.22.0-next.7
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|