@tsdotnet/collection-base
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -66,2 +66,6 @@ /*! | ||
} | ||
/** | ||
* Increments the internal version. | ||
* @private | ||
*/ | ||
_incrementVersion() { | ||
@@ -68,0 +72,0 @@ ++this._version; |
@@ -7,3 +7,3 @@ /*! | ||
export default abstract class IterableCollectionBase<T> { | ||
protected _version: number; | ||
private _version; | ||
/** | ||
@@ -37,3 +37,7 @@ * The version number used to track changes. | ||
*/ | ||
protected getCount(): number; | ||
getCount(): number; | ||
/** | ||
* Increments the internal version. | ||
* @private | ||
*/ | ||
protected _incrementVersion(): void; | ||
@@ -40,0 +44,0 @@ /** |
@@ -69,2 +69,6 @@ "use strict"; | ||
} | ||
/** | ||
* Increments the internal version. | ||
* @private | ||
*/ | ||
_incrementVersion() { | ||
@@ -71,0 +75,0 @@ ++this._version; |
{ | ||
"name": "@tsdotnet/collection-base", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "electricessence", |
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
18363
337