dollar-shell 1.1.2 → 1.1.4
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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -204,6 +204,8 @@ BSD-3-Clause
|
|
|
204
204
|
|
|
205
205
|
## Release History
|
|
206
206
|
|
|
207
|
+
- 1.1.4 _Updated dev dependencies._
|
|
208
|
+
- 1.1.3 _Updated dev dependencies._
|
|
207
209
|
- 1.1.2 _Updated dev dependencies._
|
|
208
210
|
- 1.1.1 _Updated dev dependencies._
|
|
209
211
|
- 1.1.0 _Added `asDuplex` to the sub-process object._
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dollar-shell",
|
|
3
3
|
"description": "Run shell commands and use them in streams with ease in Node, Deno, Bun. Tiny, simple, no dependency package.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./src/index.d.ts",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"license": "BSD-3-Clause",
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"tape-six": "^1.4.
|
|
51
|
+
"tape-six": "^1.4.4",
|
|
52
52
|
"typescript": "^5.9.3"
|
|
53
53
|
},
|
|
54
54
|
"tape6": {
|