|
1 | 1 | { |
2 | 2 | "name": "@stdlib/streams-node-transform", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Transform stream.", |
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/assert-has-own-property": "^0.2.2", |
41 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
42 | | - "@stdlib/assert-is-function": "^0.2.2", |
43 | | - "@stdlib/assert-is-nonnegative-number": "^0.2.2", |
44 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
45 | | - "@stdlib/assert-is-string": "^0.2.2", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 41 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 42 | + "@stdlib/assert-is-function": "^0.2.3", |
| 43 | + "@stdlib/assert-is-nonnegative-number": "^0.2.3", |
| 44 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 45 | + "@stdlib/assert-is-string": "^0.2.3", |
46 | 46 | "@stdlib/object-assign": "^0.2.2", |
47 | | - "@stdlib/string-format": "^0.2.2", |
48 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
49 | | - "@stdlib/utils-inherit": "^0.2.2", |
50 | | - "@stdlib/utils-next-tick": "^0.2.2", |
| 47 | + "@stdlib/string-format": "^0.2.3", |
| 48 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 49 | + "@stdlib/utils-inherit": "^0.2.3", |
| 50 | + "@stdlib/utils-next-tick": "^0.2.3", |
51 | 51 | "debug": "^2.6.9", |
52 | 52 | "readable-stream": "^2.1.4", |
53 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 53 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@stdlib/streams-node-inspect-sink": "^0.2.2", |
57 | | - "@stdlib/streams-node-stdout": "^0.2.2", |
58 | | - "@stdlib/utils-noop": "^0.2.2", |
| 57 | + "@stdlib/streams-node-stdout": "^0.2.3", |
| 58 | + "@stdlib/utils-noop": "^0.2.3", |
59 | 59 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
60 | 60 | "istanbul": "^0.4.1", |
61 | 61 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments