Comparing version 0.25.0 to 0.25.1
{ | ||
"name": "oslo", | ||
"type": "module", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"description": "A collection of auth-related utilities", | ||
@@ -24,3 +24,2 @@ "main": "dist/index.js", | ||
"./request": "./dist/request/index.js", | ||
"./session": "./dist/session/index.js", | ||
"./webauthn": "./dist/webauthn/index.js" | ||
@@ -63,5 +62,2 @@ }, | ||
], | ||
"session": [ | ||
"dist/session/index.d.ts" | ||
], | ||
"webauthn": [ | ||
@@ -75,4 +71,5 @@ "dist/webauthn/index.d.ts" | ||
"oauth2", | ||
"session", | ||
"crypto" | ||
"jwt", | ||
"crypto", | ||
"webauthn" | ||
], | ||
@@ -79,0 +76,0 @@ "author": "pilcrowOnPaper", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55764