@stardazed/streams
Advanced tools
Comparing version 3.0.0 to 3.1.0
# @stardazed/streams changelog | ||
## 3.1.0 | ||
_2021-02-09_ | ||
* Settle reader.closed promise before closing/erroring read requests (spec update) | ||
## 3.0.0 | ||
@@ -4,0 +8,0 @@ _2019-01-16_ |
/** | ||
* @stardazed/streams - implementation of the web streams standard | ||
* Part of Stardazed | ||
* (c) 2018-Present by Arthur Langereis - @zenmumbler | ||
* (c) 2018-Present by @zenmumbler | ||
* https://github.com/stardazed/sd-streams | ||
*/ | ||
// extend global PipeOptions interface with signal | ||
declare global { | ||
interface PipeOptions { | ||
signal?: AbortSignal; | ||
} | ||
} | ||
// ---- Stream Types | ||
@@ -16,0 +9,0 @@ |
{ | ||
"name": "@stardazed/streams", | ||
"description": "Web Streams implementation", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": { | ||
"name": "Arthur Langereis" | ||
"name": "@zenmumbler" | ||
}, | ||
@@ -26,7 +26,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"rollup": "^1.1.0", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.2.2" | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
"rollup": "^2.38.5", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
@@ -75,3 +75,3 @@ @stardazed/streams | ||
--------- | ||
© 2018-Present by Arthur Langereis - [@zenmumbler](https://twitter.com/zenmumbler) | ||
© 2018-Present by [@zenmumbler](https://twitter.com/zenmumbler) | ||
@@ -78,0 +78,0 @@ License |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
212276
4965