@stdlib/assert-is-regexp
Advanced tools
+5
-5
| { | ||
| "name": "@stdlib/assert-is-regexp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Test if a value is a regular expression.", | ||
@@ -40,10 +40,10 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-has-tostringtag-support": "^0.1.0", | ||
| "@stdlib/utils-native-class": "^0.1.0" | ||
| "@stdlib/assert-has-tostringtag-support": "^0.1.1", | ||
| "@stdlib/utils-native-class": "^0.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/assert-has-symbol-support": "^0.1.0", | ||
| "@stdlib/assert-is-boolean": "^0.0.8", | ||
| "@stdlib/assert-is-boolean": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/utils-noop": "^0.1.0", | ||
| "@stdlib/utils-noop": "^0.1.1", | ||
| "proxyquire": "^2.0.0", | ||
@@ -50,0 +50,0 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
+2
-2
@@ -148,4 +148,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/assert-is-regexp/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-regexp/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/assert-is-regexp/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-regexp/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -152,0 +152,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-regexp/main.svg |