it-stream-types
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"Duplex": "https://achingbrain.github.io/it-stream-types/interfaces/Duplex.html", | ||
".:Duplex": "https://achingbrain.github.io/it-stream-types/interfaces/Duplex.html", | ||
"Sink": "https://achingbrain.github.io/it-stream-types/interfaces/Sink.html", | ||
".:Sink": "https://achingbrain.github.io/it-stream-types/interfaces/Sink.html", | ||
"Transform": "https://achingbrain.github.io/it-stream-types/interfaces/Transform.html", | ||
"Source": "https://achingbrain.github.io/it-stream-types/types/Source.html" | ||
".:Transform": "https://achingbrain.github.io/it-stream-types/interfaces/Transform.html", | ||
"Source": "https://achingbrain.github.io/it-stream-types/types/Source.html", | ||
".:Source": "https://achingbrain.github.io/it-stream-types/types/Source.html" | ||
} |
{ | ||
"name": "it-stream-types", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Typescript types for AsyncIterable sink/source/duplex streams", | ||
@@ -15,5 +15,5 @@ "author": "Alex Potsides <alex@achingbrain.net>", | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">=7.0.0" | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -37,2 +37,3 @@ "type": "module", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
@@ -43,3 +44,3 @@ } | ||
"branches": [ | ||
"master" | ||
"main" | ||
], | ||
@@ -136,4 +137,4 @@ "plugins": [ | ||
"devDependencies": { | ||
"aegir": "^38.1.8" | ||
"aegir": "^44.1.1" | ||
} | ||
} |
@@ -1,18 +0,10 @@ | ||
# it-stream-types <!-- omit in toc --> | ||
# it-stream-types | ||
[![codecov](https://img.shields.io/codecov/c/github/achingbrain/it-stream-types.svg?style=flat-square)](https://codecov.io/gh/achingbrain/it-stream-types) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/achingbrain/it-stream-types/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/achingbrain/it-stream-types/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/achingbrain/it-stream-types/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/achingbrain/it-stream-types/actions/workflows/js-test-and-release.yml?query=branch%3Amain) | ||
> Typescript types for AsyncIterable sink/source/duplex streams | ||
## Table of contents <!-- omit in toc --> | ||
# Install | ||
- [Install](#install) | ||
- [Usage](#usage) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
- [Contribution](#contribution) | ||
## Install | ||
```console | ||
@@ -22,3 +14,3 @@ $ npm i it-stream-types | ||
## Usage | ||
# Usage | ||
@@ -31,15 +23,15 @@ ```js | ||
## API Docs | ||
# API Docs | ||
- <https://achingbrain.github.io/it-stream-types> | ||
## License | ||
# License | ||
Licensed under either of | ||
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
- Apache 2.0, ([LICENSE-APACHE](https://github.com/achingbrain/it-stream-types/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](https://github.com/achingbrain/it-stream-types/LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
## Contribution | ||
# Contribution | ||
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |
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
9295
84
36