|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-pool",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Typed array pool.",
|
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-base-resolve-getter": "^0.1.0", |
41 |
| - "@stdlib/array-base-resolve-setter": "github:stdlib-js/array-base-resolve-setter#main", |
42 |
| - "@stdlib/array-buffer": "^0.1.0", |
43 |
| - "@stdlib/array-defaults": "^0.1.0", |
44 |
10000
| - "@stdlib/array-typed-ctors": "^0.1.0", |
45 |
| - "@stdlib/assert-has-own-property": "^0.1.1", |
46 |
| - "@stdlib/assert-is-arraybuffer": "^0.1.1", |
47 |
| - "@stdlib/assert-is-collection": "^0.1.0", |
48 |
| - "@stdlib/assert-is-complex128array": "^0.1.0", |
49 |
| - "@stdlib/assert-is-complex64array": "^0.1.0", |
50 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
51 |
| - "@stdlib/assert-is-plain-object": "^0.1.1", |
52 |
| - "@stdlib/assert-is-string": "^0.1.1", |
53 |
| - "@stdlib/assert-is-typed-array-like": "^0.1.0", |
54 |
| - "@stdlib/math-base-special-ceil": "^0.1.1", |
55 |
| - "@stdlib/math-base-special-ceil2": "^0.1.0", |
56 |
| - "@stdlib/math-base-special-floor": "^0.1.1", |
57 |
| - "@stdlib/math-base-special-log2": "^0.1.1", |
58 |
| - "@stdlib/math-base-special-min": "^0.1.1", |
59 |
| - "@stdlib/strided-base-reinterpret-complex128": "^0.1.1", |
60 |
| - "@stdlib/strided-base-reinterpret-complex64": "^0.1.1", |
61 |
| - "@stdlib/string-format": "^0.1.1", |
| 40 | + "@stdlib/array-base-resolve-getter": "^0.2.0", |
| 41 | + "@stdlib/array-base-resolve-setter": "^0.2.0", |
| 42 | + "@stdlib/array-buffer": "^0.2.0", |
| 43 | + "@stdlib/array-defaults": "^0.2.0", |
| 44 | + "@stdlib/array-typed-ctors": "^0.2.0", |
| 45 | + "@stdlib/assert-has-own-property": "^0.2.0", |
| 46 | + "@stdlib/assert-is-arraybuffer": "^0.2.0", |
| 47 | + "@stdlib/assert-is-collection": "^0.2.0", |
| 48 | + "@stdlib/assert-is-complex128array": "^0.2.0", |
| 49 | + "@stdlib/assert-is-complex64array": "^0.2.0", |
| 50 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 51 | + "@stdlib/assert-is-plain-object": "^0.2.0", |
| 52 | + "@stdlib/assert-is-string": "^0.2.0", |
| 53 | + "@stdlib/assert-is-typed-array-like": "^0.2.0", |
| 54 | + "@stdlib/math-base-special-ceil": "^0.2.0", |
| 55 | + "@stdlib/math-base-special-ceil2": "^0.2.0", |
| 56 | + "@stdlib/math-base-special-floor": "^0.2.0", |
| 57 | + "@stdlib/math-base-special-log2": "^0.2.0", |
| 58 | + "@stdlib/math-base-special-min": "^0.2.0", |
| 59 | + "@stdlib/strided-base-reinterpret-complex128": "^0.2.0", |
| 60 | + "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
| 61 | + "@stdlib/string-format": "^0.2.0", |
62 | 62 | "@stdlib/types": "^0.3.1",
|
63 |
| - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1", |
64 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" |
| 63 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0", |
| 64 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 | 67 | "@stdlib/array-complex128": "^0.1.0",
|
68 | 68 | "@stdlib/array-complex64": "^0.1.0",
|
69 |
| - "@stdlib/array-float32": "^0.1.1", |
70 |
| - "@stdlib/array-float64": "^0.1.1", |
71 |
| - "@stdlib/array-int16": "^0.1.1", |
72 |
| - "@stdlib/array-int32": "^0.1.1", |
73 |
| - "@stdlib/array-int8": "^0.1.1", |
74 |
| - "@stdlib/array-uint16": "^0.1.1", |
75 |
| - "@stdlib/array-uint32": "^0.1.1", |
76 |
| - "@stdlib/array-uint8": "^0.1.1", |
77 |
| - "@stdlib/array-uint8c": "^0.1.1", |
78 |
| - "@stdlib/assert-instance-of": "^0.1.1", |
79 |
| - "@stdlib/assert-is-complex-typed-array": "^0.1.0", |
80 |
| - "@stdlib/assert-is-function": "^0.1.1", |
81 |
| - "@stdlib/assert-is-typed-array": "^0.1.0", |
82 |
| - "@stdlib/complex-float32": "^0.1.1", |
83 |
| - "@stdlib/complex-float64": "^0.1.1", |
84 |
| - "@stdlib/complex-imag": "^0.1.1", |
85 |
| - "@stdlib/complex-imagf": "^0.1.1", |
86 |
| - "@stdlib/complex-real": "^0.1.1", |
87 |
| - "@stdlib/complex-realf": "^0.1.1", |
88 |
| - "@stdlib/math-base-special-pow": "^0.1.0", |
| 69 | + "@stdlib/array-float32": "^0.2.0", |
| 70 | + "@stdlib/array-float64": "^0.2.0", |
| 71 | + "@stdlib/array-int16": "^0.2.0", |
| 72 | + "@stdlib/array-int32": "^0.2.0", |
| 73 | + "@stdlib/array-int8": "^0.2.0", |
| 74 | + "@stdlib/array-uint16": "^0.2.0", |
| 75 | + "@stdlib/array-uint32": "^0.2.0", |
| 76 | + "@stdlib/array-uint8": "^0.2.0", |
| 77 | + "@stdlib/array-uint8c": "^0.2.0", |
| 78 | + "@stdlib/assert-instance-of": "^0.2.0", |
| 79 | + "@stdlib/assert-is-complex-typed-array": "^0.2.0", |
| 80 | + "@stdlib/assert-is-function": "^0.2.0", |
| 81 | + "@stdlib/assert-is-typed-array": "^0.2.0", |
| 82 | + "@stdlib/complex-float32": "^0.2.0", |
| 83 | + "@stdlib/complex-float64": "^0.2.0", |
| 84 | + "@stdlib/complex-imag": "^0.2.0", |
| 85 | + "@stdlib/complex-imagf": "^0.2.0", |
| 86 | + "@stdlib/complex-real": "^0.2.0", |
| 87 | + "@stdlib/complex-realf": "^0.2.0", |
| 88 | + "@stdlib/math-base-special-pow": "^0.2.0", |
89 | 89 | "@stdlib/random-base-randu": "^0.1.0",
|
90 | 90 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
91 | 91 | "istanbul": "^0.4.1",
|
92 | 92 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
93 |
| - "@stdlib/bench-harness": "^0.1.2" |
| 93 | + "@stdlib/bench-harness": "^0.2.0" |
94 | 94 | },
|
95 | 95 | "engines": {
|
96 | 96 | "node": ">=0.10.0",
|
|
0 commit comments