@budibase/backend-core 3.23.29 → 3.23.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/backend-core",
3
- "version": "3.23.29",
3
+ "version": "3.23.31",
4
4
  "description": "Budibase backend core libraries used in server and worker",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -112,5 +112,5 @@
112
112
  }
113
113
  }
114
114
  },
115
- "gitHead": "e9bb53161a551bda13ab996da6cba563f6be5400"
115
+ "gitHead": "50a8bc7136e331c52fde9eb158252adbdafca3cf"
116
116
  }
@@ -0,0 +1,2 @@
1
+ import type { Middleware } from "koa";
2
+ export declare function activeTenant(): Middleware;
@@ -18,6 +18,7 @@ export * as oidc from "./passport/sso/oidc";
18
18
  export { authError, ssoCallbackUrl } from "./passport/utils";
19
19
  export { querystringToBody } from "./querystringToBody";
20
20
  export { tenancy } from "./tenancy";
21
+ export { activeTenant } from "./activation";
21
22
  export { workspaceBuilderOrAdmin } from "./workspaceBuilderOrAdmin";
22
23
  import * as datasourceGoogle from "./passport/datasource/google";
23
24
  export declare const datasource: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/backend-core",
3
- "version": "3.23.29",
3
+ "version": "3.23.31",
4
4
  "description": "Budibase backend core libraries used in server and worker",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -112,5 +112,5 @@
112
112
  }
113
113
  }
114
114
  },
115
- "gitHead": "e9bb53161a551bda13ab996da6cba563f6be5400"
115
+ "gitHead": "50a8bc7136e331c52fde9eb158252adbdafca3cf"
116
116
  }