@forge/cli-shared 8.23.0-next.7 → 8.23.0-next.8-experimental-2e302e1
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 +37 -0
- package/out/graphql/graphql-types.d.ts +944 -79
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +171 -45
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/graphql/minimal-graphql-runner.js +1 -2
- package/out/shared/forge-cli-attribution.d.ts +6 -0
- package/out/shared/forge-cli-attribution.d.ts.map +1 -0
- package/out/shared/forge-cli-attribution.js +18 -0
- package/out/shared/index.d.ts +1 -0
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +1 -0
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.23.0-next.8-experimental-2e302e1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 30060eb: Emit `isAgent`/`isCI` on GASv3 analytics events via a new shared `ForgeCliAttribution` class, used by both the `atl-attribution` GraphQL header and analytics client.
|
|
8
|
+
- 808adbd: Grouped commands in CLI help and commander.js version bump
|
|
9
|
+
- e2113b4: introduce `--skipRollout` for `forge deploy`
|
|
10
|
+
- a885062: Support a limit parameter in the version bulk-upgrade start command
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 84d9930: adding option to include installation-id for uninstall flow
|
|
15
|
+
- 2c85db9: Add option to create global app
|
|
16
|
+
- ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
|
|
17
|
+
- Updated dependencies [1eded6e]
|
|
18
|
+
- Updated dependencies [0e45239]
|
|
19
|
+
- Updated dependencies [e6a3ab2]
|
|
20
|
+
- Updated dependencies [cf7000f]
|
|
21
|
+
- Updated dependencies [d660fb0]
|
|
22
|
+
- Updated dependencies [e7b0684]
|
|
23
|
+
- Updated dependencies [f7c39e1]
|
|
24
|
+
- Updated dependencies [8d90f4f]
|
|
25
|
+
- Updated dependencies [ef0434d]
|
|
26
|
+
- Updated dependencies [55991a3]
|
|
27
|
+
- Updated dependencies [2e44a71]
|
|
28
|
+
- Updated dependencies [c775d3d]
|
|
29
|
+
- Updated dependencies [c99451e]
|
|
30
|
+
- Updated dependencies [f80e7b3]
|
|
31
|
+
- @forge/manifest@12.8.0-next.7-experimental-2e302e1
|
|
32
|
+
|
|
33
|
+
## 8.23.0-next.8
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [f7c39e1]
|
|
38
|
+
- @forge/manifest@12.8.0-next.7
|
|
39
|
+
|
|
3
40
|
## 8.23.0-next.7
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|