@forge/cli-shared 9.3.0-next.9 → 9.3.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 +115 -0
- package/out/config/config.js +1 -1
- package/out/file-system/archiver.d.ts.map +1 -1
- package/out/file-system/archiver.js +6 -0
- package/out/graphql/graphql-types.d.ts +4340 -17989
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +482 -397
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +1 -1
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +49 -13
- package/out/ui/log-color.d.ts +1 -0
- package/out/ui/log-color.d.ts.map +1 -1
- package/out/ui/log-color.js +1 -0
- package/out/ui/text.d.ts +40 -6
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +71 -23
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,120 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.3.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f9fba62: Add an option to inspect the application bundle
|
|
8
|
+
|
|
9
|
+
## 9.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 8a9e608: Pull the Forge tunnel proxy-sidecar image from the Portable Registry, falling back to ECR if the initial pull fails
|
|
14
|
+
- 18b920d: Update feature gate name
|
|
15
|
+
- 342098d: Implement server-side linter logic to prevent accidental major app version deployments
|
|
16
|
+
- a36d70b: Implement manual bundler
|
|
17
|
+
- 52e074e: Global App integration + Trigger / Action modules
|
|
18
|
+
- bc2d278: Display deeplinks to installed modules after a successful `forge install`
|
|
19
|
+
- ca4fa27: Add utility function to check if a UI Kit resource needs to be bundled
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 4d50a76: Changes to forge deploy with a feature-gated combined artifact upload flow.
|
|
24
|
+
- 905d8c5: Design changes, hint to module add and a spinner when loading
|
|
25
|
+
- c8105d8: Remind the user to authenticate to the container registry after creating a new container
|
|
26
|
+
- 3e8de63: add `manifest render` command
|
|
27
|
+
- cddef39: Rename 'package' resource property to 'bundler' to align with property for backend bundling
|
|
28
|
+
- 0949833: Update `tmp` to 0.2.7 to remediate vulnerability
|
|
29
|
+
- 8d20095: bump adm-zip to v0.6.0
|
|
30
|
+
- e7bfe5e: Removing installationTarget
|
|
31
|
+
- Updated dependencies [f01417b]
|
|
32
|
+
- Updated dependencies [d706cd8]
|
|
33
|
+
- Updated dependencies [4b90a07]
|
|
34
|
+
- Updated dependencies [3e8de63]
|
|
35
|
+
- Updated dependencies [cddef39]
|
|
36
|
+
- Updated dependencies [d1610cc]
|
|
37
|
+
- Updated dependencies [e7bfe5e]
|
|
38
|
+
- Updated dependencies [498fda5]
|
|
39
|
+
- Updated dependencies [4404f62]
|
|
40
|
+
- Updated dependencies [89ccb1e]
|
|
41
|
+
- Updated dependencies [39f1f15]
|
|
42
|
+
- Updated dependencies [c3a0f20]
|
|
43
|
+
- @forge/manifest@13.3.0
|
|
44
|
+
|
|
45
|
+
## 9.3.0-next.20
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- cddef39: Rename 'package' resource property to 'bundler' to align with property for backend bundling
|
|
50
|
+
- Updated dependencies [cddef39]
|
|
51
|
+
- @forge/manifest@13.3.0-next.11
|
|
52
|
+
|
|
53
|
+
## 9.3.0-next.19
|
|
54
|
+
|
|
55
|
+
### Minor Changes
|
|
56
|
+
|
|
57
|
+
- 342098d: Implement server-side linter logic to prevent accidental major app version deployments
|
|
58
|
+
|
|
59
|
+
## 9.3.0-next.18
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- Updated dependencies [4404f62]
|
|
64
|
+
- @forge/manifest@13.3.0-next.10
|
|
65
|
+
|
|
66
|
+
## 9.3.0-next.17
|
|
67
|
+
|
|
68
|
+
### Patch Changes
|
|
69
|
+
|
|
70
|
+
- 8d20095: bump adm-zip to v0.6.0
|
|
71
|
+
|
|
72
|
+
## 9.3.0-next.16
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- 905d8c5: Design changes, hint to module add and a spinner when loading
|
|
77
|
+
|
|
78
|
+
## 9.3.0-next.15
|
|
79
|
+
|
|
80
|
+
### Minor Changes
|
|
81
|
+
|
|
82
|
+
- 52e074e: Global App integration + Trigger / Action modules
|
|
83
|
+
|
|
84
|
+
## 9.3.0-next.14
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- c8105d8: Remind the user to authenticate to the container registry after creating a new container
|
|
89
|
+
- 3e8de63: add `manifest render` command
|
|
90
|
+
- Updated dependencies [3e8de63]
|
|
91
|
+
- @forge/manifest@13.3.0-next.9
|
|
92
|
+
|
|
93
|
+
## 9.3.0-next.13
|
|
94
|
+
|
|
95
|
+
### Minor Changes
|
|
96
|
+
|
|
97
|
+
- 8a9e608: Pull the Forge tunnel proxy-sidecar image from the Portable Registry, falling back to ECR if the initial pull fails
|
|
98
|
+
|
|
99
|
+
## 9.3.0-next.12
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated dependencies [4b90a07]
|
|
104
|
+
- @forge/manifest@13.3.0-next.8
|
|
105
|
+
|
|
106
|
+
## 9.3.0-next.11
|
|
107
|
+
|
|
108
|
+
### Minor Changes
|
|
109
|
+
|
|
110
|
+
- 18b920d: Update feature gate name
|
|
111
|
+
|
|
112
|
+
## 9.3.0-next.10
|
|
113
|
+
|
|
114
|
+
### Minor Changes
|
|
115
|
+
|
|
116
|
+
- bc2d278: Display deeplinks to installed modules after a successful `forge install`
|
|
117
|
+
|
|
3
118
|
## 9.3.0-next.9
|
|
4
119
|
|
|
5
120
|
### Minor Changes
|
package/out/config/config.js
CHANGED
|
@@ -15,6 +15,6 @@ const isHostedResourceModule = (module) => {
|
|
|
15
15
|
};
|
|
16
16
|
exports.isHostedResourceModule = isHostedResourceModule;
|
|
17
17
|
const shouldBundleResource = (resource) => {
|
|
18
|
-
return resource.resourceType === 'nativeUI' && !resource.
|
|
18
|
+
return resource.resourceType === 'nativeUI' && !resource.bundler;
|
|
19
19
|
};
|
|
20
20
|
exports.shouldBundleResource = shouldBundleResource;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"archiver.d.ts","sourceRoot":"","sources":["../../src/file-system/archiver.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE/B,8BAAsB,QAAQ;aACZ,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;aAKpD,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;aACjD,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;IAMpC,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG,IAAI;CAS5D;AAED,qBAAa,aAAc,SAAQ,SAAS;CAAG;AA4B/C,qBAAa,WAAY,SAAQ,QAAQ;IAMrC,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,MAAM;IANzB,OAAO,CAAC,QAAQ,CAAqC;IACrD,OAAO,CAAC,QAAQ,CAAsC;IACtD,OAAO,CAAC,OAAO,CAAmC;IAElD,OAAO;WAaa,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAKzD,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAMpD,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAUjD,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;IAS3B,SAAS,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI;IAIzC,OAAO,CAAC,cAAc,CAKpB;IAEF,OAAO,CAAC,OAAO,CAIb;CACH;AAED,qBAAa,iBAAkB,SAAQ,QAAQ;IACjC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"archiver.d.ts","sourceRoot":"","sources":["../../src/file-system/archiver.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE/B,8BAAsB,QAAQ;aACZ,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;aAKpD,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;aACjD,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;IAMpC,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG,IAAI;CAS5D;AAED,qBAAa,aAAc,SAAQ,SAAS;CAAG;AA4B/C,qBAAa,WAAY,SAAQ,QAAQ;IAMrC,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,MAAM;IANzB,OAAO,CAAC,QAAQ,CAAqC;IACrD,OAAO,CAAC,QAAQ,CAAsC;IACtD,OAAO,CAAC,OAAO,CAAmC;IAElD,OAAO;WAaa,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAKzD,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAMpD,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAUjD,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;IAS3B,SAAS,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI;IAIzC,OAAO,CAAC,cAAc,CAKpB;IAEF,OAAO,CAAC,OAAO,CAIb;CACH;AAED,qBAAa,iBAAkB,SAAQ,QAAQ;IACjC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM;IASpC,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAWpD,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAU3C,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;CAGzC;AAED,qBAAa,aAAc,SAAQ,QAAQ;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ,EAAE;IAI3C,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAMpD,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAM3C,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;CAIzC"}
|
|
@@ -97,6 +97,12 @@ class DirectoryArchiver extends Archiver {
|
|
|
97
97
|
constructor(target) {
|
|
98
98
|
super();
|
|
99
99
|
this.target = target;
|
|
100
|
+
try {
|
|
101
|
+
(0, fs_1.rmSync)(this.target, { recursive: true, force: true });
|
|
102
|
+
}
|
|
103
|
+
catch (e) {
|
|
104
|
+
throw new ArchiverError(e.message);
|
|
105
|
+
}
|
|
100
106
|
}
|
|
101
107
|
addContent(fileName, contents) {
|
|
102
108
|
validateArchivePath(fileName);
|