dollar-shell 1.1.12 → 1.1.13
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 +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -237,6 +237,7 @@ BSD-3-Clause
|
|
|
237
237
|
|
|
238
238
|
## Release History
|
|
239
239
|
|
|
240
|
+
- 1.1.13 _Updated dev dependencies._
|
|
240
241
|
- 1.1.12 _Consolidated TypeScript tests into `tests/`, removed `ts-check/`, added CJS test, improved test coverage and documentation._
|
|
241
242
|
- 1.1.11 _Updated dev dependencies._
|
|
242
243
|
- 1.1.10 _Fixed a bug with options chaining for attached functions, fixed Bun spawn on invalid commands, Windows-compatible tests, updated dev dependencies._
|
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 stream pipelines with ease in Node, Deno, Bun. Template tag API, web streams, TypeScript typings, zero dependencies.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./src/index.d.ts",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"license": "BSD-3-Clause",
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"prettier": "^3.8.1",
|
|
78
|
-
"tape-six": "^1.7.
|
|
78
|
+
"tape-six": "^1.7.12",
|
|
79
79
|
"typescript": "^5.9.3"
|
|
80
80
|
},
|
|
81
81
|
"tape6": {
|