Comparing version 0.6.0 to 1.0.0
@@ -159,4 +159,3 @@ "use strict"; | ||
: input.file; // `input.file` is a stream | ||
for await (const chunk of stream) | ||
yield chunk; | ||
yield* stream; | ||
} | ||
@@ -163,0 +162,0 @@ } |
{ | ||
"name": "grammy", | ||
"description": "grammY core package ported to Node.js", | ||
"version": "0.6.0", | ||
"version": "1.0.0", | ||
"author": "KnorpelSenf", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": "^12.20.0 || >=14.13.1" | ||
}, | ||
@@ -10,0 +10,0 @@ "homepage": "https://grammy.dev/", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
427369
7945