|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-bool", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.1.2", |
4 | 4 | "description": "BooleanArray.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@stdlib/array-base-accessor-getter": "^0.2.2", |
41 | | - "@stdlib/array-base-getter": "^0.2.2", |
42 | | - "@stdlib/array-uint8": "^0.2.2", |
43 | | - "@stdlib/assert-has-iterator-symbol-support": "^0.2.2", |
44 | | - "@stdlib/assert-is-arraybuffer": "^0.2.2", |
45 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
46 | | - "@stdlib/assert-is-collection": "^0.2.2", |
47 | | - "@stdlib/assert-is-function": "^0.2.2", |
48 | | - "@stdlib/assert-is-integer": "^0.2.2", |
49 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.2", |
50 | | - "@stdlib/assert-is-object": "^0.2.2", |
51 | | - "@stdlib/assert-is-string": "^0.2.2", |
52 | | - "@stdlib/assert-is-string-array": "^0.2.2", |
53 | | - "@stdlib/boolean-ctor": "^0.2.2", |
54 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
55 | | - "@stdlib/string-format": "^0.2.2", |
56 | | - "@stdlib/symbol-iterator": "^0.2.2", |
| 41 | + "@stdlib/array-base-getter": "^0.2.3", |
| 42 | + "@stdlib/array-uint8": "^0.2.3", |
| 43 | + "@stdlib/assert-has-iterator-symbol-support": "^0.2.3", |
| 44 | + "@stdlib/assert-is-arraybuffer": "^0.2.3", |
| 45 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 46 | + "@stdlib/assert-is-collection": "^0.2.3", |
| 47 | + "@stdlib/assert-is-function": "^0.2.3", |
| 48 | + "@stdlib/assert-is-integer": "^0.2.3", |
| 49 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.3", |
| 50 | + "@stdlib/assert-is-object": "^0.2.3", |
| 51 | + "@stdlib/assert-is-string": "^0.2.3", |
| 52 | + "@stdlib/assert-is-string-array": "^0.2.3", |
| 53 | + "@stdlib/boolean-ctor": "^0.2.3", |
| 54 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 55 | + "@stdlib/string-format": "^0.2.3", |
| 56 | + "@stdlib/symbol-iterator": "^0.2.3", |
57 | 57 | "@stdlib/types": "^0.4.3", |
58 | | - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3", |
59 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
60 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 58 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4", |
| 59 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 60 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@stdlib/array-buffer": "^0.2.2", |
64 | | - "@stdlib/array-float32": "^0.2.2", |
65 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
66 | | - "@stdlib/assert-instance-of": "^0.3.0", |
67 | | - "@stdlib/assert-is-array": "^0.2.2", |
| 63 | + "@stdlib/array-buffer": "^0.2.3", |
| 64 | + "@stdlib/array-float32": "^0.2.3", |
| 65 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 66 | + "@stdlib/assert-instance-of": "^0.3.1", |
| 67 | + "@stdlib/assert-is-array": "^0.2.3", |
68 | 68 | "@stdlib/assert-is-booleanarray": "^0.0.2", |
69 | | - "@stdlib/assert-is-iterator-like": "^0.2.2", |
70 | | - "@stdlib/console-log-each": "^0.2.2", |
71 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
72 | | - "@stdlib/random-base-randu": "^0.2.1", |
73 | | - "@stdlib/strided-base-reinterpret-boolean": "^0.0.2", |
74 | | - "@stdlib/utils-identity-function": "^0.2.2", |
| 69 | + "@stdlib/assert-is-iterator-like": "^0.2.3", |
| 70 | + "@stdlib/console-log-each": "^0.2.3", |
| 71 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 72 | + "@stdlib/random-base-randu": "^0.2.2", |
| 73 | + "@stdlib/strided-base-reinterpret-boolean": "^0.0.3", |
| 74 | + "@stdlib/utils-identity-function": "^0.2.3", |
75 | 75 | "proxyquire": "^2.0.0", |
76 | 76 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
77 | 77 | "istanbul": "^0.4.1", |
78 | 78 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
79 | | - "@stdlib/bench-harness": "^0.2.2" |
| 79 | + "@stdlib/bench-harness": "^0.2.3" |
80 | 80 | }, |
81 | 81 | "engines": { |
82 | 82 | "node": ">=0.10.0", |
|
0 commit comments