@stdlib/utils-enumerable-properties
Advanced tools
+4
-4
| { | ||
| "name": "@stdlib/utils-enumerable-properties", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Return an array of an object's own enumerable property names and symbols.", | ||
@@ -33,5 +33,5 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-enumerable-property": "^0.2.1", | ||
| "@stdlib/utils-keys": "^0.2.1", | ||
| "@stdlib/utils-property-symbols": "^0.2.1" | ||
| "@stdlib/assert-is-enumerable-property": "^0.2.2", | ||
| "@stdlib/utils-keys": "^0.2.2", | ||
| "@stdlib/utils-property-symbols": "^0.2.2" | ||
| }, | ||
@@ -38,0 +38,0 @@ "devDependencies": {}, |
+2
-2
@@ -194,4 +194,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/utils-enumerable-properties/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/utils-enumerable-properties/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/utils-enumerable-properties/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/utils-enumerable-properties/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -198,0 +198,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-enumerable-properties/main.svg |