Comparing version 3.3.5 to 3.3.6
@@ -111,4 +111,4 @@ /// <reference types="node" /> | ||
...args: RType extends Buffer | ||
? [] | [options: Minipass.Options<RType>] | ||
: [options: Minipass.Options<RType>] | ||
? [] | [Minipass.Options<RType>] | ||
: [Minipass.Options<RType>] | ||
) | ||
@@ -115,0 +115,0 @@ |
{ | ||
"name": "minipass", | ||
"version": "3.3.5", | ||
"version": "3.3.6", | ||
"description": "minimal implementation of a PassThrough stream", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"preversion": "npm test", | ||
"postversion": "npm publish --tag=next", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --follow-tags" | ||
@@ -25,0 +25,0 @@ }, |
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
48090