@public-ui/hydrate 1.3.3-rc.2 → 1.4.0-rc.1
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 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4945,7 +4945,8 @@ function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResu
|
|
|
4945
4945
|
/*hydrateAppClosure start*/
|
|
4946
4946
|
|
|
4947
4947
|
|
|
4948
|
-
var _appFactoryEntry = require('./@app-factory-entry-
|
|
4948
|
+
var _appFactoryEntry = require('./@app-factory-entry-618aae8b.js');
|
|
4949
|
+
require('process');
|
|
4949
4950
|
|
|
4950
4951
|
|
|
4951
4952
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/hydrate",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"prepack": "rimraf dist/package.json"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@public-ui/components": "1.
|
|
48
|
+
"@public-ui/components": "1.4.0-rc.1",
|
|
49
49
|
"rimraf": "4.1.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@public-ui/components": "1.
|
|
52
|
+
"@public-ui/components": "1.4.0-rc.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"type": "commonjs",
|