@cspell/cspell-service-bus
Advanced tools
Comparing version 6.27.0 to 6.28.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "6.27.0", | ||
"version": "6.28.0", | ||
"description": "A Library for connecting requests to services that can fulfill them.", | ||
@@ -27,2 +27,3 @@ "keywords": [ | ||
"dist", | ||
"!**/*.tsbuildInfo", | ||
"!**/__mocks__", | ||
@@ -35,7 +36,7 @@ "!**/*.spec.*", | ||
"scripts": { | ||
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm", | ||
"build": "tsc -b . && ts2mjs dist/esm", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm", | ||
"build:clean": "pnpm run clean && pnpm run build", | ||
"watch": "tsc -p . -w", | ||
"watch": "tsc -b . -w", | ||
"clean": "shx rm -rf dist coverage .tsbuildinfo", | ||
@@ -59,7 +60,3 @@ "clean-build": "pnpm build:clean", | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.14.1", | ||
"vitest": "^0.28.5" | ||
}, | ||
"gitHead": "b0e31c7ba91ba467d5fd9c66f238bb5d899f4833" | ||
"gitHead": "1c314413e76908e5fbf61fd2555726112b177c0e" | ||
} |
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
0
65216