@stdlib/assert-is-iterator-like
Advanced tools
+3
-3
| { | ||
| "name": "@stdlib/assert-is-iterator-like", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Test if a value is iterator-like.", | ||
@@ -40,3 +40,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-function": "^0.1.0" | ||
| "@stdlib/assert-is-function": "^0.1.1" | ||
| }, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/utils-noop": "^0.1.0", | ||
| "@stdlib/utils-noop": "^0.1.1", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -49,0 +49,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -171,4 +171,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/assert-is-iterator-like/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-iterator-like/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/assert-is-iterator-like/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-iterator-like/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -175,0 +175,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-iterator-like/main.svg |