@cedarjs/auth-supabase-middleware 2.2.2-next.0 → 2.3.0-rc.34
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 +5 -5
- package/dist/index.js +2 -2
- package/package.json +8 -8
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
|
|
20
|
-
__export(
|
|
21
|
-
default: () =>
|
|
19
|
+
var src_exports = {};
|
|
20
|
+
__export(src_exports, {
|
|
21
|
+
default: () => src_default
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
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
|
|
74
|
+
var src_default = initSupabaseAuthMiddleware;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-supabase-middleware",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-rc.34",
|
|
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.
|
|
42
|
-
"@cedarjs/web": "2.
|
|
41
|
+
"@cedarjs/auth-supabase-api": "2.3.0-rc.34",
|
|
42
|
+
"@cedarjs/web": "2.3.0-rc.34",
|
|
43
43
|
"@supabase/ssr": "0.8.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@arethetypeswrong/cli": "0.18.2",
|
|
47
|
-
"@cedarjs/api": "2.
|
|
48
|
-
"@cedarjs/auth": "2.
|
|
49
|
-
"@cedarjs/framework-tools": "2.
|
|
50
|
-
"@cedarjs/graphql-server": "2.
|
|
47
|
+
"@cedarjs/api": "2.3.0-rc.34",
|
|
48
|
+
"@cedarjs/auth": "2.3.0-rc.34",
|
|
49
|
+
"@cedarjs/framework-tools": "2.3.0-rc.34",
|
|
50
|
+
"@cedarjs/graphql-server": "2.3.0-rc.34",
|
|
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": "
|
|
62
|
+
"gitHead": "5e54987a7f0b11f713a37ab49ca5abd7339f9411"
|
|
63
63
|
}
|