@cspell/cspell-service-bus
Advanced tools
Comparing version 8.8.0 to 8.8.1
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "8.8.0", | ||
"version": "8.8.1", | ||
"description": "A Library for connecting requests to services that can fulfill them.", | ||
@@ -34,7 +34,7 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc -b .", | ||
"build": "tsc -b . -f", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:clean": "pnpm run clean && pnpm run build", | ||
"watch": "tsc -b . -w", | ||
"watch": "tsc -b . -w -f", | ||
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"", | ||
@@ -57,3 +57,3 @@ "clean-build": "pnpm build:clean", | ||
}, | ||
"gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7" | ||
"gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5" | ||
} |
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
22272