cspell-dictionary
Advanced tools
Comparing version 8.14.4 to 8.15.0
{ | ||
"name": "cspell-dictionary", | ||
"version": "8.14.4", | ||
"version": "8.15.0", | ||
"description": "A spelling dictionary library useful for checking words and getting suggestions.", | ||
"type": "module", | ||
"sideEffects": false, | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
@@ -30,3 +29,4 @@ "exports": { | ||
"test": "vitest run", | ||
"test:perf": "NODE_ENV=production insight --register ts-node/esm --file \"**/*.perf.{mts,ts}\" -t 500", | ||
"test:perf": "pnpm test:perf:js --all", | ||
"test:perf:ts": "NODE_ENV=production NODE_OPTIONS=--import=@swc-node/register/esm-register insight --file \"**/*.perf.{mts,ts}\" -t 500", | ||
"test:perf:js": "NODE_ENV=production insight -t 500", | ||
@@ -54,5 +54,5 @@ "test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs", | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "8.14.4", | ||
"@cspell/cspell-types": "8.14.4", | ||
"cspell-trie-lib": "8.14.4", | ||
"@cspell/cspell-pipe": "8.15.0", | ||
"@cspell/cspell-types": "8.15.0", | ||
"cspell-trie-lib": "8.15.0", | ||
"fast-equals": "^5.0.1" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "aeedd49f6ef20799eed04076093291fcacbc4b84" | ||
"gitHead": "60b04562dfa023eede01929d86fa944163c07256" | ||
} |
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
105731
7
1
+ Added@cspell/cspell-pipe@8.15.0(transitive)
+ Added@cspell/cspell-types@8.15.0(transitive)
+ Addedcspell-trie-lib@8.15.0(transitive)
- Removed@cspell/cspell-pipe@8.14.4(transitive)
- Removed@cspell/cspell-types@8.14.4(transitive)
- Removedcspell-trie-lib@8.14.4(transitive)
Updated@cspell/cspell-pipe@8.15.0
Updated@cspell/cspell-types@8.15.0
Updatedcspell-trie-lib@8.15.0