@steedos/webapp 3.0.0-beta.116 → 3.0.0-beta.118
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.
|
@@ -73159,7 +73159,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
73159
73159
|
const self2 = this;
|
|
73160
73160
|
_window2.lodash = _window2._;
|
|
73161
73161
|
_window2.loadJs("/steedos-init.js", () => {
|
|
73162
|
-
_window2.loadJs(`${
|
|
73162
|
+
_window2.loadJs(`${""}/client_scripts.js`, () => {
|
|
73163
73163
|
self2.setState({ settings: settingsData, loading: false });
|
|
73164
73164
|
});
|
|
73165
73165
|
});
|
package/dist/index.html
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
</script>
|
|
65
65
|
<link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
|
|
66
|
-
<script type="module" crossorigin src="/assets/index-
|
|
66
|
+
<script type="module" crossorigin src="/assets/index-Dx7ZElnl.js"></script>
|
|
67
67
|
</head>
|
|
68
68
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
69
69
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-gray-50"></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.118",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "7511b2250673e97b6b7676aa46c93bd6cb49fd04",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@ai-sdk/react": "^2.0.76",
|
|
75
75
|
"ai": "^5.0.76",
|