@syncot/connection
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.4](https://github.com/SyncOT/SyncOT/compare/@syncot/connection@0.1.3...@syncot/connection@0.1.4) (2020-01-28) | ||
**Note:** Version bump only for package @syncot/connection | ||
## [0.1.3](https://github.com/SyncOT/SyncOT/compare/@syncot/connection@0.1.2...@syncot/connection@0.1.3) (2019-12-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@syncot/connection", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "An RPC library for communication over Duplex object streams.", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/error": "^0.1.0", | ||
"@syncot/events": "^0.1.0", | ||
"@syncot/error": "^0.2.0", | ||
"@syncot/events": "^0.1.1", | ||
"@syncot/stream": "^0.1.0", | ||
"@syncot/util": "^1.0.0", | ||
"@syncot/util": "^1.0.1", | ||
"@types/node": "^12.0.4", | ||
@@ -43,3 +43,3 @@ "@types/readable-stream": "^2.3.1", | ||
}, | ||
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e" | ||
"gitHead": "4c301b17359a9fc7e7da55677f752f7b74a4b2e3" | ||
} |
40407
+ Added@syncot/error@0.2.1(transitive)
- Removed@syncot/error@0.1.0(transitive)
Updated@syncot/error@^0.2.0
Updated@syncot/events@^0.1.1
Updated@syncot/util@^1.0.1