@arcgis/lumina-compiler 4.33.0-next.90 → 4.33.0-next.91
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/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -5978,7 +5978,7 @@ function Ti(e) {
|
|
|
5978
5978
|
const t = [], i = e.assetsToProvide?.filter((n) => n.apply === void 0 || n.apply === e.viteCommand) ?? [];
|
|
5979
5979
|
return e.options.assets?.extra?.forEach((n) => {
|
|
5980
5980
|
"type" in n ? t.push(n) : "assets" in n && t.push(...n.assets);
|
|
5981
|
-
}), t.length >
|
|
5981
|
+
}), t.length > 0 && i.push({ assets: t }), e.assetsToProvide = void 0, i;
|
|
5982
5982
|
}
|
|
5983
5983
|
const Ei = "@arcgis/lumina:updatePackageJson", Yc = (e) => ({
|
|
5984
5984
|
name: Ei,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "4.33.0-next.
|
|
3
|
+
"version": "4.33.0-next.91",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
],
|
|
19
19
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcgis/api-extractor": "4.33.0-next.
|
|
22
|
-
"@arcgis/components-build-utils": "4.33.0-next.
|
|
23
|
-
"@arcgis/components-utils": "4.33.0-next.
|
|
21
|
+
"@arcgis/api-extractor": "4.33.0-next.91",
|
|
22
|
+
"@arcgis/components-build-utils": "4.33.0-next.91",
|
|
23
|
+
"@arcgis/components-utils": "4.33.0-next.91",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
25
25
|
"esbuild": "^0.24.0",
|
|
26
26
|
"glob": "^11.0.0",
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"vitest-fail-on-console": "^0.7.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcgis/lumina": "~4.33.0-next.
|
|
40
|
+
"@arcgis/lumina": "~4.33.0-next.91"
|
|
41
41
|
}
|
|
42
42
|
}
|