11{
22 "name" : " vue-supabase" ,
3- "version" : " 2.2.3 " ,
3+ "version" : " 2.2.4 " ,
44 "description" : " A small wrapper for integrating supabase to Vuejs" ,
5- "main" : " dist/cjs/index.js" ,
6- "module" : " dist/esm/index.js" ,
7- "types" : " dist/types/index.d.ts" ,
8- "engine" : {
9- "node" : " >= 1"
10- },
11- "scripts" : {
12- "prepare" : " npm run build" ,
13- "test" : " echo 'no tests to run'" ,
14- "lint" : " eslint . --ext .ts" ,
15- "build" : " tsc -p config/tsconfig.cjs.json && tsc -p config/tsconfig.esm.json && tsc -p config/tsconfig.types.json"
16- },
17- "repository" : {
18- "type" : " git" ,
19- "url" : " git+https://github.com/scottrobertson/vue-supabase.git"
20- },
215 "keywords" : [
226 " vue" ,
237 " custom" ,
248 " supabase" ,
259 " vue-supabase"
2610 ],
27- "author" : " Scott Robertson " ,
11+ "author" : " Supabase Community " ,
2812 "license" : " MIT" ,
13+ "homepage" : " https://github.com/supabase-community/vue-supabase#readme" ,
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " git+https://github.com/supabase-community/vue-supabase.git"
17+ },
2918 "bugs" : {
30- "url" : " https://github.com/scottrobertson/vue-supabase/issues"
19+ "url" : " https://github.com/supabase-community/vue-supabase/issues"
20+ },
21+ "engine" : {
22+ "node" : " >= 1"
3123 },
32- "homepage" : " https://github.com/scottrobertson/vue-supabase#readme" ,
24+ "scripts" : {
25+ "prepare" : " npm run build" ,
26+ "test" : " echo 'no tests to run'" ,
27+ "lint" : " eslint . --ext .ts" ,
28+ "build" : " tsc -p config/tsconfig.cjs.json && tsc -p config/tsconfig.esm.json && tsc -p config/tsconfig.types.json"
29+ },
30+ "main" : " dist/cjs/index.js" ,
31+ "module" : " dist/esm/index.js" ,
32+ "types" : " dist/types/index.d.ts" ,
3333 "dependencies" : {
3434 "@supabase/supabase-js" : " ^1.25.2" ,
3535 "vue-demi" : " ^0.11.2"
4747 "prettier" : " ^2.4.1" ,
4848 "typescript" : " ^4.4.4"
4949 }
50- }
50+ }
0 commit comments