@budibase/server 2.7.7-alpha.0 → 2.7.7-alpha.1

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/dist/index.js CHANGED
@@ -10089,8 +10089,8 @@ async function postAuth(passport2, ctx, next) {
10089
10089
  { successRedirect: "/", failureRedirect: "/error" },
10090
10090
  async (err, tokens) => {
10091
10091
  const baseUrl = `/builder/app/${authStateCookie.appId}/data`;
10092
- const id = utils_exports2.newid();
10093
- await cache_exports.store(
10092
+ const id = newid();
10093
+ await store(
10094
10094
  `datasource:creation:${authStateCookie.appId}:google:${id}`,
10095
10095
  {
10096
10096
  tokens
@@ -10105,10 +10105,10 @@ var init_google2 = __esm({
10105
10105
  "../backend-core/src/middleware/passport/datasource/google.ts"() {
10106
10106
  init_google();
10107
10107
  init_constants2();
10108
- init_utils5();
10109
10108
  init_configs3();
10109
+ init_cache();
10110
+ init_utils5();
10110
10111
  init_sso2();
10111
- init_src2();
10112
10112
  GoogleStrategy2 = require("passport-google-oauth").OAuth2Strategy;
10113
10113
  }
10114
10114
  });