@forge/cli-shared 9.3.0-next.17-experimental-6320d72 → 9.3.0-next.18
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 +3 -33
- package/out/graphql/graphql-types.d.ts +273 -70
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +123 -67
- package/out/service/statsig-service.d.ts +1 -2
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +0 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.3.0-next.
|
|
4
|
-
|
|
5
|
-
### Major Changes
|
|
6
|
-
|
|
7
|
-
- 8759d77: Removed manifest schema validation from linting as this logic will reside in XLS.
|
|
8
|
-
|
|
9
|
-
### Minor Changes
|
|
10
|
-
|
|
11
|
-
- 8a9e608: Pull the Forge tunnel proxy-sidecar image from the Portable Registry, falling back to ECR if the initial pull fails
|
|
12
|
-
- 18b920d: Update feature gate name
|
|
13
|
-
- a36d70b: Implement manual bundler
|
|
14
|
-
- 52e074e: Global App integration + Trigger / Action modules
|
|
15
|
-
- bc2d278: Display deeplinks to installed modules after a successful `forge install`
|
|
16
|
-
- ca4fa27: Add utility function to check if a UI Kit resource needs to be bundled
|
|
3
|
+
## 9.3.0-next.18
|
|
17
4
|
|
|
18
5
|
### Patch Changes
|
|
19
6
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
- c8105d8: Remind the user to authenticate to the container registry after creating a new container
|
|
23
|
-
- 3e8de63: add `manifest render` command
|
|
24
|
-
- 0949833: Update `tmp` to 0.2.7 to remediate vulnerability
|
|
25
|
-
- 8d20095: bump adm-zip to v0.6.0
|
|
26
|
-
- e7bfe5e: Removing installationTarget
|
|
27
|
-
- Updated dependencies [8759d77]
|
|
28
|
-
- Updated dependencies [f01417b]
|
|
29
|
-
- Updated dependencies [d706cd8]
|
|
30
|
-
- Updated dependencies [4b90a07]
|
|
31
|
-
- Updated dependencies [3e8de63]
|
|
32
|
-
- Updated dependencies [d1610cc]
|
|
33
|
-
- Updated dependencies [e7bfe5e]
|
|
34
|
-
- Updated dependencies [498fda5]
|
|
35
|
-
- Updated dependencies [89ccb1e]
|
|
36
|
-
- Updated dependencies [39f1f15]
|
|
37
|
-
- Updated dependencies [c3a0f20]
|
|
38
|
-
- @forge/manifest@13.3.0-next.9-experimental-6320d72
|
|
7
|
+
- Updated dependencies [4404f62]
|
|
8
|
+
- @forge/manifest@13.3.0-next.10
|
|
39
9
|
|
|
40
10
|
## 9.3.0-next.17
|
|
41
11
|
|