@cspell/cspell-pipe 8.8.0 → 8.8.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 +4 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "8.8.0",
6
+ "version": "8.8.1",
7
7
  "description": "Library to make working with Iterators/AsyncIterators easier.",
8
8
  "keywords": [
9
9
  "cspell",
@@ -104,8 +104,8 @@
104
104
  "!**/*.map"
105
105
  ],
106
106
  "scripts": {
107
- "build": "tsc -b .",
108
- "watch": "tsc -p . -w",
107
+ "build": "tsc -b . -f",
108
+ "watch": "tsc -b . -w -f",
109
109
  "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
110
110
  "clean-build": "pnpm run clean && pnpm run build",
111
111
  "coverage": "vitest run --coverage",
@@ -126,5 +126,5 @@
126
126
  "devDependencies": {
127
127
  "globby": "^14.0.1"
128
128
  },
129
- "gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
129
+ "gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5"
130
130
  }