Comparing version 0.40.0 to 0.40.1
@@ -211,3 +211,3 @@ /// <reference types="node" /> | ||
*/ | ||
bytes(kind: StreamKind): Promise<Uint8Array>; | ||
bytes(kind?: StreamKind): Promise<Uint8Array>; | ||
/** | ||
@@ -214,0 +214,0 @@ * Sets the provided stream (stdout by default) as quiet, spawns the command, and gets the stream as a string without the last newline. |
{ | ||
"name": "dax-sh", | ||
"version": "0.40.0", | ||
"version": "0.40.1", | ||
"description": "Cross platform shell tools inspired by zx.", | ||
@@ -33,2 +33,2 @@ "repository": { | ||
"_generatedBy": "dnt@dev" | ||
} | ||
} |
@@ -211,3 +211,3 @@ /// <reference types="node" /> | ||
*/ | ||
bytes(kind: StreamKind): Promise<Uint8Array>; | ||
bytes(kind?: StreamKind): Promise<Uint8Array>; | ||
/** | ||
@@ -214,0 +214,0 @@ * Sets the provided stream (stdout by default) as quiet, spawns the command, and gets the stream as a string without the last newline. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1879281