@jmondi/oauth2-server
Advanced tools
Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11
{ | ||
"version": "3.0.0-alpha.10", | ||
"version": "3.0.0-alpha.11", | ||
"name": "@jmondi/oauth2-server", | ||
@@ -57,3 +57,10 @@ "author": "Jason Raimondi <jason@raimondi.us>", | ||
}, | ||
"types": "./dist/index.d.ts" | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/index.d.ts", | ||
"./dist/*" | ||
] | ||
} | ||
} | ||
} |
@@ -412,2 +412,7 @@ # TypeScript OAuth2.0 Server | ||
## Migration Guide | ||
- [v1 to v2](https://github.com/jasonraimondi/ts-oauth2-server/releases/tag/v2.0.0) | ||
- [v2 to v3](https://jasonraimondi.github.io/ts-oauth2-server/migration/v2_to_v3.html) | ||
## Thanks | ||
@@ -414,0 +419,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
204859
425