@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A simple set of subscription base classes for implementing .NET style observables.", | ||
@@ -67,10 +67,10 @@ "author": "electricessence", | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^2.0.0", | ||
"@tsdotnet/collection-base": "^2.0.1", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/disposable": "^1.1.16", | ||
"@tsdotnet/exceptions": "^1.0.15", | ||
"@tsdotnet/linked-node-list": "^1.3.7", | ||
"@tsdotnet/ordered-registry": "^1.0.5", | ||
"@tsdotnet/linked-node-list": "^1.3.8", | ||
"@tsdotnet/ordered-registry": "^1.0.6", | ||
"tslib": "^2.0.0" | ||
} | ||
} |