async-call-rpc
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,2 +5,10 @@ # Changelog | ||
### [3.2.1](https://github.com/Jack-Works/async-call/compare/v3.2.0...v3.2.1) (2020-06-28) | ||
### Bug Fixes | ||
* entry points dts not exported ([28e51f0](https://github.com/Jack-Works/async-call/commit/28e51f0b85db1decdd4bcc1228447a67c46bbdbc)) | ||
* wrong url in readme ([ca2b581](https://github.com/Jack-Works/async-call/commit/ca2b581297bbc5831eaecea8e8a489438aeeb412)) | ||
## [3.2.0](https://github.com/Jack-Works/async-call/compare/v3.1.0...v3.2.0) (2020-06-27) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "async-call-rpc", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A lightweight JSON RPC server & client", | ||
@@ -74,4 +74,6 @@ "main": "out/base.js", | ||
"tsconfig.json", | ||
"utils" | ||
"utils", | ||
"base.d.ts", | ||
"full.d.ts" | ||
] | ||
} |
@@ -193,11 +193,11 @@ # Async Call | ||
### WebSocket Server: Node | ||
### WebSocket Server: Deno | ||
Entry point: [`https://cdn.jsdelivr.net/npm/async-call-rpc@3.1.0/utils/deno/websocket.server.ts`](https://github.com/Jack-Works/async-call-rpc/blob/master/utils-src/deno/websocket.server.ts) | ||
Entry point: [`https://cdn.jsdelivr.net/npm/async-call-rpc@3.2.0/utils/deno/websocket.server.ts`](https://github.com/Jack-Works/async-call-rpc/blob/master/utils/deno/websocket.server.ts) | ||
Example: [./examples/deno.websocket.server.js](https://github.com/Jack-Works/async-call-rpc/blob/master/examples/deno.websocket.server.ts) | ||
Example: [./examples/deno.websocket.server.ts](https://github.com/Jack-Works/async-call-rpc/blob/master/examples/deno.websocket.server.ts) | ||
### WebSocket Client: Web | ||
Entry point: [`https://cdn.jsdelivr.net/npm/async-call-rpc@3.1.0/utils/web/websocket.client.js`](https://github.com/Jack-Works/async-call-rpc/blob/master/utils-src/web/websocket.client.ts) | ||
Entry point: [`https://cdn.jsdelivr.net/npm/async-call-rpc@3.2.0/utils/web/websocket.client.js`](https://github.com/Jack-Works/async-call-rpc/blob/master/utils-src/web/websocket.client.ts) | ||
@@ -208,3 +208,3 @@ Example: [./examples/browser.websocket.client.js](https://github.com/Jack-Works/async-call-rpc/blob/master/examples/browser.websocket.client.js) | ||
Entry point: [`https://cdn.jsdelivr.net/npm/async-call-rpc@3.1.0/utils/web/broadcast.channel.js`](https://github.com/Jack-Works/async-call-rpc/blob/master/utils-src/web/broadcast.channel.ts) | ||
Entry point: [`https://cdn.jsdelivr.net/npm/async-call-rpc@3.2.0/utils/web/broadcast.channel.js`](https://github.com/Jack-Works/async-call-rpc/blob/master/utils-src/web/broadcast.channel.ts) | ||
@@ -267,3 +267,3 @@ ## Utils available if both server and client are created by this library | ||
In the JSON RPC specification, this is implementation-defined. (Plan to [add API for custom Error data](https://github.com/Jack-Works/async-call/issues/8)). | ||
In the JSON RPC specification, this is implementation-defined. This is controlled by the option [`options.mapError`](https://jack-works.github.io/async-call-rpc/async-call-rpc.errormapfunction.html) | ||
@@ -270,0 +270,0 @@ This library will try to "Recover" the Error object if there is enough information from another side. |
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
334508
43
2232