@stdlib/assert-is-complex-like
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/assert-is-complex-like", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Test if a value is a complex number-like object.", | ||
@@ -40,8 +40,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/complex-float32": "^0.1.0", | ||
"@stdlib/complex-float64": "^0.1.0", | ||
"@stdlib/complex-float32": "^0.1.1", | ||
"@stdlib/complex-float64": "^0.1.1", | ||
"@stdlib/types": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/assert-is-boolean": "^0.1.0", | ||
"@stdlib/assert-is-boolean": "^0.1.1", | ||
"@stdlib/bench": "^0.1.0", | ||
@@ -48,0 +48,0 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
@@ -185,4 +185,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/assert-is-complex-like/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/assert-is-complex-like/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/assert-is-complex-like/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/assert-is-complex-like/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -189,0 +189,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-complex-like/main.svg |