@stdlib/assert-has-generator-support
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/assert-has-generator-support", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Detect native generator function support.", | ||
@@ -40,3 +40,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/utils-eval": "^0.1.0" | ||
"@stdlib/utils-eval": "^0.1.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
@@ -156,4 +156,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/assert-has-generator-support/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/assert-has-generator-support/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/assert-has-generator-support/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/assert-has-generator-support/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -160,0 +160,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-has-generator-support/main.svg |
Updated@stdlib/utils-eval@^0.1.1