@steedos/webapp 3.0.0-beta.24 → 3.0.0-beta.25
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.
|
@@ -52000,7 +52000,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
52000
52000
|
}
|
|
52001
52001
|
dispatch(validate()).then((me) => {
|
|
52002
52002
|
Builder.settings.context.user = me.data;
|
|
52003
|
-
|
|
52003
|
+
window.location.href = "/app";
|
|
52004
52004
|
});
|
|
52005
52005
|
}, []);
|
|
52006
52006
|
return null;
|
package/dist/index.html
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
window.loadCss = loadCss;
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
|
-
<script type="module" crossorigin src="/assets/index-
|
|
63
|
+
<script type="module" crossorigin src="/assets/index-BMMOSIvt.js"></script>
|
|
64
64
|
</head>
|
|
65
65
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
66
66
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.25",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
70
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "bcc2f288c4444202c4ec728beed73d00fe429841"
|
|
72
72
|
}
|