daf-did-jwt
Advanced tools
Comparing version 7.0.0-beta.49 to 7.0.0-beta.50
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.0.0-beta.50](https://github.com/uport-project/daf/compare/v7.0.0-beta.49...v7.0.0-beta.50) (2020-11-25) | ||
### Features | ||
* Generate plugin schema ([#277](https://github.com/uport-project/daf/issues/277)) ([c90473a](https://github.com/uport-project/daf/commit/c90473a67731eb0cfcaf545afe0d64dfee77809c)) | ||
# [7.0.0-beta.49](https://github.com/uport-project/daf/compare/v7.0.0-beta.48...v7.0.0-beta.49) (2020-11-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "daf-did-jwt", | ||
"description": "DAF message validator plugin for decoding JWT payloads.", | ||
"version": "7.0.0-beta.49", | ||
"version": "7.0.0-beta.50", | ||
"main": "build/index.js", | ||
@@ -9,7 +9,7 @@ "types": "build/index.d.ts", | ||
"build": "tsc", | ||
"extract-api": "daf extractPluginApi -c ./api-extractor.json" | ||
"extract-api": "yarn daf extract-api" | ||
}, | ||
"dependencies": { | ||
"daf-core": "^7.0.0-beta.49", | ||
"daf-message-handler": "^7.0.0-beta.49", | ||
"daf-core": "^7.0.0-beta.50", | ||
"daf-message-handler": "^7.0.0-beta.50", | ||
"debug": "^4.1.1", | ||
@@ -33,3 +33,3 @@ "did-jwt": "4.5.0", | ||
"keywords": [], | ||
"gitHead": "1244e1271c1aaf542027959104b4ec4c92ed1d64" | ||
"gitHead": "b52b529fc7d573ecdbdddd45885495650cf917d5" | ||
} |
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
53001