dollar-shell
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "dollar-shell", | ||
"description": "Run shell commands and use them in streams with ease in Node, Deno, Bun. Tiny, simple, no dependency package.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "main": "./src/index.js", | ||
"test:bun": "tape6-bun --flags FO", | ||
"test:deno": "deno run -A `tape6-runner deno` --flags FO", | ||
"test:deno": "deno run -A `tape6-runner main` --flags FO", | ||
"test:deno-original": "tape6-deno --flags FO", | ||
@@ -50,3 +50,3 @@ "ts-check": "tsc --noEmit" | ||
"devDependencies": { | ||
"tape-six": "^0.12.0", | ||
"tape-six": "^0.12.1", | ||
"typescript": "^5.6.2" | ||
@@ -53,0 +53,0 @@ }, |
@@ -207,2 +207,3 @@ # dollar-shell [![NPM version][npm-image]][npm-url] | ||
* 1.0.5 *Updated dev dependencies.* | ||
* 1.0.4 *Fixed `raw()` for spawn commands.* | ||
@@ -209,0 +210,0 @@ * 1.0.3 *Added TSDoc comments, improved docs, fixed typos, added the missing copying of properties.* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36813
213