@budibase/server 2.6.19-alpha.39 → 2.6.19-alpha.40
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/builder/assets/{index.ef21f849.css → index.49c9e712.css} +1 -1
- package/builder/assets/index.e3ce193c.js +1870 -0
- package/builder/index.html +2 -2
- package/dist/automation.js +1 -1
- package/dist/automation.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +8 -8
- package/src/utilities/rowProcessor/map.ts +1 -1
- package/builder/assets/index.d4b0c756.js +0 -1794
package/builder/index.html
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
9
9
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
|
|
10
10
|
rel="stylesheet" />
|
|
11
|
-
<script type="module" crossorigin src="/builder/assets/index.
|
|
12
|
-
<link rel="stylesheet" href="/builder/assets/index.
|
|
11
|
+
<script type="module" crossorigin src="/builder/assets/index.e3ce193c.js"></script>
|
|
12
|
+
<link rel="stylesheet" href="/builder/assets/index.49c9e712.css">
|
|
13
13
|
</head>
|
|
14
14
|
|
|
15
15
|
<body id="app">
|
package/dist/automation.js
CHANGED
|
@@ -28005,7 +28005,7 @@ var parseArrayString = (value) => {
|
|
|
28005
28005
|
result = JSON.parse(value.replace(/'/g, '"'));
|
|
28006
28006
|
return result;
|
|
28007
28007
|
} catch (e) {
|
|
28008
|
-
logging_exports.
|
|
28008
|
+
logging_exports.logWarn("Could not parse row value", e);
|
|
28009
28009
|
}
|
|
28010
28010
|
}
|
|
28011
28011
|
return value;
|