|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-pool", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "Typed array pool.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | "@stdlib/array-base-resolve-getter": "^0.2.2", |
42 | 42 | "@stdlib/array-base-resolve-setter": "^0.2.2", |
43 | 43 | "@stdlib/array-buffer": "^0.2.2", |
44 | | - "@stdlib/array-defaults": "^0.3.0", |
| 44 | + "@stdlib/array-defaults": "^0.4.0", |
45 | 45 | "@stdlib/array-typed-ctors": "^0.3.0", |
46 | 46 | "@stdlib/assert-has-own-property": "^0.2.2", |
47 | 47 | "@stdlib/assert-is-arraybuffer": "^0.2.2", |
|
80 | 80 | "@stdlib/array-uint32": "^0.2.2", |
81 | 81 | "@stdlib/array-uint8": "^0.2.2", |
82 | 82 | "@stdlib/array-uint8c": "^0.2.2", |
83 | | - "@stdlib/assert-instance-of": "^0.2.2", |
| 83 | + "@stdlib/assert-instance-of": "^0.3.0", |
84 | 84 | "@stdlib/assert-is-complex-typed-array": "^0.2.2", |
85 | 85 | "@stdlib/assert-is-function": "^0.2.2", |
86 | 86 | "@stdlib/assert-is-typed-array": "^0.2.2", |
87 | 87 | "@stdlib/boolean-ctor": "^0.2.2", |
88 | | - "@stdlib/complex-float32-ctor": "^0.0.2", |
| 88 | + "@stdlib/complex-float32-ctor": "^0.1.0", |
89 | 89 | "@stdlib/complex-float32-imag": "^0.1.1", |
90 | 90 | "@stdlib/complex-float32-real": "^0.1.1", |
91 | | - "@stdlib/complex-float64-ctor": "^0.0.3", |
| 91 | + "@stdlib/complex-float64-ctor": "^0.1.0", |
92 | 92 | "@stdlib/complex-float64-imag": "^0.1.1", |
93 | 93 | "@stdlib/complex-float64-real": "^0.1.1", |
94 | 94 | "@stdlib/math-base-special-pow": "^0.3.0", |
|
0 commit comments