@metamask-institutional/websocket-client
Advanced tools
Comparing version
@@ -18,2 +18,9 @@ # Change Log | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @metamask-institutional/custody-keyring bumped from ^0.0.17 to ^0.0.18 | ||
* @metamask-institutional/sdk bumped from ^0.1.13 to ^0.1.12 | ||
## [0.1.15](https://github.com/consensys-vertical-apps/metamask-institutional/compare/websocket-client-v0.1.14...websocket-client-v0.1.15) (2023-02-07) | ||
@@ -20,0 +27,0 @@ |
{ | ||
"name": "@metamask-institutional/websocket-client", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "This package will export WebsocketClient, responsible for establishing a connection to the WebSocket API and handle all the messages for transaction updates.", | ||
@@ -30,9 +30,9 @@ "author": "Antonio Regadas <apregadas@gmail.com>", | ||
}, | ||
"gitHead": "715068530cfecdcf0f8c84ceea2122cfd3b8a3be", | ||
"gitHead": "bb16f1588b707b15e7b934331459ce63fa3e415b", | ||
"dependencies": { | ||
"@metamask-institutional/custody-keyring": "^0.0.17", | ||
"@metamask-institutional/sdk": "^0.1.13", | ||
"@metamask-institutional/custody-keyring": "^0.0.18", | ||
"@metamask-institutional/sdk": "^0.1.12", | ||
"@metamask-institutional/types": "^1.0.1", | ||
"mock-socket": "^9.1.5" | ||
"mock-socket": "^9.2.1" | ||
} | ||
} |
{ | ||
"name": "@metamask-institutional/websocket-client", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "This package will export WebsocketClient, responsible for establishing a connection to the WebSocket API and handle all the messages for transaction updates.", | ||
@@ -30,9 +30,9 @@ "author": "Antonio Regadas <apregadas@gmail.com>", | ||
}, | ||
"gitHead": "715068530cfecdcf0f8c84ceea2122cfd3b8a3be", | ||
"gitHead": "bb16f1588b707b15e7b934331459ce63fa3e415b", | ||
"dependencies": { | ||
"@metamask-institutional/custody-keyring": "^0.0.17", | ||
"@metamask-institutional/sdk": "^0.1.13", | ||
"@metamask-institutional/custody-keyring": "^0.0.18", | ||
"@metamask-institutional/sdk": "^0.1.12", | ||
"@metamask-institutional/types": "^1.0.1", | ||
"mock-socket": "^9.1.5" | ||
"mock-socket": "^9.2.1" | ||
} | ||
} |
58482
0.39%+ Added
- Removed
Updated