@sunboyoo/supabase-rbac 1.0.2 → 1.0.3
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/package.json +12 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunboyoo/supabase-rbac",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Industrial-grade RBAC helper for Supabase multi-app projects (JWT role_ids + optional permission RPC + React hooks + pg manager + CLI).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"prepublishOnly": "pnpm test:run && pnpm build"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"jose": "^
|
|
72
|
+
"jose": "^6.1.3",
|
|
73
73
|
"pg": "^8.11.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
@@ -83,16 +83,20 @@
|
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@eslint/js": "^9.39.2",
|
|
86
|
-
"@testing-library/
|
|
86
|
+
"@testing-library/dom": "^10.4.1",
|
|
87
|
+
"@testing-library/react": "^16.3.1",
|
|
87
88
|
"@types/pg": "^8.11.0",
|
|
88
|
-
"@types/react": "^
|
|
89
|
+
"@types/react": "^19.2.7",
|
|
90
|
+
"@types/react-dom": "^19.2.3",
|
|
89
91
|
"eslint": "^9.39.2",
|
|
90
|
-
"globals": "^
|
|
91
|
-
"jsdom": "^
|
|
92
|
+
"globals": "^17.0.0",
|
|
93
|
+
"jsdom": "^27.4.0",
|
|
94
|
+
"react": "^19.2.3",
|
|
95
|
+
"react-dom": "^19.2.3",
|
|
92
96
|
"tsup": "^8.1.0",
|
|
93
97
|
"typescript": "^5.6.3",
|
|
94
98
|
"typescript-eslint": "^8.51.0",
|
|
95
|
-
"vitest": "^
|
|
99
|
+
"vitest": "^4.0.16"
|
|
96
100
|
},
|
|
97
101
|
"packageManager": "pnpm@10.27.0",
|
|
98
102
|
"engines": {
|
|
@@ -102,4 +106,4 @@
|
|
|
102
106
|
"access": "public",
|
|
103
107
|
"registry": "https://registry.npmjs.org/"
|
|
104
108
|
}
|
|
105
|
-
}
|
|
109
|
+
}
|