@cspell/cspell-pipe 8.14.4 → 8.15.1

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