@arcgis/lumina-compiler 5.0.0-next.86 → 5.0.0-next.88
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 +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2711,8 +2711,8 @@ console.log("${s.tagName} is ready to go!");
|
|
|
2711
2711
|
}
|
|
2712
2712
|
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
|
|
2713
2713
|
resolveInheritance(t, i) {
|
|
2714
|
-
const n = super.resolveInheritance(t, i);
|
|
2715
|
-
return n === !1 && this.isPatchOnly ? super.resolveInheritance(t, this.context.privateApiJson.modules) : n;
|
|
2714
|
+
const n = super.resolveInheritance(t, i, !1);
|
|
2715
|
+
return n === !1 && this.isPatchOnly ? super.resolveInheritance(t, this.context.privateApiJson.modules, !1) : n;
|
|
2716
2716
|
}
|
|
2717
2717
|
/**
|
|
2718
2718
|
* Overwrite point
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.88",
|
|
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": "5.0.0-next.
|
|
22
|
-
"@arcgis/components-build-utils": "5.0.0-next.
|
|
23
|
-
"@arcgis/toolkit": "~5.0.0-next.
|
|
21
|
+
"@arcgis/api-extractor": "5.0.0-next.88",
|
|
22
|
+
"@arcgis/components-build-utils": "5.0.0-next.88",
|
|
23
|
+
"@arcgis/toolkit": "~5.0.0-next.88",
|
|
24
24
|
"chalk": "^5.4.1",
|
|
25
25
|
"esbuild": "^0.25.12",
|
|
26
26
|
"glob": "^11.0.3",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vite-plugin-dts": "^4.5.4"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@arcgis/lumina": "~5.0.0-next.
|
|
33
|
+
"@arcgis/lumina": "~5.0.0-next.88",
|
|
34
34
|
"lit": "^3.3.0",
|
|
35
35
|
"typescript": "~5.9.3",
|
|
36
36
|
"vite": "^7.2.2",
|