@budibase/server 2.7.7 → 2.7.9
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.4ca5529d.js → index.358319af.js} +194 -194
- package/builder/index.html +1 -1
- 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/dist/query.js +1 -1
- package/dist/query.js.map +2 -2
- package/package.json +8 -8
- package/src/sdk/app/datasources/datasources.ts +1 -1
package/builder/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
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.
|
|
11
|
+
<script type="module" crossorigin src="/builder/assets/index.358319af.js"></script>
|
|
12
12
|
<link rel="stylesheet" href="/builder/assets/index.a86e2071.css">
|
|
13
13
|
</head>
|
|
14
14
|
|
package/dist/automation.js
CHANGED
|
@@ -25300,7 +25300,7 @@ function mergeConfigs(update7, old) {
|
|
|
25300
25300
|
}
|
|
25301
25301
|
if (hasAuthConfigs(update7)) {
|
|
25302
25302
|
const configs = update7.config.authConfigs;
|
|
25303
|
-
const oldConfigs = (_a = old.config) == null ? void 0 : _a.authConfigs;
|
|
25303
|
+
const oldConfigs = ((_a = old.config) == null ? void 0 : _a.authConfigs) || [];
|
|
25304
25304
|
for (let config of configs) {
|
|
25305
25305
|
if (config.type !== "basic" /* BASIC */) {
|
|
25306
25306
|
continue;
|