Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "oslo", | ||
"type": "module", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "A collection of auth-related utilities", | ||
@@ -29,4 +29,40 @@ "main": "dist/index.js", | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
".": [ | ||
"./dist/index.d.ts" | ||
], | ||
"./cookie": [ | ||
"./dist/cookie/index.d.ts" | ||
], | ||
"./encoding": [ | ||
"./dist/encoding/index.d.ts" | ||
], | ||
"./oauth2": [ | ||
"./dist/oauth2/index.d.ts" | ||
], | ||
"./oauth2/providers": [ | ||
"./dist/oauth2/providers/index.d.ts" | ||
], | ||
"./oidc": [ | ||
"./dist/oidc/index.d.ts" | ||
], | ||
"./otp": [ | ||
"./dist/otp/index.d.ts" | ||
], | ||
"./password": [ | ||
"./dist/password/index.d.ts" | ||
], | ||
"./random": [ | ||
"./dist/random/index.d.ts" | ||
], | ||
"./request": [ | ||
"./dist/request/index.d.ts" | ||
], | ||
"./session": [ | ||
"./dist/session/index.d.ts" | ||
], | ||
"./token": [ | ||
"./dist/token/index.d.ts" | ||
], | ||
"./webauthn": [ | ||
"./dist/webauthn/index.d.ts" | ||
] | ||
@@ -33,0 +69,0 @@ } |
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
73821