|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-fill-slice", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Fill an input ndarray view with a specified value.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
41 | | - "@stdlib/assert-is-array-like-object": "^0.2.2", |
42 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
43 | | - "@stdlib/assert-is-multi-slice": "^0.2.2", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 41 | + "@stdlib/assert-is-array-like-object": "^0.2.3", |
| 42 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 43 | + "@stdlib/assert-is-multi-slice": "^0.2.3", |
44 | 44 | "@stdlib/assert-is-ndarray-like": "^0.2.2", |
45 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
46 | | - "@stdlib/ndarray-base-assert-is-read-only": "^0.2.2", |
47 | | - "@stdlib/ndarray-base-fill": "github:stdlib-js/ndarray-base-fill#main", |
48 | | - "@stdlib/ndarray-base-slice": "^0.2.2", |
49 | | - "@stdlib/ndarray-shape": "^0.2.2", |
50 | | - "@stdlib/slice-base-args2multislice": "^0.2.2", |
51 | | - "@stdlib/slice-multi": "^0.2.2", |
52 | | - "@stdlib/string-format": "^0.2.2", |
| 45 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 46 | + "@stdlib/ndarray-base-assert-is-read-only": "^0.2.3", |
| 47 | + "@stdlib/ndarray-base-fill": "^0.1.0", |
| 48 | + "@stdlib/ndarray-base-slice": "^0.2.3", |
| 49 | + "@stdlib/ndarray-shape": "^0.2.3", |
| 50 | + "@stdlib/slice-base-args2multislice": "^0.2.3", |
| 51 | + "@stdlib/slice-multi": "^0.2.3", |
| 52 | + "@stdlib/string-format": "^0.2.3", |
53 | 53 | "@stdlib/types": "^0.4.3", |
54 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 54 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@stdlib/array-complex128": "^0.3.1", |
58 | | - "@stdlib/array-float64": "^0.2.2", |
59 | | - "@stdlib/array-zeros": "^0.2.2", |
| 57 | + "@stdlib/array-complex128": "^0.3.2", |
| 58 | + "@stdlib/array-float64": "^0.2.3", |
| 59 | + "@stdlib/array-zeros": "^0.2.3", |
60 | 60 | "@stdlib/assert-is-same-complex128array": "^0.2.2", |
61 | 61 | "@stdlib/assert-is-same-float64array": "^0.2.2", |
62 | | - "@stdlib/complex-float32-ctor": "^0.1.0", |
63 | | - "@stdlib/complex-float64-ctor": "^0.1.0", |
64 | | - "@stdlib/complex-float64-imag": "^0.1.1", |
65 | | - "@stdlib/complex-float64-real": "^0.1.1", |
66 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
67 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
68 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
69 | | - "@stdlib/math-base-special-sqrt": "^0.2.2", |
70 | | - "@stdlib/ndarray-base-assert-is-complex-floating-point-data-type": "^0.3.0", |
| 62 | + "@stdlib/complex-float32-ctor": "^0.1.1", |
| 63 | + "@stdlib/complex-float64-ctor": "^0.1.2", |
| 64 | + "@stdlib/complex-float64-imag": "^0.1.2", |
| 65 | + "@stdlib/complex-float64-real": "^0.1.2", |
| 66 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 67 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 68 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 69 | + "@stdlib/math-base-special-sqrt": "^0.2.3", |
| 70 | + "@stdlib/ndarray-base-assert-is-complex-floating-point-data-type": "^0.3.1", |
71 | 71 | "@stdlib/ndarray-base-from-scalar": "^0.2.2", |
72 | | - "@stdlib/ndarray-base-numel": "^0.2.2", |
73 | | - "@stdlib/ndarray-base-shape2strides": "^0.2.2", |
74 | | - "@stdlib/ndarray-base-strides2offset": "^0.2.2", |
75 | | - "@stdlib/ndarray-ctor": "^0.2.2", |
76 | | - "@stdlib/ndarray-data-buffer": "^0.2.2", |
77 | | - "@stdlib/ndarray-dtype": "^0.2.2", |
| 72 | + "@stdlib/ndarray-base-numel": "^0.2.3", |
| 73 | + "@stdlib/ndarray-base-shape2strides": "^0.2.3", |
| 74 | + "@stdlib/ndarray-base-strides2offset": "^0.2.3", |
| 75 | + "@stdlib/ndarray-ctor": "^0.3.1", |
| 76 | + "@stdlib/ndarray-data-buffer": "^0.2.3", |
| 77 | + "@stdlib/ndarray-dtype": "^0.2.3", |
78 | 78 | "@stdlib/ndarray-to-array": "^0.2.1", |
79 | 79 | "@stdlib/ndarray-zeros": "^0.3.0", |
80 | | - "@stdlib/slice-ctor": "^0.2.2", |
| 80 | + "@stdlib/slice-ctor": "^0.2.3", |
81 | 81 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
82 | 82 | "istanbul": "^0.4.1", |
83 | 83 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
84 | | - "@stdlib/bench-harness": "^0.2.2" |
| 84 | + "@stdlib/bench-harness": "^0.2.3" |
85 | 85 | }, |
86 | 86 | "engines": { |
87 | 87 | "node": ">=0.10.0", |
|
0 commit comments