@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -5,6 +5,2 @@ /*! | ||
*/ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
import ObservableBase from './ObservableBase'; | ||
@@ -11,0 +7,0 @@ import ObservableNodeBase from './ObservableNodeBase'; |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
@@ -5,6 +5,2 @@ /*! | ||
*/ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
import ObservableBase from './ObservableBase'; | ||
@@ -11,0 +7,0 @@ import ObservableNodeBase from './ObservableNodeBase'; |
@@ -6,6 +6,2 @@ "use strict"; | ||
*/ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -12,0 +8,0 @@ exports.SubscribableBase = exports.ObservableNodeBase = exports.ObservableBase = void 0; |
@@ -9,3 +9,2 @@ /*! | ||
import Observer from './Observer'; | ||
@@ -12,0 +11,0 @@ import Subscribable from './Subscribable'; |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
"use strict"; | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -7,0 +3,0 @@ * @author electricessence / https://github.com/electricessence/ |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
"use strict"; | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -7,0 +3,0 @@ * @author electricessence / https://github.com/electricessence/ |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -6,0 +2,0 @@ * @author electricessence / https://github.com/electricessence/ |
"use strict"; | ||
/** | ||
* @packageDocumentation | ||
* @module observable-base | ||
*/ | ||
/*! | ||
@@ -7,0 +3,0 @@ * @author electricessence / https://github.com/electricessence/ |
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"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.8", | ||
"@tsdotnet/collection-base": "^2.0.9", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/disposable": "^1.1.22", | ||
"@tsdotnet/exceptions": "^1.0.17", | ||
"@tsdotnet/linked-node-list": "^1.3.15", | ||
"@tsdotnet/ordered-registry": "^1.0.17", | ||
"@tsdotnet/linked-node-list": "^1.3.16", | ||
"@tsdotnet/ordered-registry": "^1.0.18", | ||
"tslib": "^2.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
36826
599