@cedarjs/auth-supabase-middleware 2.2.2-next.0 → 2.2.2-next.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/cjs/index.js CHANGED
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var index_exports = {};
20
- __export(index_exports, {
21
- default: () => index_default
19
+ var src_exports = {};
20
+ __export(src_exports, {
21
+ default: () => src_default
22
22
  });
23
- module.exports = __toCommonJS(index_exports);
23
+ module.exports = __toCommonJS(src_exports);
24
24
  var import_api = require("@cedarjs/api");
25
25
  var import_auth_supabase_api = require("@cedarjs/auth-supabase-api");
26
26
  var import_util = require("./util.js");
@@ -71,4 +71,4 @@ const initSupabaseAuthMiddleware = ({
71
71
  };
72
72
  return [middleware, "*"];
73
73
  };
74
- var index_default = initSupabaseAuthMiddleware;
74
+ var src_default = initSupabaseAuthMiddleware;
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ const initSupabaseAuthMiddleware = ({
48
48
  };
49
49
  return [middleware, "*"];
50
50
  };
51
- var index_default = initSupabaseAuthMiddleware;
51
+ var src_default = initSupabaseAuthMiddleware;
52
52
  export {
53
- index_default as default
53
+ src_default as default
54
54
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-supabase-middleware",
3
- "version": "2.2.2-next.0+50c9164d3",
3
+ "version": "2.2.2-next.31+ff2776832",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -38,16 +38,16 @@
38
38
  "test:watch": "vitest watch"
39
39
  },
40
40
  "dependencies": {
41
- "@cedarjs/auth-supabase-api": "2.2.2-next.0+50c9164d3",
42
- "@cedarjs/web": "2.2.2-next.0+50c9164d3",
41
+ "@cedarjs/auth-supabase-api": "2.2.2-next.31+ff2776832",
42
+ "@cedarjs/web": "2.2.2-next.31+ff2776832",
43
43
  "@supabase/ssr": "0.8.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@arethetypeswrong/cli": "0.18.2",
47
- "@cedarjs/api": "2.2.2-next.0+50c9164d3",
48
- "@cedarjs/auth": "2.2.2-next.0+50c9164d3",
49
- "@cedarjs/framework-tools": "2.2.2-next.1",
50
- "@cedarjs/graphql-server": "2.2.2-next.0+50c9164d3",
47
+ "@cedarjs/api": "2.2.2-next.31+ff2776832",
48
+ "@cedarjs/auth": "2.2.2-next.31+ff2776832",
49
+ "@cedarjs/framework-tools": "2.2.2-next.31",
50
+ "@cedarjs/graphql-server": "2.2.2-next.31+ff2776832",
51
51
  "@types/aws-lambda": "8.10.159",
52
52
  "concurrently": "9.2.1",
53
53
  "publint": "0.3.16",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "50c9164d38f49178f060177be747dd7c484d1e36"
62
+ "gitHead": "ff2776832afcb70cd4ca38986ec4e37043e1c44b"
63
63
  }