@cspell/cspell-pipe 7.0.0-alpha.1 → 7.0.0-alpha.2

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 +3 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.0.0-alpha.1",
6
+ "version": "7.0.0-alpha.2",
7
7
  "description": "Library to make working with Iterators/AsyncIterators easier.",
8
8
  "keywords": [
9
9
  "cspell",
@@ -106,7 +106,7 @@
106
106
  "build:cjs": "tsc -p tsconfig.cjs.json",
107
107
  "build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm",
108
108
  "watch": "tsc -p . -w",
109
- "clean": "shx rm -rf dist coverage .tsbuildinfo",
109
+ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
110
110
  "clean-build": "pnpm run clean && pnpm run build",
111
111
  "coverage": "pnpm coverage:vitest && pnpm coverage:fix",
112
112
  "coverage:vitest": "vitest run --coverage",
@@ -127,5 +127,5 @@
127
127
  "devDependencies": {
128
128
  "globby": "^13.1.4"
129
129
  },
130
- "gitHead": "626d1a01b413c1b6de0b386a5a264b78a10ba146"
130
+ "gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a"
131
131
  }