@stdlib/assert-is-regexp-string
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/assert-is-regexp-string", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Test if a value is a regular expression string.", | ||
@@ -40,4 +40,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/assert-is-string": "^0.1.0", | ||
"@stdlib/regexp-regexp": "^0.1.0" | ||
"@stdlib/assert-is-string": "^0.1.1", | ||
"@stdlib/regexp-regexp": "^0.1.1" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -162,4 +162,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/assert-is-regexp-string/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -166,0 +166,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-regexp-string/main.svg |