@nuxtjs/supabase
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.1.7" | ||
"version": "1.2.1" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { SupabaseClient } from '@supabase/supabase-js'; | ||
import type { SupabaseClient } from '@supabase/supabase-js'; | ||
export declare const useSupabaseClient: <T>() => SupabaseClient<T, "public" extends keyof T ? keyof T & "public" : string & keyof T, T["public" extends keyof T ? keyof T & "public" : string & keyof T] extends import("@supabase/supabase-js/dist/module/lib/types").GenericSchema ? T["public" extends keyof T ? keyof T & "public" : string & keyof T] : any>; |
import type { User } from '@supabase/supabase-js'; | ||
import type { Ref } from 'vue'; | ||
export declare const useSupabaseUser: () => Ref<User | null>; | ||
import { type ComputedRef } from '#imports'; | ||
export declare const useSupabaseUser: () => ComputedRef<User | null>; |
@@ -1,3 +0,3 @@ | ||
import { SupabaseClient } from '@supabase/supabase-js'; | ||
import type { SupabaseClient } from '@supabase/supabase-js'; | ||
import type { H3Event } from 'h3'; | ||
export declare const serverSupabaseClient: <T>(event: H3Event) => Promise<SupabaseClient<T>>; |
@@ -1,3 +0,3 @@ | ||
import { SupabaseClient } from '@supabase/supabase-js'; | ||
import type { SupabaseClient } from '@supabase/supabase-js'; | ||
import type { H3Event } from 'h3'; | ||
export declare const serverSupabaseServiceRole: <T>(event: H3Event) => SupabaseClient<T>; |
@@ -1,3 +0,4 @@ | ||
import { SupabaseClientOptions } from '@supabase/supabase-js' | ||
import { CookieOptions } from 'nuxt/app' | ||
import type { SupabaseClientOptions } from '@supabase/supabase-js' | ||
import type { CookieOptions } from 'nuxt/app' | ||
declare module '@nuxt/schema' { | ||
@@ -4,0 +5,0 @@ interface PublicRuntimeConfig { |
{ | ||
"name": "@nuxtjs/supabase", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Supabase module for Nuxt", | ||
@@ -23,3 +23,4 @@ "repository": "nuxt-community/supabase-module", | ||
"build": "nuxt-module-build build", | ||
"lint": "eslint --ext .js,.ts,.vue .", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"release": "pnpm lint && release-it", | ||
@@ -29,4 +30,4 @@ "pre:release": "pnpm lint && release-it --preRelease" | ||
"dependencies": { | ||
"@nuxt/kit": "^3.11.1", | ||
"@supabase/supabase-js": "2.41.1", | ||
"@nuxt/kit": "^3.11.2", | ||
"@supabase/supabase-js": "2.42.4", | ||
"defu": "^6.1.4", | ||
@@ -36,12 +37,12 @@ "pathe": "^1.1.2" | ||
"devDependencies": { | ||
"@nuxt/eslint": "^0.3.8", | ||
"@nuxt/module-builder": "^0.5.5", | ||
"@nuxt/schema": "^3.11.1", | ||
"@nuxtjs/eslint-config-typescript": "^12.1.0", | ||
"@nuxt/schema": "^3.11.2", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@types/node": "^20.11.30", | ||
"eslint": "^8.57.0", | ||
"nuxt": "^3.11.1", | ||
"@types/node": "^20.12.7", | ||
"eslint": "^9.0.0", | ||
"nuxt": "^3.11.2", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1", | ||
"typescript": "^5.4.3" | ||
"release-it": "^17.2.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -48,0 +49,0 @@ "release-it": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27187
524
+ Added@supabase/functions-js@2.3.0(transitive)
+ Added@supabase/postgrest-js@1.15.2(transitive)
+ Added@supabase/realtime-js@2.9.4(transitive)
+ Added@supabase/supabase-js@2.42.4(transitive)
- Removed@supabase/functions-js@2.2.2(transitive)
- Removed@supabase/postgrest-js@1.9.2(transitive)
- Removed@supabase/realtime-js@2.9.3(transitive)
- Removed@supabase/supabase-js@2.41.1(transitive)
Updated@nuxt/kit@^3.11.2
Updated@supabase/supabase-js@2.42.4