@budibase/server 2.7.30 → 2.7.32
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.abd4e5cc.js → index.129184ea.js} +187 -187
- package/builder/assets/{index.d9b46807.css → index.d6eab42b.css} +1 -1
- package/builder/index.html +2 -2
- package/dist/automation.js +1 -0
- package/dist/automation.js.map +2 -2
- package/dist/index.js +7 -0
- package/dist/index.js.map +3 -3
- package/package.json +8 -8
- package/src/api/controllers/table/external.ts +11 -0
package/builder/index.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
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.
|
|
13
|
-
<link rel="stylesheet" href="/builder/assets/index.
|
|
12
|
+
<script type="module" crossorigin src="/builder/assets/index.129184ea.js"></script>
|
|
13
|
+
<link rel="stylesheet" href="/builder/assets/index.d6eab42b.css">
|
|
14
14
|
</head>
|
|
15
15
|
|
|
16
16
|
<body id="app">
|
package/dist/automation.js
CHANGED
|
@@ -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
|