|
1 | 1 | { |
2 | 2 | "name": "@stdlib/assert-is-binary-string", |
3 | | - "version": "0.0.9", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Test if a value is a binary string.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/assert-is-regexp-string": "^0.0.9", |
44 | | - "@stdlib/assert-is-string": "^0.0.8", |
45 | | - "@stdlib/cli-ctor": "^0.0.3", |
46 | | - "@stdlib/fs-read-file": "^0.0.8", |
47 | | - "@stdlib/process-read-stdin": "^0.0.7", |
48 | | - "@stdlib/regexp-eol": "^0.0.7", |
49 | | - "@stdlib/streams-node-stdin": "^0.0.7", |
50 | | - "@stdlib/utils-regexp-from-string": "^0.0.9" |
| 43 | + "@stdlib/assert-is-regexp-string": "^0.1.0", |
| 44 | + "@stdlib/assert-is-string": "^0.1.0", |
| 45 | + "@stdlib/cli-ctor": "^0.1.0", |
| 46 | + "@stdlib/fs-read-file": "^0.1.0", |
| 47 | + "@stdlib/process-read-stdin": "^0.1.0", |
| 48 | + "@stdlib/regexp-eol": "^0.1.0", |
| 49 | + "@stdlib/streams-node-stdin": "^0.1.0", |
| 50 | + "@stdlib/utils-regexp-from-string": "^0.1.0" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@stdlib/assert-is-boolean": "^0.0.8", |
54 | | - "@stdlib/assert-is-browser": "^0.0.8", |
55 | | - "@stdlib/assert-is-windows": "^0.0.7", |
56 | | - "@stdlib/bench": "^0.0.12", |
| 53 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 54 | + "@stdlib/assert-is-browser": "^0.1.0", |
| 55 | + "@stdlib/assert-is-windows": "^0.1.0", |
| 56 | + "@stdlib/bench": "^0.1.0", |
57 | 57 | "@stdlib/math-base-special-pow": "^0.0.7", |
58 | | - "@stdlib/process-exec-path": "^0.0.7", |
| 58 | + "@stdlib/process-exec-path": "^0.1.0", |
59 | 59 | "@stdlib/random-base-randu": "^0.0.8", |
60 | | - "@stdlib/string-replace": "^0.0.11", |
| 60 | + "@stdlib/string-replace": "^0.1.0", |
61 | 61 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
62 | 62 | "proxyquire": "^2.0.0", |
63 | 63 | "istanbul": "^0.4.1", |
|
0 commit comments