async-call-rpc
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -5,2 +5,6 @@ # Changelog | ||
### [1.0.4](https://github.com/Jack-Works/async-call/compare/v1.0.3...v1.0.4) (2019-12-23) | ||
### [1.0.3](https://github.com/Jack-Works/async-call/compare/v1.0.2...v1.0.3) (2019-12-23) | ||
### [1.0.2](https://github.com/Jack-Works/async-call/compare/v1.0.1...v1.0.2) (2019-12-23) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "async-call-rpc", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"type": "module", | ||
@@ -9,5 +9,5 @@ "description": "A lightweight JSON RPC server & client", | ||
"scripts": { | ||
"release": "standard-version", | ||
"release": "rimraf ./out && standard-version", | ||
"start": "node ./watch.js", | ||
"prepublishOnly": "rimraf ./out && tsc", | ||
"prepublishOnly": "tsc", | ||
"doc:api": "api-extractor run --local --verbose", | ||
@@ -14,0 +14,0 @@ "doc:md": "api-documenter markdown -o docs -i temp", |
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
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
97858
19
1988
0