|
1 | 1 | { |
2 | 2 | "name": "@stdlib/streams-node-from-strided-array", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Create a readable stream from a strided array-like object.", |
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-buffer": "^0.2.2", |
43 | | - "@stdlib/assert-is-collection": "^0.2.2", |
44 | | - "@stdlib/assert-is-error": "^0.2.2", |
45 | | - "@stdlib/assert-is-function": "^0.2.2", |
46 | | - "@stdlib/assert-is-integer": "^0.2.2", |
47 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.2", |
48 | | - "@stdlib/assert-is-nonnegative-number": "^0.2.2", |
49 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
50 | | - "@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-buffer": "^0.2.3", |
| 43 | + "@stdlib/assert-is-collection": "^0.2.3", |
| 44 | + "@stdlib/assert-is-error": "^0.2.3", |
| 45 | + "@stdlib/assert-is-function": "^0.2.3", |
| 46 | + "@stdlib/assert-is-integer": "^0.2.3", |
| 47 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.3", |
| 48 | + "@stdlib/assert-is-nonnegative-number": "^0.2.3", |
| 49 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 50 | + "@stdlib/assert-is-string": "^0.2.3", |
51 | 51 | "@stdlib/buffer-ctor": "^0.2.2", |
52 | 52 | "@stdlib/buffer-from-string": "^0.2.2", |
53 | | - "@stdlib/object-assign": "^0.2.2", |
| 53 | + "@stdlib/object-assign": "^0.2.3", |
54 | 54 | "@stdlib/string-format": "^0.2.3", |
55 | 55 | "@stdlib/types": "^0.4.3", |
56 | 56 | "@stdlib/utils-define-nonenumerable-property": "^0.2.3", |
|
59 | 59 | "@stdlib/utils-next-tick": "^0.2.3", |
60 | 60 | "debug": "^2.6.9", |
61 | 61 | "readable-stream": "^2.1.4", |
62 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 62 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | 65 | "@stdlib/array-float64": "^0.2.2", |
66 | 66 | "@stdlib/random-base-randu": "^0.2.2", |
67 | | - "@stdlib/streams-node-inspect-sink": "^0.2.2", |
68 | | - "@stdlib/utils-parse-json": "^0.2.2", |
| 67 | + "@stdlib/streams-node-inspect-sink": "^0.2.3", |
| 68 | + "@stdlib/utils-parse-json": "^0.2.3", |
69 | 69 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
70 | 70 | "istanbul": "^0.4.1", |
71 | 71 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments