@arcgis/lumina 4.32.0-next.69 → 4.32.0-next.71
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.
|
@@ -307,15 +307,6 @@ var ProxyComponent = class extends HtmlElement {
|
|
|
307
307
|
const ProxyClass = this.constructor;
|
|
308
308
|
const tagName = ProxyClass._name;
|
|
309
309
|
const store = this._store;
|
|
310
|
-
if (typeof process === "object" && process.env.NODE_ENV !== "production" && isEsriInternalEnv()) {
|
|
311
|
-
Object.entries(module).forEach(([name, LitConstructor2]) => {
|
|
312
|
-
if (name !== "exportsForTests" && typeof LitConstructor2 !== "function" || typeof LitConstructor2.tagName !== "string") {
|
|
313
|
-
console.warn(
|
|
314
|
-
`Found non-component export "${name}" in the file for the "${tagName}" component. This will interfere with hot module replacement. Please move "${name}" into a separate file.`
|
|
315
|
-
);
|
|
316
|
-
}
|
|
317
|
-
});
|
|
318
|
-
}
|
|
319
310
|
const LitConstructor = Object.values(module).find(
|
|
320
311
|
(LitConstructor2) => LitConstructor2.tagName === tagName
|
|
321
312
|
);
|
package/dist/hmrSupport.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "4.32.0-next.
|
|
3
|
+
"version": "4.32.0-next.71",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@arcgis/components-controllers": "4.32.0-next.
|
|
24
|
-
"@arcgis/components-utils": "4.32.0-next.
|
|
23
|
+
"@arcgis/components-controllers": "4.32.0-next.71",
|
|
24
|
+
"@arcgis/components-utils": "4.32.0-next.71",
|
|
25
25
|
"@lit-labs/ssr": "^3.2.2",
|
|
26
26
|
"@lit-labs/ssr-client": "^1.1.7",
|
|
27
27
|
"@lit/context": "^1.1.3",
|