@stdlib/blas-base-scopy
Advanced tools
+16
-16
| { | ||
| "name": "@stdlib/blas-base-scopy", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Copy values from x into y.", | ||
@@ -44,22 +44,22 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-error": "^0.1.0", | ||
| "@stdlib/napi-argv": "^0.1.0", | ||
| "@stdlib/napi-argv-int64": "^0.1.0", | ||
| "@stdlib/napi-argv-strided-float32array": "^0.1.0", | ||
| "@stdlib/napi-export": "^0.1.0", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", | ||
| "@stdlib/utils-library-manifest": "^0.1.0", | ||
| "@stdlib/utils-try-require": "^0.1.0" | ||
| "@stdlib/assert-is-error": "^0.1.1", | ||
| "@stdlib/napi-argv": "^0.1.1", | ||
| "@stdlib/napi-argv-int64": "^0.1.1", | ||
| "@stdlib/napi-argv-strided-float32array": "^0.1.1", | ||
| "@stdlib/napi-export": "^0.1.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1", | ||
| "@stdlib/utils-library-manifest": "^0.1.1", | ||
| "@stdlib/utils-try-require": "^0.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/array-filled-by": "^0.0.2", | ||
| "@stdlib/array-float32": "^0.0.6", | ||
| "@stdlib/array-filled-by": "^0.1.0", | ||
| "@stdlib/array-float32": "^0.1.0", | ||
| "@stdlib/assert-is-browser": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/math-base-assert-is-nan": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.0.7", | ||
| "@stdlib/random-base-discrete-uniform": "^0.0.6", | ||
| "@stdlib/random-base-uniform": "^0.0.6", | ||
| "@stdlib/strided-base-min-view-buffer-index": "^0.1.0", | ||
| "@stdlib/strided-base-offset-view": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/random-base-discrete-uniform": "^0.1.0", | ||
| "@stdlib/random-base-uniform": "^0.1.0", | ||
| "@stdlib/strided-base-min-view-buffer-index": "^0.1.1", | ||
| "@stdlib/strided-base-offset-view": "^0.1.1", | ||
| "proxyquire": "^2.0.0", | ||
@@ -66,0 +66,0 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
+2
-2
@@ -237,4 +237,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/blas-base-scopy/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -241,0 +241,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-scopy/main.svg |