@spfn/auth 0.2.0-beta.10 → 0.2.0-beta.11

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.10",
3
+ "version": "0.2.0-beta.11",
4
4
  "type": "module",
5
5
  "description": "Authentication, authorization, and RBAC module for SPFN",
6
6
  "main": "./dist/index.js",
@@ -80,7 +80,8 @@
80
80
  "jose": "^6.1.0",
81
81
  "jsonwebtoken": "^9.0.2",
82
82
  "postgres": "^3.4.0",
83
- "@spfn/core": "0.2.0-beta.5"
83
+ "@spfn/core": "0.2.0-beta.11",
84
+ "@spfn/notification": "0.1.0-beta.1"
84
85
  },
85
86
  "devDependencies": {
86
87
  "@types/bcryptjs": "^2.4.6",
@@ -97,20 +98,12 @@
97
98
  "tsx": "^4.20.6",
98
99
  "typescript": "^5.3.3",
99
100
  "vitest": "^4.0.6",
100
- "spfn": "0.2.0-beta.5"
101
+ "spfn": "0.2.0-beta.7"
101
102
  },
102
103
  "peerDependencies": {
103
- "@aws-sdk/client-ses": "^3.0.0",
104
- "@aws-sdk/client-sns": "^3.0.0",
105
104
  "next": "^15.0.0 || ^16.0.0"
106
105
  },
107
106
  "peerDependenciesMeta": {
108
- "@aws-sdk/client-ses": {
109
- "optional": true
110
- },
111
- "@aws-sdk/client-sns": {
112
- "optional": true
113
- },
114
107
  "next": {
115
108
  "optional": true
116
109
  }