@spfn/auth 0.2.0-beta.81 → 0.2.0-beta.83

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spfn/auth",
3
- "version": "0.2.0-beta.81",
3
+ "version": "0.2.0-beta.83",
4
4
  "type": "module",
5
5
  "description": "Authentication, authorization, and RBAC module for SPFN",
6
6
  "author": "Ray Im <rayim@fxy.global>",
@@ -87,13 +87,13 @@
87
87
  "license": "MIT",
88
88
  "repository": {
89
89
  "type": "git",
90
- "url": "https://github.com/spfn/spfn.git",
90
+ "url": "git+https://github.com/fxylabs/spfn.git",
91
91
  "directory": "packages/auth"
92
92
  },
93
93
  "bugs": {
94
- "url": "https://github.com/spfn/spfn/issues"
94
+ "url": "https://github.com/fxylabs/spfn/issues"
95
95
  },
96
- "homepage": "https://github.com/spfn/spfn/tree/main/packages/auth#readme",
96
+ "homepage": "https://github.com/fxylabs/spfn/tree/main/packages/auth#readme",
97
97
  "spfn": {
98
98
  "schemas": [
99
99
  "./dist/server/entities/*.js"
@@ -105,7 +105,6 @@
105
105
  },
106
106
  "dependencies": {
107
107
  "@node-rs/bcrypt": "^1.10.7",
108
- "drizzle-orm": "^0.45.2",
109
108
  "jose": "^6.1.0",
110
109
  "jsonwebtoken": "^9.0.2",
111
110
  "postgres": "^3.4.0"
@@ -118,7 +117,8 @@
118
117
  "@types/react": "^19.2.2",
119
118
  "@types/react-dom": "^19.2.2",
120
119
  "@vitest/coverage-v8": "^4.0.6",
121
- "drizzle-kit": "^0.31.6",
120
+ "drizzle-kit": "1.0.0-rc.4",
121
+ "drizzle-orm": "1.0.0-rc.4",
122
122
  "hono": "^4.12.25",
123
123
  "madge": "^8.0.0",
124
124
  "next": "^16.2.2",
@@ -131,6 +131,7 @@
131
131
  "peerDependencies": {
132
132
  "@spfn/core": ">=0.2.0-beta.54",
133
133
  "@spfn/notification": ">=0.1.0-beta.21",
134
+ "drizzle-orm": ">=1.0.0-rc.4 <2",
134
135
  "next": "^15.0.0 || ^16.0.0"
135
136
  },
136
137
  "peerDependenciesMeta": {