@stardazed/streams
Advanced tools
Comparing version 1.0.6 to 1.0.7
# @stardazed/streams changelog | ||
## 1.0.7 | ||
_2018-10-01_ | ||
* Expose internal stream tee method for linked implementations to use ([#2](https://github.com/stardazed/sd-streams/issues/2)) | ||
## 1.0.6 | ||
@@ -4,0 +8,0 @@ _2018-09-18_ |
@@ -158,1 +158,11 @@ /** | ||
} | ||
// ---- Internal helpers for other standards | ||
/** | ||
* Internal function for use in other web standard implementations. | ||
* Don't use this unless you are implementing web standards. | ||
* @private | ||
*/ | ||
export function internal_readableStreamTee(stream: ReadableStream, cloneForBranch2: boolean): ReadableStream[]; |
{ | ||
"name": "@stardazed/streams", | ||
"description": "Web Streams implementation", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": { | ||
@@ -18,3 +18,3 @@ "name": "Arthur Langereis" | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "tsc --noEmit -p . && rollup -c", | ||
"prepublishOnly": "npm run build" | ||
@@ -27,6 +27,6 @@ }, | ||
"devDependencies": { | ||
"rollup": "^0.65.2", | ||
"rollup": "^0.66.2", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.1.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
210338
4934