@cspell/cspell-pipe 6.19.2 → 6.20.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.
- package/README.md +14 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -7,3 +7,17 @@ A library to assist with working with Iterables and AsyncIterables
|
|
|
7
7
|
```sh
|
|
8
8
|
npm install -S @cspell/cspell-pipe
|
|
9
9
|
```
|
|
10
|
+
|
|
11
|
+
<!--- @@inject: ../../static/footer.md --->
|
|
12
|
+
|
|
13
|
+
<br/>
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
<p align="center">
|
|
18
|
+
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
|
|
19
|
+
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
|
|
20
|
+
</a>
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
<!--- @@inject-end: ../../static/footer.md --->
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "6.
|
|
6
|
+
"version": "6.20.1",
|
|
7
7
|
"description": "Library to make working with Iterators/AsyncIterators easier.",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"cspell",
|
|
@@ -135,16 +135,16 @@
|
|
|
135
135
|
"node": ">=14"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
|
-
"@rollup/plugin-commonjs": "^24.0.
|
|
138
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
139
139
|
"@rollup/plugin-json": "^6.0.0",
|
|
140
140
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
141
141
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
142
142
|
"@types/node": "^18.11.18",
|
|
143
143
|
"globby": "^13.1.3",
|
|
144
|
-
"jest": "^29.
|
|
145
|
-
"rollup": "^3.
|
|
146
|
-
"tslib": "^2.
|
|
147
|
-
"vitest": "^0.
|
|
144
|
+
"jest": "^29.4.1",
|
|
145
|
+
"rollup": "^3.12.1",
|
|
146
|
+
"tslib": "^2.5.0",
|
|
147
|
+
"vitest": "^0.28.3"
|
|
148
148
|
},
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb"
|
|
150
150
|
}
|