cspell-dictionary 8.14.3 → 8.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "cspell-dictionary",
3
- "version": "8.14.3",
3
+ "version": "8.15.0",
4
4
  "description": "A spelling dictionary library useful for checking words and getting suggestions.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
- "types": "dist/index.d.ts",
8
7
  "module": "dist/index.js",
9
8
  "exports": {
10
9
  ".": {
@@ -27,7 +26,8 @@
27
26
  "coverage": "vitest run --coverage",
28
27
  "test:watch": "vitest",
29
28
  "test": "vitest run",
30
- "test:perf": "NODE_ENV=production insight --register ts-node/esm --file \"**/*.perf.{mts,ts}\" -t 500",
29
+ "test:perf": "pnpm test:perf:js --all",
30
+ "test:perf:ts": "NODE_ENV=production NODE_OPTIONS=--import=@swc-node/register/esm-register insight --file \"**/*.perf.{mts,ts}\" -t 500",
31
31
  "test:perf:js": "NODE_ENV=production insight -t 500",
32
32
  "test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs",
33
33
  "watch": "tsc -p . -w "
@@ -50,14 +50,14 @@
50
50
  "node": ">=18"
51
51
  },
52
52
  "dependencies": {
53
- "@cspell/cspell-pipe": "8.14.3",
54
- "@cspell/cspell-types": "8.14.3",
55
- "cspell-trie-lib": "8.14.3",
53
+ "@cspell/cspell-pipe": "8.15.0",
54
+ "@cspell/cspell-types": "8.15.0",
55
+ "cspell-trie-lib": "8.15.0",
56
56
  "fast-equals": "^5.0.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "gensequence": "^7.0.0",
60
60
  "lorem-ipsum": "^2.0.8"
61
61
  },
62
- "gitHead": "ce996377857f5d7c3e70f27fc512afbe605562f8"
62
+ "gitHead": "60b04562dfa023eede01929d86fa944163c07256"
63
63
  }