@ljharb/resumer
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -8,2 +8,8 @@ # Changelog | ||
## [v0.1.1](https://github.com/ljharb/resumer/compare/v0.1.0...v0.1.1) - 2024-01-26 | ||
### Commits | ||
- [meta] add `types` field [`2fc9b25`](https://github.com/ljharb/resumer/commit/2fc9b2506e6ccaa381f122d8cb24aa3f44fa99fb) | ||
## [v0.1.0](https://github.com/ljharb/resumer/compare/v0.0.1...v0.1.0) - 2024-01-25 | ||
@@ -10,0 +16,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
/** @type {(write: Parameters<through>[0], end: Parameters<through>[1]) => ReturnType<through>} */ | ||
/** @type {import('./resumer')} */ | ||
module.exports = function resumer(write, end) { | ||
@@ -12,0 +12,0 @@ var tr = through(write, end); |
{ | ||
"name": "@ljharb/resumer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "a through stream that starts paused and resumes on the next tick", | ||
"main": "index.js", | ||
"types": "./resumer.d.ts", | ||
"sideEffects": false, | ||
@@ -7,0 +8,0 @@ "scripts": { |
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
23066
13
199