|
1 | 1 | { |
2 | 2 | "name": "@stdlib/assert-is-unc-path", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Test if a value is a UNC path.", |
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.2.0", |
44 | | - "@stdlib/assert-is-string": "^0.2.0", |
45 | | - "@stdlib/cli-ctor": "^0.1.1", |
46 | | - "@stdlib/fs-read-file": "^0.2.0", |
47 | | - "@stdlib/process-read-stdin": "^0.2.0", |
48 | | - "@stdlib/regexp-eol": "^0.2.0", |
49 | | - "@stdlib/regexp-unc-path": "^0.2.0", |
50 | | - "@stdlib/streams-node-stdin": "^0.2.0", |
51 | | - "@stdlib/string-trim": "^0.2.0", |
52 | | - "@stdlib/utils-regexp-from-string": "^0.2.0" |
| 43 | + "@stdlib/assert-is-regexp-string": "^0.2.1", |
| 44 | + "@stdlib/assert-is-string": "^0.2.1", |
| 45 | + "@stdlib/cli-ctor": "^0.2.1", |
| 46 | + "@stdlib/fs-read-file": "^0.2.1", |
| 47 | + "@stdlib/process-read-stdin": "^0.2.1", |
| 48 | + "@stdlib/regexp-eol": "^0.2.1", |
| 49 | + "@stdlib/regexp-unc-path": "^0.2.1", |
| 50 | + "@stdlib/streams-node-stdin": "^0.2.1", |
| 51 | + "@stdlib/string-trim": "^0.2.1", |
| 52 | + "@stdlib/utils-regexp-from-string": "^0.2.1" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@stdlib/assert-is-boolean": "^0.1.1", |
56 | | - "@stdlib/assert-is-browser": "^0.1.1", |
57 | | - "@stdlib/assert-is-windows": "^0.1.1", |
58 | | - "@stdlib/process-exec-path": "^0.1.1", |
59 | | - "@stdlib/string-from-code-point": "^0.1.0", |
60 | | - "@stdlib/string-replace": "^0.1.1", |
| 55 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 56 | + "@stdlib/assert-is-browser": "^0.2.1", |
| 57 | + "@stdlib/assert-is-windows": "^0.2.1", |
| 58 | + "@stdlib/process-exec-path": "^0.2.1", |
| 59 | + "@stdlib/string-from-code-point": "^0.2.0", |
| 60 | + "@stdlib/string-replace": "^0.2.1", |
61 | 61 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
62 | 62 | "proxyquire": "^2.0.0", |
63 | 63 | "istanbul": "^0.4.1", |
64 | 64 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
65 | | - "@stdlib/bench-harness": "^0.1.2" |
| 65 | + "@stdlib/bench-harness": "^0.2.0" |
66 | 66 | }, |
67 | 67 | "engines": { |
68 | 68 | "node": ">=0.10.0", |
|
0 commit comments