@floatingpixels/supabase-nuxt 0.5.5 → 0.5.7
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineNuxtModule, createResolver, addServerHandler, addPlugin, addTypeTemplate, extendViteConfig } from '@nuxt/kit';
|
|
2
2
|
|
|
3
|
-
const module = defineNuxtModule({
|
|
3
|
+
const module$1 = defineNuxtModule({
|
|
4
4
|
meta: {
|
|
5
5
|
name: "supabase-nuxt",
|
|
6
6
|
configKey: "supabase",
|
|
@@ -104,4 +104,4 @@ const module = defineNuxtModule({
|
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
|
107
|
-
export { module as default };
|
|
107
|
+
export { module$1 as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floatingpixels/supabase-nuxt",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"description": "Supabase module for Nuxt",
|
|
5
5
|
"repository": "floatingpixels/supabase-nuxt",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,36 +59,36 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@supabase/ssr": "^0.7.0",
|
|
62
|
-
"@supabase/supabase-js": "^2.
|
|
62
|
+
"@supabase/supabase-js": "^2.84.0",
|
|
63
63
|
"cookie": "^1.0.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@nuxt/devtools": "3.
|
|
67
|
-
"@nuxt/eslint-config": "^1.
|
|
68
|
-
"@nuxt/kit": "^4.2.
|
|
66
|
+
"@nuxt/devtools": "3.1.1",
|
|
67
|
+
"@nuxt/eslint-config": "^1.10.0",
|
|
68
|
+
"@nuxt/kit": "^4.2.1",
|
|
69
69
|
"@nuxt/module-builder": "^1.0.2",
|
|
70
|
-
"@nuxt/schema": "^4.2.
|
|
70
|
+
"@nuxt/schema": "^4.2.1",
|
|
71
71
|
"@nuxt/test-utils": "3.20.1",
|
|
72
72
|
"@playwright/test": "^1.56.1",
|
|
73
73
|
"@snaplet/copycat": "^6.0.0",
|
|
74
74
|
"@snaplet/seed": "^0.98.0",
|
|
75
75
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
76
|
-
"@types/node": "^24.
|
|
77
|
-
"@vitest/coverage-v8": "4.0.
|
|
76
|
+
"@types/node": "^24.10.1",
|
|
77
|
+
"@vitest/coverage-v8": "4.0.13",
|
|
78
78
|
"@vue/test-utils": "^2.4.6",
|
|
79
79
|
"changelogen": "^0.6.2",
|
|
80
|
-
"eslint": "^9.
|
|
80
|
+
"eslint": "^9.39.1",
|
|
81
81
|
"eslint-config-prettier": "^10.1.8",
|
|
82
|
-
"happy-dom": "^20.0.
|
|
83
|
-
"nuxt": "^4.2.
|
|
82
|
+
"happy-dom": "^20.0.10",
|
|
83
|
+
"nuxt": "^4.2.1",
|
|
84
84
|
"playwright-core": "^1.56.1",
|
|
85
85
|
"postgres": "^3.4.7",
|
|
86
86
|
"prettier": "^3.6.2",
|
|
87
|
-
"release-it": "^19.0.
|
|
88
|
-
"supabase": "^2.
|
|
87
|
+
"release-it": "^19.0.6",
|
|
88
|
+
"supabase": "^2.62.5",
|
|
89
89
|
"typescript": "5.9.3",
|
|
90
|
-
"vitest": "^4.0.
|
|
91
|
-
"vue-tsc": "^3.1.
|
|
90
|
+
"vitest": "^4.0.13",
|
|
91
|
+
"vue-tsc": "^3.1.5"
|
|
92
92
|
},
|
|
93
93
|
"pnpm": {
|
|
94
94
|
"onlyBuiltDependencies": [
|