dollar-shell 1.1.10 → 1.1.11
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
|
@@ -238,6 +238,7 @@ BSD-3-Clause
|
|
|
238
238
|
|
|
239
239
|
## Release History
|
|
240
240
|
|
|
241
|
+
- 1.1.11 _Updated dev dependencies._
|
|
241
242
|
- 1.1.10 _Fixed a bug with options chaining for attached functions, fixed Bun spawn on invalid commands, Windows-compatible tests, updated dev dependencies._
|
|
242
243
|
- 1.1.9 _Updated dev dependencies, cleaned up docs, added info for AI agents._
|
|
243
244
|
- 1.1.8 _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.11",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./src/index.d.ts",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"license": "BSD-3-Clause",
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"prettier": "^3.8.1",
|
|
75
|
-
"tape-six": "^1.7.
|
|
75
|
+
"tape-six": "^1.7.8",
|
|
76
76
|
"typescript": "^5.9.3"
|
|
77
77
|
},
|
|
78
78
|
"tape6": {
|