@jill64/async-observer
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@jill64/async-observer", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"type": "module", | ||
@@ -34,6 +34,6 @@ "description": "Make Promise state observable as a string", | ||
"scripts": { | ||
"build": "tsc && publint", | ||
"build": "tsc && npx publint", | ||
"test": "vitest run --coverage", | ||
"format": "prettier --write .", | ||
"lint": "prettier --check . && eslint ." | ||
"format": "npx prettier --write .", | ||
"lint": "npx prettier --check . && eslint ." | ||
}, | ||
@@ -44,5 +44,2 @@ "devDependencies": { | ||
"@vitest/coverage-v8": "0.34.6", | ||
"eslint": "8.50.0", | ||
"prettier": "3.0.3", | ||
"publint": "0.2.3", | ||
"typescript": "5.2.2", | ||
@@ -49,0 +46,0 @@ "vitest": "0.34.6" |
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
5
5035