@spfn/auth 0.2.0-beta.61 → 0.2.0-beta.62

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.
@@ -1,4 +1,4 @@
1
- import { K as KeyAlgorithmType } from './types-B1CzVZkU.js';
1
+ import { K as KeyAlgorithmType } from './types-B4auHIax.js';
2
2
 
3
3
  /**
4
4
  * @spfn/auth - Client Session Management
@@ -36,7 +36,7 @@ type UserStatus = typeof USER_STATUSES[number];
36
36
  * Social provider enum values
37
37
  * Single source of truth for supported OAuth providers
38
38
  */
39
- declare const SOCIAL_PROVIDERS: readonly ["google", "github", "kakao", "naver"];
39
+ declare const SOCIAL_PROVIDERS: readonly ["google", "github", "kakao", "naver", "superself"];
40
40
  /**
41
41
  * Social provider type derived from the const array
42
42
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spfn/auth",
3
- "version": "0.2.0-beta.61",
3
+ "version": "0.2.0-beta.62",
4
4
  "type": "module",
5
5
  "description": "Authentication, authorization, and RBAC module for SPFN",
6
6
  "main": "./dist/index.js",
@@ -85,7 +85,7 @@
85
85
  "jose": "^6.1.0",
86
86
  "jsonwebtoken": "^9.0.2",
87
87
  "postgres": "^3.4.0",
88
- "@spfn/core": "0.2.0-beta.47",
88
+ "@spfn/core": "0.2.0-beta.48",
89
89
  "@spfn/notification": "0.1.0-beta.18"
90
90
  },
91
91
  "devDependencies": {
@@ -103,7 +103,7 @@
103
103
  "tsx": "^4.20.6",
104
104
  "typescript": "^5.3.3",
105
105
  "vitest": "^4.0.6",
106
- "spfn": "0.2.0-beta.46"
106
+ "spfn": "0.2.0-beta.47"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "next": "^15.0.0 || ^16.0.0"