@happyvertical/auth 0.74.8 → 0.74.9
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/auth",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.9",
|
|
4
4
|
"description": "Unified authentication interface supporting Keycloak, AWS Cognito, and Nostr with OAuth2/OIDC and public key identity",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"jose": "^6.2.2",
|
|
40
|
-
"@happyvertical/utils": "0.74.
|
|
40
|
+
"@happyvertical/utils": "0.74.9"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
43
|
"@aws-sdk/client-cognito-identity-provider": "^3.1034.0",
|