@tsdotnet/threading
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@tsdotnet/threading", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Classes and functions for simplifying task scheduling and distributing tasks to workers.", | ||
@@ -34,3 +34,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", | ||
@@ -54,6 +54,6 @@ "preversion": "run-p lint test", | ||
"@types/node": "^14.0.5", | ||
"@typescript-eslint/eslint-plugin": "^3.0.1", | ||
"@typescript-eslint/parser": "^3.0.1", | ||
"@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", | ||
@@ -68,3 +68,3 @@ "eslint-config-typescript": "^3.0.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.10.1", | ||
"ts-node": "^8.10.2", | ||
"typedoc": "^0.17.7", | ||
@@ -77,8 +77,8 @@ "typedoc-plugin-external-module-name": "^3.1.0", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/disposable": "^1.1.19", | ||
"@tsdotnet/disposable": "^1.1.20", | ||
"@tsdotnet/exceptions": "^1.0.16", | ||
"@tsdotnet/lazy": "^1.0.19", | ||
"@tsdotnet/lazy": "^1.0.20", | ||
"@tsdotnet/linked-node-list": "^1.3.13", | ||
"@tsdotnet/object-pool": "^1.0.5", | ||
"@tsdotnet/observable-base": "^1.0.14", | ||
"@tsdotnet/object-pool": "^1.0.6", | ||
"@tsdotnet/observable-base": "^1.0.15", | ||
"@tsdotnet/queue": "^1.2.2", | ||
@@ -85,0 +85,0 @@ "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
69009
Updated@tsdotnet/disposable@^1.1.20
Updated@tsdotnet/lazy@^1.0.20
Updated@tsdotnet/object-pool@^1.0.6