@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/dist/index.js
CHANGED
|
@@ -30527,7 +30527,7 @@ function mergeConfigs(update15, old) {
|
|
|
30527
30527
|
}
|
|
30528
30528
|
if (hasAuthConfigs(update15)) {
|
|
30529
30529
|
const configs = update15.config.authConfigs;
|
|
30530
|
-
const oldConfigs = (_a2 = old.config) == null ? void 0 : _a2.authConfigs;
|
|
30530
|
+
const oldConfigs = ((_a2 = old.config) == null ? void 0 : _a2.authConfigs) || [];
|
|
30531
30531
|
for (let config of configs) {
|
|
30532
30532
|
if (config.type !== "basic" /* BASIC */) {
|
|
30533
30533
|
continue;
|