@tsdotnet/disposable
Advanced tools
Comparing version 1.1.19 to 1.1.20
@@ -7,2 +7,6 @@ /*! | ||
export default abstract class DisposableBase implements DisposableAware { | ||
/** | ||
* @private | ||
* @ingore | ||
*/ | ||
protected _disposableObjectName: string; | ||
@@ -9,0 +13,0 @@ private readonly __disposableState; |
{ | ||
"name": "@tsdotnet/disposable", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"description": "A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.", | ||
@@ -25,3 +25,3 @@ "author": "electricessence", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate", | ||
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate && git status -s", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
@@ -44,6 +44,6 @@ "preversion": "run-p lint test", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^3.0.2", | ||
"@typescript-eslint/parser": "^3.0.2", | ||
"chai": "^4.2.0", | ||
"copyfiles": "^2.2.0", | ||
"copyfiles": "^2.3.0", | ||
"eslint": "^7.1.0", | ||
@@ -50,0 +50,0 @@ "eslint-config-typescript": "^3.0.0", |
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
39167
626