|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-to-json", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "Return a JSON representation of a typed array.", |
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/array-bool": "github:stdlib-js/array-bool#main", |
| 40 | + "@stdlib/array-bool": "^0.0.1", |
41 | 41 | "@stdlib/array-complex128": "^0.2.1", |
42 | 42 | "@stdlib/array-complex64": "^0.2.1", |
43 | | - "@stdlib/array-float32": "^0.2.1", |
44 | | - "@stdlib/array-float64": "^0.2.1", |
45 | | - "@stdlib/array-int16": "^0.2.1", |
46 | | - "@stdlib/array-int32": "^0.2.1", |
47 | | - "@stdlib/array-int8": "^0.2.1", |
48 | | - "@stdlib/array-uint16": "^0.2.1", |
49 | | - "@stdlib/array-uint32": "^0.2.1", |
50 | | - "@stdlib/array-uint8": "^0.2.1", |
51 | | - "@stdlib/array-uint8c": "^0.2.1", |
52 | | - "@stdlib/assert-instance-of": "^0.2.1", |
53 | | - "@stdlib/assert-is-booleanarray": "github:stdlib-js/assert-is-booleanarray#main", |
54 | | - "@stdlib/assert-is-complex-typed-array": "^0.2.1", |
55 | | - "@stdlib/assert-is-typed-array": "^0.2.1", |
56 | | - "@stdlib/strided-base-reinterpret-boolean": "github:stdlib-js/strided-base-reinterpret-boolean#main", |
57 | | - "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
58 | | - "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
59 | | - "@stdlib/string-format": "^0.2.1", |
| 43 | + "@stdlib/array-float32": "^0.2.2", |
| 44 | + "@stdlib/array-float64": "^0.2.2", |
| 45 | + "@stdlib/array-int16": "^0.2.2", |
| 46 | + "@stdlib/array-int32": "^0.2.2", |
| 47 | + "@stdlib/array-int8": "^0.2.2", |
| 48 | + "@stdlib/array-uint16": "^0.2.2", |
| 49 | + "@stdlib/array-uint32": "^0.2.2", |
| 50 | + "@stdlib/array-uint8": "^0.2.2", |
| 51 | + "@stdlib/array-uint8c": "^0.2.2", |
| 52 | + "@stdlib/assert-instance-of": "^0.2.2", |
| 53 | + "@stdlib/assert-is-booleanarray": "^0.0.2", |
| 54 | + "@stdlib/assert-is-complex-typed-array": "^0.2.2", |
| 55 | + "@stdlib/assert-is-typed-array": "^0.2.2", |
| 56 | + "@stdlib/strided-base-reinterpret-boolean": "^0.0.2", |
| 57 | + "@stdlib/strided-base-reinterpret-complex128": "^0.2.2", |
| 58 | + "@stdlib/strided-base-reinterpret-complex64": "^0.2.1", |
| 59 | + "@stdlib/string-format": "^0.2.2", |
60 | 60 | "@stdlib/types": "^0.3.2", |
61 | | - "@stdlib/utils-constructor-name": "^0.2.1", |
62 | | - "@stdlib/utils-get-prototype-of": "^0.2.1", |
63 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 61 | + "@stdlib/utils-constructor-name": "^0.2.2", |
| 62 | + "@stdlib/utils-get-prototype-of": "^0.2.2", |
| 63 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@stdlib/assert-has-class-support": "^0.2.1", |
67 | | - "@stdlib/assert-is-array": "^0.2.1", |
68 | | - "@stdlib/assert-is-browser": "^0.2.1", |
69 | | - "@stdlib/assert-is-plain-object": "^0.2.1", |
70 | | - "@stdlib/math-base-special-pow": "^0.2.1", |
| 66 | + "@stdlib/assert-has-class-support": "^0.2.2", |
| 67 | + "@stdlib/assert-is-array": "^0.2.2", |
| 68 | + "@stdlib/assert-is-browser": "^0.2.2", |
| 69 | + "@stdlib/assert-is-plain-object": "^0.2.2", |
| 70 | + "@stdlib/math-base-special-pow": "^0.3.0", |
71 | 71 | "@stdlib/random-base-randu": "^0.2.1", |
72 | | - "@stdlib/utils-define-property": "^0.2.3", |
| 72 | + "@stdlib/utils-define-property": "^0.2.4", |
73 | 73 | "proxyquire": "^2.0.0", |
74 | 74 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
75 | 75 | "istanbul": "^0.4.1", |
76 | 76 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
77 | | - "@stdlib/bench-harness": "^0.2.1" |
| 77 | + "@stdlib/bench-harness": "^0.2.2" |
78 | 78 | }, |
79 | 79 | "engines": { |
80 | 80 | "node": ">=0.10.0", |
|
0 commit comments