@cspell/cspell-service-bus
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "A Library for connecting requests to services that can fulfill them.", | ||
@@ -15,10 +15,8 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "commonjs", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"types": "dist/cjs/index.d.ts", | ||
"type": "module", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/esm/index.js" | ||
} | ||
@@ -36,5 +34,5 @@ }, | ||
"scripts": { | ||
"build": "tsc -b . && ts2mjs dist/esm", | ||
"build": "tsc -b .", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:clean": "pnpm run clean && pnpm run build", | ||
@@ -58,3 +56,3 @@ "watch": "tsc -b . -w", | ||
}, | ||
"gitHead": "124eea257b724b8354d3bc38f48fe9529cf6f7be" | ||
"gitHead": "25aa083421fc81e4d5b7cedb4755f9b327120cfc" | ||
} |
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
Yes
21949
25
423