@stdlib/array-base-filled3d
Advanced tools
Sorry, the diff of this file is not supported yet
+8
-8
| { | ||
| "name": "@stdlib/array-base-filled3d", | ||
| "version": "0.0.1", | ||
| "version": "0.1.0", | ||
| "description": "Create a filled three-dimensional nested array.", | ||
@@ -40,11 +40,11 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/array-base-filled": "^0.0.2", | ||
| "@stdlib/types": "^0.0.14" | ||
| "@stdlib/array-base-filled": "^0.1.0", | ||
| "@stdlib/types": "^0.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/assert-is-array-array": "^0.0.7", | ||
| "@stdlib/bench": "^0.0.12", | ||
| "@stdlib/math-base-special-cbrt": "^0.0.7", | ||
| "@stdlib/math-base-special-floor": "^0.0.8", | ||
| "@stdlib/math-base-special-pow": "^0.0.7", | ||
| "@stdlib/assert-is-array-array": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/math-base-special-cbrt": "^0.1.0", | ||
| "@stdlib/math-base-special-floor": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -51,0 +51,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -173,4 +173,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/array-base-filled3d/actions/workflows/test.yml/badge.svg?branch=v0.0.1 | ||
| [test-url]: https://github.com/stdlib-js/array-base-filled3d/actions/workflows/test.yml?query=branch:v0.0.1 | ||
| [test-image]: https://github.com/stdlib-js/array-base-filled3d/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/array-base-filled3d/actions/workflows/test.yml?query=branch:v0.1.0 | ||
@@ -177,0 +177,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-filled3d/main.svg |
27381
2.18%11
10%+ Added
+ Added
- Removed
- Removed
Updated