@arcgis/lumina-compiler 4.34.0-next.21 → 4.34.0-next.22
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 +12 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -6125,8 +6125,19 @@ class P {
|
|
|
6125
6125
|
handler: () => {
|
|
6126
6126
|
this._serverConfigured = !0;
|
|
6127
6127
|
}
|
|
6128
|
+
},
|
|
6129
|
+
/**
|
|
6130
|
+
* Workaround for a Vite bug.
|
|
6131
|
+
* See https://devtopia.esri.com/WebGIS/arcgis-web-components/issues/5414
|
|
6132
|
+
*/
|
|
6133
|
+
transformIndexHtml: (s) => {
|
|
6134
|
+
if (this.isInStorybook && this.viteCommand === "build")
|
|
6135
|
+
return s.replace(
|
|
6136
|
+
'<script type="module" crossorigin src="@arcgis/core/applications/Components/reactiveUtils.js"><\/script>',
|
|
6137
|
+
""
|
|
6138
|
+
);
|
|
6128
6139
|
}
|
|
6129
|
-
}, this._localDefinedComponents = void 0, this._cssImports = /* @__PURE__ */ new Map(), this._cssDocs = void 0, this.isInCi = !!process.env.CI, this._declarationTextTransformers = [], this._serverConfigured = !1, this.assetsToProvide = [], this._globalCssString = void 0, this._loadersCache = void 0, this._serveOnlyDependencies = void 0, this._customElementDependencies = {}, this._htmlElementReferencesReplacer = void 0, this._silencedRules = void 0, this._updateLuminaTsPromise = void 0, this.normalizedDocumentationUrl = "developers.arcgis.com", this.alternativeDocumentationUrl = "next.
|
|
6140
|
+
}, this._localDefinedComponents = void 0, this._cssImports = /* @__PURE__ */ new Map(), this._cssDocs = void 0, this.isInCi = !!process.env.CI, this._declarationTextTransformers = [], this._serverConfigured = !1, this.assetsToProvide = [], this._globalCssString = void 0, this._loadersCache = void 0, this._serveOnlyDependencies = void 0, this._customElementDependencies = {}, this._htmlElementReferencesReplacer = void 0, this._silencedRules = void 0, this._updateLuminaTsPromise = void 0, this.normalizedDocumentationUrl = "developers.arcgis.com", this.alternativeDocumentationUrl = "next.gha.afd.arcgis.com", this.options = t;
|
|
6130
6141
|
const i = t.documentation ?? {};
|
|
6131
6142
|
this._documentationFileNames = {
|
|
6132
6143
|
apiJson: i.apiJsonFileName === !1 ? void 0 : i.apiJsonFileName ? de(i.apiJsonFileName) : pe.apiJson,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.22",
|
|
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.34.0-next.
|
|
22
|
-
"@arcgis/components-build-utils": "4.34.0-next.
|
|
23
|
-
"@arcgis/components-utils": "4.34.0-next.
|
|
21
|
+
"@arcgis/api-extractor": "4.34.0-next.22",
|
|
22
|
+
"@arcgis/components-build-utils": "4.34.0-next.22",
|
|
23
|
+
"@arcgis/components-utils": "4.34.0-next.22",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
25
25
|
"esbuild": "^0.25.4",
|
|
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.34.0-next.
|
|
40
|
+
"@arcgis/lumina": "~4.34.0-next.22"
|
|
41
41
|
}
|
|
42
42
|
}
|