@public-ui/hydrate 2.0.11 → 2.0.12
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -9076,7 +9076,7 @@ Promise.resolve().then(function () { return devtools; })
|
|
|
9076
9076
|
.catch((error) => {
|
|
9077
9077
|
Log.error(error);
|
|
9078
9078
|
});
|
|
9079
|
-
if (processEnv) {
|
|
9079
|
+
if (processEnv === 'development') {
|
|
9080
9080
|
Promise.resolve().then(function () { return index; });
|
|
9081
9081
|
}
|
|
9082
9082
|
const globalFn = () => { };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/hydrate",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"hydrate"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@public-ui/components": "2.0.
|
|
48
|
+
"@public-ui/components": "2.0.12",
|
|
49
49
|
"rimraf": "5.0.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@public-ui/components": "2.0.
|
|
52
|
+
"@public-ui/components": "2.0.12"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"type": "commonjs",
|