@cspell/cspell-pipe 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 +4 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "8.14.3",
6
+ "version": "8.15.0",
7
7
  "description": "Library to make working with Iterators/AsyncIterators easier.",
8
8
  "keywords": [
9
9
  "cspell",
@@ -113,7 +113,8 @@
113
113
  "coverage": "vitest run --coverage",
114
114
  "test-watch": "vitest",
115
115
  "test": "vitest run",
116
- "test:perf": "NODE_ENV=production insight --register ts-node/esm --file \"**/*.perf.{mts,ts}\""
116
+ "test:perf": "NODE_ENV=production insight --file \"**/*.perf.{mjs,js}\"",
117
+ "test:perf:ts": "NODE_ENV=production NODE_OPTIONS=--import=@swc-node/register/esm-register insight --file \"**/*.perf.{mts,ts}\""
117
118
  },
118
119
  "repository": {
119
120
  "type": "git",
@@ -130,5 +131,5 @@
130
131
  "globby": "^14.0.2",
131
132
  "perf-insight": "^1.2.0"
132
133
  },
133
- "gitHead": "ce996377857f5d7c3e70f27fc512afbe605562f8"
134
+ "gitHead": "60b04562dfa023eede01929d86fa944163c07256"
134
135
  }