@stdlib/assert-is-iterable-like
Advanced tools
+5
-5
| { | ||
| "name": "@stdlib/assert-is-iterable-like", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Test if a value is iterable-like.", | ||
@@ -34,7 +34,7 @@ "license": "Apache-2.0", | ||
| "@stdlib/assert-has-iterator-symbol-support": "^0.2.1", | ||
| "@stdlib/assert-is-function": "^0.2.1", | ||
| "@stdlib/assert-is-iterator-like": "^0.2.1", | ||
| "@stdlib/assert-is-primitive": "^0.2.1", | ||
| "@stdlib/assert-is-function": "^0.2.2", | ||
| "@stdlib/assert-is-iterator-like": "^0.2.2", | ||
| "@stdlib/assert-is-primitive": "^0.2.2", | ||
| "@stdlib/symbol-iterator": "^0.2.1", | ||
| "@stdlib/utils-constant-function": "^0.2.1" | ||
| "@stdlib/utils-constant-function": "^0.2.2" | ||
| }, | ||
@@ -41,0 +41,0 @@ "devDependencies": {}, |
+2
-2
@@ -161,4 +161,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/assert-is-iterable-like/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-iterable-like/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/assert-is-iterable-like/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-iterable-like/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -165,0 +165,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-iterable-like/main.svg |