@syncot/connection
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.3](https://github.com/SyncOT/SyncOT/compare/@syncot/connection@0.1.2...@syncot/connection@0.1.3) (2019-12-04) | ||
**Note:** Version bump only for package @syncot/connection | ||
## [0.1.2](https://github.com/SyncOT/SyncOT/compare/@syncot/connection@0.1.1...@syncot/connection@0.1.2) (2019-11-29) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { EmitterInterface, SyncOtEmitter } from '@syncot/util'; | ||
import { EmitterInterface, SyncOtEmitter } from '@syncot/events'; | ||
import { Duplex } from 'readable-stream'; | ||
@@ -112,3 +112,3 @@ declare type RequestId = number; | ||
*/ | ||
readonly connectionId: number; | ||
get connectionId(): number; | ||
/** | ||
@@ -115,0 +115,0 @@ * Connects to the specified stream and emits the `'connect'` event. |
@@ -1,2 +0,5 @@ | ||
import { assert, createDisconnectedError, createDuplicateIdError, createInvalidEntityError, createInvalidStreamError, createNoServiceError, isOpenDuplexStream, isStream, SyncOtEmitter, validate, } from '@syncot/util'; | ||
import { createDisconnectedError, createDuplicateIdError, createInvalidEntityError, createInvalidStreamError, createNoServiceError, } from '@syncot/error'; | ||
import { SyncOtEmitter } from '@syncot/events'; | ||
import { isOpenDuplexStream, isStream } from '@syncot/stream'; | ||
import { assert, validate } from '@syncot/util'; | ||
import { globalTracer } from 'opentracing'; | ||
@@ -3,0 +6,0 @@ import { Duplex } from 'readable-stream'; |
@@ -1,2 +0,2 @@ | ||
import { createCompositeError } from '@syncot/util'; | ||
import { createCompositeError } from '@syncot/error'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Tries the specified stream `factories` in order until one succeeds, |
@@ -1,2 +0,2 @@ | ||
import { EmitterInterface, SyncOtEmitter } from '@syncot/util'; | ||
import { EmitterInterface, SyncOtEmitter } from '@syncot/events'; | ||
import { Connection } from './connection'; | ||
@@ -3,0 +3,0 @@ import { StreamFactory } from './factory'; |
@@ -1,2 +0,3 @@ | ||
import { assert, randomInteger, SyncOtEmitter, } from '@syncot/util'; | ||
import { SyncOtEmitter } from '@syncot/events'; | ||
import { assert, randomInteger } from '@syncot/util'; | ||
/** | ||
@@ -3,0 +4,0 @@ * Creates a new `StreamManager`. |
{ | ||
"name": "@syncot/connection", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "An RPC library for communication over Duplex object streams.", | ||
@@ -30,3 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/util": "^0.1.1", | ||
"@syncot/error": "^0.1.0", | ||
"@syncot/events": "^0.1.0", | ||
"@syncot/stream": "^0.1.0", | ||
"@syncot/util": "^1.0.0", | ||
"@types/node": "^12.0.4", | ||
@@ -40,3 +43,3 @@ "@types/readable-stream": "^2.3.1", | ||
}, | ||
"gitHead": "bd58370fcc52c67d0e8508170266ea7d66341c54" | ||
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e" | ||
} |
40224
975
9
+ Added@syncot/error@^0.1.0
+ Added@syncot/events@^0.1.0
+ Added@syncot/stream@^0.1.0
+ Added@syncot/error@0.1.00.3.0(transitive)
+ Added@syncot/events@0.1.3(transitive)
+ Added@syncot/stream@0.1.1(transitive)
+ Added@syncot/util@1.0.3(transitive)
+ Added@types/node@14.18.63(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@syncot/util@0.1.1(transitive)
Updated@syncot/util@^1.0.0