|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-expand-dimensions", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Expand the shape of an array by inserting a new dimension of size one at a specified axis.", |
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/ndarray-base-assert-is-row-major-string": "^0.1.0", |
41 | | - "@stdlib/ndarray-base-data-buffer": "^0.2.2", |
42 | | - "@stdlib/ndarray-base-dtype": "^0.2.2", |
43 | | - "@stdlib/ndarray-base-normalize-index": "^0.2.2", |
44 | | - "@stdlib/ndarray-base-offset": "^0.2.2", |
45 | | - "@stdlib/ndarray-base-order": "^0.2.2", |
| 40 | + "@stdlib/ndarray-base-assert-is-row-major-string": "^0.1.1", |
| 41 | + "@stdlib/ndarray-base-data-buffer": "^0.2.3", |
| 42 | + "@stdlib/ndarray-base-dtype": "^0.2.3", |
| 43 | + "@stdlib/ndarray-base-normalize-index": "^0.2.3", |
| 44 | + "@stdlib/ndarray-base-offset": "^0.2.3", |
| 45 | + "@stdlib/ndarray-base-order": "^0.2.3", |
46 | 46 | "@stdlib/ndarray-base-shape": "^0.2.2", |
47 | 47 | "@stdlib/ndarray-base-strides": "^0.2.2", |
48 | | - "@stdlib/string-format": "^0.2.2", |
| 48 | + "@stdlib/string-format": "^0.2.3", |
49 | 49 | "@stdlib/types": "^0.4.3", |
50 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 50 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@stdlib/array-float64": "^0.2.2", |
| 53 | + "@stdlib/array-float64": "^0.2.3", |
54 | 54 | "@stdlib/assert-is-ndarray-like": "^0.2.2", |
55 | | - "@stdlib/ndarray-array": "^0.2.1", |
56 | | - "@stdlib/ndarray-base-assert-is-read-only": "^0.2.2", |
57 | | - "@stdlib/ndarray-base-ctor": "^0.2.2", |
58 | | - "@stdlib/ndarray-ctor": "^0.2.2", |
59 | | - "@stdlib/ndarray-data-buffer": "^0.2.2", |
60 | | - "@stdlib/ndarray-ndims": "^0.2.2", |
61 | | - "@stdlib/ndarray-shape": "^0.2.2", |
| 55 | + "@stdlib/ndarray-array": "^0.2.2", |
| 56 | + "@stdlib/ndarray-base-assert-is-read-only": "^0.2.3", |
| 57 | + "@stdlib/ndarray-base-ctor": "^0.3.0", |
| 58 | + "@stdlib/ndarray-ctor": "^0.3.0", |
| 59 | + "@stdlib/ndarray-data-buffer": "^0.2.3", |
| 60 | + "@stdlib/ndarray-ndims": "^0.2.3", |
| 61 | + "@stdlib/ndarray-shape": "^0.2.3", |
62 | 62 | "@stdlib/ndarray-strides": "^0.2.2", |
63 | 63 | "@stdlib/ndarray-to-array": "^0.2.1", |
64 | | - "@stdlib/random-uniform": "github:stdlib-js/random-uniform#main", |
| 64 | + "@stdlib/random-uniform": "^0.1.0", |
65 | 65 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
66 | 66 | "istanbul": "^0.4.1", |
67 | 67 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
68 | | - "@stdlib/bench-harness": "^0.2.2" |
| 68 | + "@stdlib/bench-harness": "^0.2.3" |
69 | 69 | }, |
70 | 70 | "engines": { |
71 | 71 | "node": ">=0.10.0", |
|
0 commit comments