@budibase/server 2.7.31 → 2.7.33
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.8158a0d4.js → index.5e761588.js} +73 -73
- package/builder/index.html +1 -1
- package/dist/automation.js +2 -1
- package/dist/automation.js.map +2 -2
- package/dist/index.js +8 -1
- package/dist/index.js.map +3 -3
- package/dist/query.js +1 -1
- package/dist/query.js.map +2 -2
- package/package.json +8 -8
- package/src/api/controllers/table/external.ts +11 -0
- package/src/integrations/mongodb.ts +1 -1
package/builder/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<link href="/builder/fonts/source-sans-pro/600.css" rel="stylesheet" />
|
|
10
10
|
<link href="/builder/fonts/source-sans-pro/700.css" rel="stylesheet" />
|
|
11
11
|
<link href="/builder/fonts/remixicon.css" rel="stylesheet" />
|
|
12
|
-
<script type="module" crossorigin src="/builder/assets/index.
|
|
12
|
+
<script type="module" crossorigin src="/builder/assets/index.5e761588.js"></script>
|
|
13
13
|
<link rel="stylesheet" href="/builder/assets/index.d6eab42b.css">
|
|
14
14
|
</head>
|
|
15
15
|
|
package/dist/automation.js
CHANGED
|
@@ -21910,7 +21910,7 @@ var init_mongodb = __esm({
|
|
|
21910
21910
|
const self = this;
|
|
21911
21911
|
function interpolateObjectIds(json3) {
|
|
21912
21912
|
var _a;
|
|
21913
|
-
for (let field of Object.keys(json3)) {
|
|
21913
|
+
for (let field of Object.keys(json3 || {})) {
|
|
21914
21914
|
if (json3[field] instanceof Object) {
|
|
21915
21915
|
json3[field] = self.createObjectIds(json3[field]);
|
|
21916
21916
|
}
|
|
@@ -31660,6 +31660,7 @@ init_query4();
|
|
|
31660
31660
|
init_src2();
|
|
31661
31661
|
init_src();
|
|
31662
31662
|
init_sdk3();
|
|
31663
|
+
init_websockets();
|
|
31663
31664
|
var { cloneDeep: cloneDeep15 } = require("lodash/fp");
|
|
31664
31665
|
|
|
31665
31666
|
// src/api/controllers/table/index.ts
|