|
1 | 1 | { |
2 | 2 | "name": "@stdlib/utils-parallel", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Execute scripts in parallel.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
42 | 42 | "url": "https://github.com/stdlib-js/stdlib/issues" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@stdlib/assert-has-own-property": "^0.1.1", |
46 | | - "@stdlib/assert-is-boolean": "^0.2.0", |
47 | | - "@stdlib/assert-is-function": "^0.2.0", |
48 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
49 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
50 | | - "@stdlib/assert-is-positive-integer": "^0.2.0", |
51 | | - "@stdlib/assert-is-string": "^0.2.0", |
52 | | - "@stdlib/assert-is-string-array": "^0.2.0", |
53 | | - "@stdlib/cli-ctor": "^0.1.1", |
54 | | - "@stdlib/fs-read-file": "^0.2.0", |
55 | | - "@stdlib/os-num-cpus": "^0.2.0", |
56 | | - "@stdlib/process-cwd": "^0.2.0", |
57 | | - "@stdlib/process-env": "^0.2.0", |
58 | | - "@stdlib/string-format": "^0.2.0", |
59 | | - "@stdlib/utils-keys": "^0.2.0", |
| 45 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 46 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 47 | + "@stdlib/assert-is-function": "^0.2.1", |
| 48 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
| 49 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 50 | + "@stdlib/assert-is-positive-integer": "^0.2.1", |
| 51 | + "@stdlib/assert-is-string": "^0.2.1", |
| 52 | + "@stdlib/assert-is-string-array": "^0.2.1", |
| 53 | + "@stdlib/cli-ctor": "^0.2.1", |
| 54 | + "@stdlib/fs-read-file": "^0.2.1", |
| 55 | + "@stdlib/os-num-cpus": "^0.2.1", |
| 56 | + "@stdlib/process-cwd": "^0.2.1", |
| 57 | + "@stdlib/process-env": "^0.2.1", |
| 58 | + "@stdlib/string-format": "^0.2.1", |
| 59 | + "@stdlib/utils-keys": "^0.2.1", |
60 | 60 | "debug": "^2.6.9" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@stdlib/fs-unlink": "^0.2.0", |
64 | | - "@stdlib/fs-write-file": "^0.1.1", |
65 | | - "@stdlib/random-base-minstd": "^0.1.0", |
66 | | - "@stdlib/utils-next-tick": "^0.2.0", |
67 | | - "@stdlib/utils-noop": "^0.2.0", |
| 63 | + "@stdlib/fs-unlink": "^0.2.1", |
| 64 | + "@stdlib/fs-write-file": "^0.2.1", |
| 65 | + "@stdlib/random-base-minstd": "^0.2.0", |
| 66 | + "@stdlib/utils-next-tick": "^0.2.1", |
| 67 | + "@stdlib/utils-noop": "^0.2.1", |
68 | 68 | "proxyquire": "^2.0.0", |
69 | 69 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
70 | 70 | "istanbul": "^0.4.1", |
|
0 commit comments