|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-dtypes", |
3 | | - "version": "0.4.0", |
| 3 | + "version": "0.4.1", |
4 | 4 | "description": "List of ndarray data types.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
38 | 38 | "url": "https://github.com/stdlib-js/stdlib/issues" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | | - "@stdlib/ndarray-base-dtype-objects": "github:stdlib-js/ndarray-base-dtype-objects#main", |
42 | | - "@stdlib/ndarray-base-dtype-strings": "^0.1.0", |
| 41 | + "@stdlib/ndarray-base-dtype-objects": "^0.1.0", |
| 42 | + "@stdlib/ndarray-base-dtype-strings": "^0.1.1", |
43 | 43 | "@stdlib/types": "^0.4.3", |
44 | | - "@stdlib/utils-define-read-only-property": "^0.2.2", |
45 | | - "@stdlib/utils-keys": "^0.2.2", |
46 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 44 | + "@stdlib/utils-define-read-only-property": "^0.2.3", |
| 45 | + "@stdlib/utils-keys": "^0.2.3", |
| 46 | + "@stdlib/utils-library-manifest": "^0.2.4" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@stdlib/array-base-assert-contains": "^0.2.2", |
50 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
51 | | - "@stdlib/assert-is-string-array": "^0.2.2", |
52 | | - "@stdlib/ndarray-base-assert-is-data-type-object": "github:stdlib-js/ndarray-base-assert-is-data-type-object#main", |
| 49 | + "@stdlib/array-base-assert-contains": "^0.2.3", |
| 50 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 51 | + "@stdlib/assert-is-string-array": "^0.2.3", |
| 52 | + "@stdlib/ndarray-base-assert-is-data-type-object": "^0.1.0", |
53 | 53 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
54 | 54 | "istanbul": "^0.4.1", |
55 | 55 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
56 | | - "@stdlib/bench-harness": "^0.2.2" |
| 56 | + "@stdlib/bench-harness": "^0.2.3" |
57 | 57 | }, |
58 | 58 | "engines": { |
59 | 59 | "node": ">=0.10.0", |
|
0 commit comments