@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/dist/index.js
CHANGED
|
@@ -21410,7 +21410,7 @@ var init_map = __esm({
|
|
|
21410
21410
|
result = JSON.parse(value.replace(/'/g, '"'));
|
|
21411
21411
|
return result;
|
|
21412
21412
|
} catch (e) {
|
|
21413
|
-
logging_exports.
|
|
21413
|
+
logging_exports.logWarn("Could not parse row value", e);
|
|
21414
21414
|
}
|
|
21415
21415
|
}
|
|
21416
21416
|
return value;
|