|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-assert-contains", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Test if an array contains a provided search value.", |
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-accessor-getter": "^0.2.0", |
41 | | - "@stdlib/array-base-assert-is-accessor-array": "^0.2.0", |
42 | | - "@stdlib/array-base-getter": "^0.2.0", |
43 | | - "@stdlib/array-dtype": "^0.2.0", |
44 | | - "@stdlib/assert-is-collection": "^0.2.0", |
45 | | - "@stdlib/string-format": "^0.2.0", |
46 | | - "@stdlib/types": "^0.3.1", |
47 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 40 | + "@stdlib/array-base-accessor-getter": "^0.2.1", |
| 41 | + "@stdlib/array-base-assert-is-accessor-array": "^0.2.1", |
| 42 | + "@stdlib/array-base-getter": "^0.2.1", |
| 43 | + "@stdlib/array-dtype": "^0.2.1", |
| 44 | + "@stdlib/assert-is-collection": "^0.2.1", |
| 45 | + "@stdlib/string-format": "^0.2.1", |
| 46 | + "@stdlib/types": "^0.3.2", |
| 47 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 48 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
48 | 49 | }, |
49 | 50 | "devDependencies": { |
50 | | - "@stdlib/array-base-accessor": "^0.1.0", |
51 | | - "@stdlib/array-base-ones": "^0.2.0", |
52 | | - "@stdlib/assert-has-own-property": "^0.2.0", |
53 | | - "@stdlib/assert-is-boolean": "^0.2.0", |
54 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
| 51 | + "@stdlib/array-base-accessor": "^0.2.0", |
| 52 | + "@stdlib/array-base-ones": "^0.2.1", |
| 53 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 54 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 55 | + "@stdlib/math-base-special-pow": "^0.2.1", |
55 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 57 | "istanbul": "^0.4.1", |
57 | 58 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
58 | | - "@stdlib/bench-harness": "^0.2.0" |
| 59 | + "@stdlib/bench-harness": "^0.2.1" |
59 | 60 | }, |
60 | 61 | "engines": { |
61 | 62 | "node": ">=0.10.0", |
|
0 commit comments