@budibase/server 2.7.1-alpha.1 → 2.7.2
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/Dockerfile +1 -0
- package/builder/assets/{index.933787a7.js → index.9e2b9286.js} +354 -354
- package/builder/index.html +1 -1
- package/dist/automation.js +1 -0
- package/dist/automation.js.map +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/package.json +9 -9
- package/src/api/controllers/datasource.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -29043,6 +29043,7 @@ async function setupCreationAuth(datasouce) {
|
|
|
29043
29043
|
var import_google_auth_library, import_google_spreadsheet, import_node_fetch10, ALLOWED_TYPES, SCHEMA12, GoogleSheetsIntegration, googlesheets_default;
|
|
29044
29044
|
var init_googlesheets = __esm({
|
|
29045
29045
|
"src/integrations/googlesheets.ts"() {
|
|
29046
|
+
"use strict";
|
|
29046
29047
|
init_src();
|
|
29047
29048
|
import_google_auth_library = require("google-auth-library");
|
|
29048
29049
|
init_utils19();
|