@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "A simple set of subscription base classes for implementing .NET style observables.", | ||
@@ -29,3 +29,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", | ||
@@ -48,6 +48,6 @@ "preversion": "run-p lint test", | ||
"@types/mocha": "^7.0.2", | ||
"@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", | ||
@@ -62,3 +62,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", | ||
@@ -72,3 +72,3 @@ "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", | ||
@@ -75,0 +75,0 @@ "@tsdotnet/linked-node-list": "^1.3.13", |
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
37643
Updated@tsdotnet/disposable@^1.1.20