@forge/bundler 6.2.1-next.0 → 6.2.1-next.2
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 +18 -0
- package/out/config/nativeui.d.ts.map +1 -1
- package/out/config/nativeui.js +2 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 6.2.1-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4fcd78e]
|
|
8
|
+
- @forge/lint@5.19.2-next.2
|
|
9
|
+
|
|
10
|
+
## 6.2.1-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 5beb8ad: Add multi-entry resource bundling support for worker runtime
|
|
15
|
+
- Updated dependencies [5beb8ad]
|
|
16
|
+
- Updated dependencies [f1f11f0]
|
|
17
|
+
- @forge/manifest@12.8.1-next.1
|
|
18
|
+
- @forge/cli-shared@8.23.1-next.1
|
|
19
|
+
- @forge/lint@5.19.2-next.1
|
|
20
|
+
|
|
3
21
|
## 6.2.1-next.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nativeui.d.ts","sourceRoot":"","sources":["../../src/config/nativeui.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,MAAM,SAAS,CAAC;AAIzD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAe,MAAM,UAAU,CAAC;AAE5D,aAAK,cAAc,GAAG,aAAa,GAAG,MAAM,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;AAgE5E,eAAO,MAAM,sBAAsB,gBAAiB,UAAU,EAAE,eAAe,YAAY,KAAG,cAiD7F,CAAC;AAEF,eAAO,MAAM,4BAA4B,gBAC1B,UAAU,EAAE,eACZ,YAAY,kBACT,MAAM,KACrB,
|
|
1
|
+
{"version":3,"file":"nativeui.d.ts","sourceRoot":"","sources":["../../src/config/nativeui.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,MAAM,SAAS,CAAC;AAIzD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAe,MAAM,UAAU,CAAC;AAE5D,aAAK,cAAc,GAAG,aAAa,GAAG,MAAM,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;AAgE5E,eAAO,MAAM,sBAAsB,gBAAiB,UAAU,EAAE,eAAe,YAAY,KAAG,cAiD7F,CAAC;AAEF,eAAO,MAAM,4BAA4B,gBAC1B,UAAU,EAAE,eACZ,YAAY,kBACT,MAAM,KACrB,cA6CF,CAAC"}
|
package/out/config/nativeui.js
CHANGED
|
@@ -105,7 +105,8 @@ exports.getNativeUiBuildConfig = getNativeUiBuildConfig;
|
|
|
105
105
|
const getNativeUiWorkerBuildConfig = (entrypoints, i18nConfig, baseOutputDir) => {
|
|
106
106
|
const resolvedEntryPoints = {};
|
|
107
107
|
for (const entrypoint of entrypoints) {
|
|
108
|
-
|
|
108
|
+
const outputEntryName = entrypoint.isMultiEntry ? entrypoint.name : 'main';
|
|
109
|
+
resolvedEntryPoints[outputEntryName] = path_1.default.resolve(entrypoint.path);
|
|
109
110
|
}
|
|
110
111
|
return {
|
|
111
112
|
...baseNativeUiConfig,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "6.2.1-next.
|
|
3
|
+
"version": "6.2.1-next.2",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
22
22
|
"@babel/traverse": "^7.24.0",
|
|
23
23
|
"@babel/types": "^7.24.0",
|
|
24
|
-
"@forge/cli-shared": "8.23.1-next.
|
|
24
|
+
"@forge/cli-shared": "8.23.1-next.1",
|
|
25
25
|
"@forge/i18n": "0.0.7",
|
|
26
|
-
"@forge/lint": "5.19.2-next.
|
|
27
|
-
"@forge/manifest": "12.8.1-next.
|
|
26
|
+
"@forge/lint": "5.19.2-next.2",
|
|
27
|
+
"@forge/manifest": "12.8.1-next.1",
|
|
28
28
|
"babel-loader": "^8.3.0",
|
|
29
29
|
"cheerio": "^1.1.0",
|
|
30
30
|
"cross-spawn": "^7.0.6",
|