@tsdotnet/disposable
Advanced tools
Comparing version 1.1.21 to 1.1.22
{ | ||
"name": "@tsdotnet/disposable", | ||
"version": "1.1.21", | ||
"version": "1.1.22", | ||
"description": "A disposable base class and minimal set of interfaces to properly implement an object disposal pattern.", | ||
@@ -19,3 +19,3 @@ "author": "electricessence", | ||
"scripts": { | ||
"build:dist": "rimraf dist/* && copyfiles -u 1 src/**/*.d.ts dist && tsc", | ||
"build:dist": "rimraf dist/* && tsc && copyfiles -u 1 src/**/*.d.ts dist", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
@@ -22,0 +22,0 @@ "build": "pnpm i && run-p build:*", |
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