Comparing version 2.0.1 to 2.0.2
@@ -9,10 +9,16 @@ # Embassy Change Log | ||
## [v2.0.1] - 2020-01-14 | ||
## [v2.0.2] - 2021-04-23 | ||
### Fixed | ||
- Typescript types are now published with the package | ||
## [v2.0.1] - 2021-01-14 | ||
### Fixed | ||
- Updated build settings to include documentation. Intellisense in editors can now show TSDoc data. | ||
- Corrected public/private scope issues in Token.js that exposed two private functions to the public and included them in the API documentation. | ||
## [v2.0.0] - 2020-01-13 | ||
## [v2.0.0] - 2021-01-13 | ||
@@ -76,3 +82,4 @@ ### Changes | ||
[development]: https://github.com/TomFrost/Embassy/compare/v2.0.1...HEAD | ||
[development]: https://github.com/TomFrost/Embassy/compare/v2.0.2...HEAD | ||
[v2.0.1]: https://github.com/TomFrost/Embassy/compare/v2.0.1...v2.0.2 | ||
[v2.0.1]: https://github.com/TomFrost/Embassy/compare/v2.0.0...v2.0.1 | ||
@@ -79,0 +86,0 @@ [v2.0.0]: https://github.com/TomFrost/Embassy/compare/v0.3.2...v2.0.0 |
{ | ||
"name": "embassy", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Simple JSON Web Tokens (JWT) with embedded scopes for services", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"engines": { | ||
@@ -15,3 +16,3 @@ "node": ">=12" | ||
"lint": "eslint '*/**/*.{js,ts}'; prettier -l **/*.{md,json}", | ||
"clean": "rm -rf node_modules coverage", | ||
"clean": "rm -rf node_modules coverage dist", | ||
"test": "npm run lint && jest --coverage", | ||
@@ -24,5 +25,2 @@ "test:watch": "jest --watch" | ||
}, | ||
"files": [ | ||
"./dist/*" | ||
], | ||
"keywords": [ | ||
@@ -29,0 +27,0 @@ "JWT", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
194364
69
2685