web-component-wrapper 0.0.607 → 0.0.609
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/ReactWeb.js +1 -1
- package/dist/Web.js +1 -1
- package/dist/bundle/ReactWeb.js +193 -193
- package/dist/bundle/Web.js +193 -193
- package/dist/bundle/compatible/ReactWeb.js +193 -193
- package/dist/bundle/compatible/Web.js +193 -193
- package/dist/bundle/compatible/decorator.js +193 -193
- package/dist/bundle/compatible/index.js +193 -193
- package/dist/bundle/compatible/test.js +193 -193
- package/dist/bundle/compatible/type.js +1 -1
- package/dist/bundle/decorator.js +193 -193
- package/dist/bundle/index.js +193 -193
- package/dist/bundle/test.js +193 -193
- package/dist/bundle/type.js +1 -1
- package/dist/compatible/ReactWeb.js +1 -1
- package/dist/compatible/Web.js +1 -1
- package/dist/compatible/decorator.js +1 -1
- package/dist/compatible/index.js +1 -1
- package/dist/compatible/test.js +1 -1
- package/dist/compatible/type.js +1 -1
- package/dist/decorator.js +1 -1
- package/dist/index.js +1 -1
- package/dist/test.js +1 -1
- package/dist/type.js +1 -1
- package/package.json +6 -6
package/dist/ReactWeb.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof
|
|
1
|
+
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;import * as __WEBPACK_EXTERNAL_MODULE_clientnode__ from "clientnode";
|
|
2
2
|
import * as __WEBPACK_EXTERNAL_MODULE_clientnode_property_types_4789ebe2__ from "clientnode/property-types";
|
|
3
3
|
import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
|
|
4
4
|
import { flushSync as __WEBPACK_EXTERNAL_MODULE_react_dom_c0b5c364_flushSync__ } from "react-dom";
|
package/dist/Web.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof
|
|
1
|
+
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;import * as __WEBPACK_EXTERNAL_MODULE_clientnode__ from "clientnode";
|
|
2
2
|
import * as __WEBPACK_EXTERNAL_MODULE_clientnode_property_types_4789ebe2__ from "clientnode/property-types";
|
|
3
3
|
/******/ var __webpack_modules__ = ([
|
|
4
4
|
/* 0 */
|