@forge/cli-shared 9.3.0-next.17 → 9.3.0-next.17-experimental-cf2ad4c
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 +38 -0
- package/out/graphql/graphql-types.d.ts +193 -70
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +87 -67
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.3.0-next.17-experimental-cf2ad4c
|
|
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
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 4d50a76: Changes to forge deploy with a feature-gated combined artifact upload flow.
|
|
21
|
+
- 905d8c5: Design changes, hint to module add and a spinner when loading
|
|
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 [4404f62]
|
|
36
|
+
- Updated dependencies [89ccb1e]
|
|
37
|
+
- Updated dependencies [39f1f15]
|
|
38
|
+
- Updated dependencies [c3a0f20]
|
|
39
|
+
- @forge/manifest@13.3.0-next.9-experimental-cf2ad4c
|
|
40
|
+
|
|
3
41
|
## 9.3.0-next.17
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|