@tsdotnet/collection-base
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@tsdotnet/collection-base", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "", | ||
@@ -14,8 +14,7 @@ "author": "electricessence", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
"build": "npm i && run-p build:*", | ||
"build": "pnpm i && run-p build:*", | ||
"bump": "npm run precommit && npm version patch", | ||
"bump-major": "npm run precommit && npm version major", | ||
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate", | ||
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
@@ -38,7 +37,7 @@ "preversion": "run-p lint test", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"@typescript-eslint/parser": "^3.0.0", | ||
"chai": "^4.2.0", | ||
"copyfiles": "^2.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint": "^7.1.0", | ||
"eslint-config-typescript": "^3.0.0", | ||
@@ -60,6 +59,6 @@ "eslint-plugin-import": "^2.20.2", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/compare": "^1.3.12", | ||
"@tsdotnet/exceptions": "^1.0.15", | ||
"@tsdotnet/compare": "^1.3.13", | ||
"@tsdotnet/exceptions": "^1.0.16", | ||
"tslib": "^2.0.0" | ||
} | ||
} |
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
61214
Updated@tsdotnet/compare@^1.3.13
Updated@tsdotnet/exceptions@^1.0.16