@open-rpc/mock-server
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,8 @@ | ||
## [1.7.1](https://github.com/open-rpc/mock-server/compare/1.7.0...1.7.1) (2020-10-14) | ||
### Bug Fixes | ||
* update node version and install missing commander ([6766fdb](https://github.com/open-rpc/mock-server/commit/6766fdbcf1e9473223971ef0511b9eb821b77985)) | ||
# [1.7.0](https://github.com/open-rpc/mock-server/compare/1.6.0...1.7.0) (2020-08-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@open-rpc/mock-server", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Provides a mock JSON-RPC API given an OpenRPC Document", | ||
@@ -9,4 +9,4 @@ "repository": { | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Zachary Belford<belfordz66@gmail.com>", | ||
"license": "Apache 2.0", | ||
"bugs": { | ||
@@ -37,2 +37,3 @@ "url": "https://github.com/open-rpc/mock-server/issues" | ||
"@open-rpc/server-js": "^1.8.0", | ||
"commander": "^6.1.0", | ||
"lodash": "^4.17.19" | ||
@@ -39,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
43407
0
0
5
+ Addedcommander@^6.1.0
+ Addedcommander@6.2.1(transitive)