Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "oslo", | ||
"type": "module", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A collection of auth-related utilities", | ||
@@ -20,3 +20,2 @@ "main": "dist/index.js", | ||
"./otp": "./dist/otp/index.js", | ||
"./passkey": "./dist/passkey/index.js", | ||
"./password": "./dist/password/index.js", | ||
@@ -26,3 +25,4 @@ "./random": "./dist/random/index.js", | ||
"./session": "./dist/session/index.js", | ||
"./token": "./dist/token/index.js" | ||
"./token": "./dist/token/index.js", | ||
"./webauthn": "./dist/webauthn/index.js" | ||
}, | ||
@@ -29,0 +29,0 @@ "keywords": [ |
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
69778