@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "A simple set of subscription base classes for implementing .NET style observables.", | ||
@@ -66,10 +66,10 @@ "author": "electricessence", | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^2.0.10", | ||
"@tsdotnet/collection-base": "^2.0.11", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/disposable": "^1.1.23", | ||
"@tsdotnet/exceptions": "^1.0.18", | ||
"@tsdotnet/linked-node-list": "^1.3.18", | ||
"@tsdotnet/ordered-registry": "^1.0.19", | ||
"@tsdotnet/linked-node-list": "^1.3.19", | ||
"@tsdotnet/ordered-registry": "^1.0.21", | ||
"tslib": "^2.3.1" | ||
} | ||
} |
@@ -13,2 +13,2 @@ # ![alt text](https://avatars1.githubusercontent.com/u/64487547?s=30 "tsdotnet") tsdotnet / observable-base | ||
[tsdotnet.github.io/observable-base](https://tsdotnet.github.io/observable-base/modules/observable_base.html) | ||
[tsdotnet.github.io/observable-base](https://tsdotnet.github.io/observable-base/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36965