diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index e8e918e..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T01:01:09.328Z diff --git a/README.md b/README.md index 1e0c67a..3de7456 100644 --- a/README.md +++ b/README.md @@ -364,8 +364,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-constructor-name.svg [npm-url]: https://npmjs.org/package/@stdlib/utils-constructor-name -[test-image]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-constructor-name/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/utils-constructor-name?branch=main diff --git a/package.json b/package.json index 60304a6..79f7bc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/utils-constructor-name", - "version": "0.1.0", + "version": "0.1.1", "description": "Determine the name of a value's constructor.", "license": "Apache-2.0", "author": { @@ -37,9 +37,9 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-is-buffer": "^0.1.0", - "@stdlib/regexp-function-name": "^0.1.0", - "@stdlib/utils-native-class": "^0.1.0" + "@stdlib/assert-is-buffer": "^0.1.1", + "@stdlib/regexp-function-name": "^0.1.1", + "@stdlib/utils-native-class": "^0.1.1" }, "devDependencies": { "@stdlib/array-buffer": "^0.1.0", @@ -53,17 +53,17 @@ "@stdlib/array-uint8": "^0.1.0", "@stdlib/array-uint8c": "^0.1.0", "@stdlib/assert-has-map-support": "^0.1.0", - "@stdlib/assert-has-set-support": "^0.1.0", + "@stdlib/assert-has-set-support": "^0.1.1", "@stdlib/assert-has-symbol-support": "^0.1.0", - "@stdlib/assert-has-weakmap-support": "^0.1.0", - "@stdlib/assert-has-weakset-support": "^0.1.0", + "@stdlib/assert-has-weakmap-support": "^0.1.1", + "@stdlib/assert-has-weakset-support": "^0.1.1", "@stdlib/assert-is-string": "^0.1.0", "@stdlib/bench": "^0.1.0", "@stdlib/boolean-ctor": "^0.1.0", "@stdlib/buffer-ctor": "^0.1.0", "@stdlib/buffer-from-string": "^0.1.0", "@stdlib/number-ctor": "^0.1.0", - "@stdlib/symbol-ctor": "^0.1.0", + "@stdlib/symbol-ctor": "^0.1.1", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",