@therms/rpc-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,8 @@ | ||
## [1.2.1](http://bitbucket.org/thermsio/rpc-client-ts/compare/v1.2.0...v1.2.1) (2021-05-16) | ||
### Bug Fixes | ||
* **WebSocketTransport:** delete pending request promises after finished ([ebe3cef](http://bitbucket.org/thermsio/rpc-client-ts/commits/ebe3cef1440a4e1ca42b7321fede6e888f02b710)) | ||
# [1.2.0](http://bitbucket.org/thermsio/rpc-client-ts/compare/v1.1.0...v1.2.0) (2021-05-10) | ||
@@ -2,0 +9,0 @@ |
@@ -19,2 +19,3 @@ import { Transport } from './Transport'; | ||
private websocket?; | ||
private websocketId?; | ||
readonly name = "WebSocketTransport"; | ||
@@ -21,0 +22,0 @@ constructor(options: WebSocketTransportOptions); |
{ | ||
"name": "@therms/rpc-client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "RPC framework, browser client lib", | ||
@@ -10,2 +10,3 @@ "private": false, | ||
"build:prod": "rollup -c", | ||
"postinstall": "npm update @therms/rpc-server", | ||
"test": "jest" | ||
@@ -17,3 +18,3 @@ }, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-commonjs": "^18.1.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
@@ -25,4 +26,5 @@ "@rollup/plugin-node-resolve": "^11.2.0", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/npm": "^7.0.10", | ||
"@semantic-release/npm": "^7.1.3", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"@therms/rpc-server": "^1.15.0", | ||
"@types/debug": "^4.1.5", | ||
@@ -40,9 +42,9 @@ "@types/fast-json-stable-stringify": "^2.0.0", | ||
"objectmodel": "^4.2.3", | ||
"prettier": "^2.2.1", | ||
"rollup": "^2.42.1", | ||
"prettier": "^2.3.0", | ||
"rollup": "^2.47.0", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"semantic-release": "^17.3.8", | ||
"semantic-release": "^17.4.3", | ||
"semantic-release-slack-bot": "^2.1.0", | ||
"sort-keys": "^4.2.0", | ||
"ts-jest": "^26.5.2", | ||
"ts-jest": "^26.5.6", | ||
"tslib": "^2.1.0", | ||
@@ -49,0 +51,0 @@ "typescript": "^4.2.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
442637
4862
31
1