async-call-rpc
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.2.2](https://github.com/Jack-Works/async-call/compare/v3.2.1...v3.2.2) (2020-06-28) | ||
### Bug Fixes | ||
* support entry points for old platform that doesnt support exports field ([9a108cd](https://github.com/Jack-Works/async-call/commit/9a108cd55418d557b61f017db261f83902f8426e)) | ||
### [3.2.1](https://github.com/Jack-Works/async-call/compare/v3.2.0...v3.2.1) (2020-06-28) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "async-call-rpc", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "A lightweight JSON RPC server & client", | ||
@@ -75,5 +75,7 @@ "main": "out/base.js", | ||
"utils", | ||
"base.js", | ||
"base.d.ts", | ||
"full.js", | ||
"full.d.ts" | ||
] | ||
} |
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
334901
45
2234