@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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.1", | ||
"@tsdotnet/collection-base": "^2.0.2", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/disposable": "^1.1.16", | ||
"@tsdotnet/exceptions": "^1.0.15", | ||
"@tsdotnet/linked-node-list": "^1.3.9", | ||
"@tsdotnet/ordered-registry": "^1.0.7", | ||
"@tsdotnet/linked-node-list": "^1.3.10", | ||
"@tsdotnet/ordered-registry": "^1.0.9", | ||
"tslib": "^2.0.0" | ||
} | ||
} |
37616