|
1 | 1 | { |
2 | 2 | "name": "@stdlib/string-repeat", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Repeat a string a specified number of times and return the concatenated result.", |
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-nonnegative-integer": "^0.2.2", |
| 43 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.3", |
44 | 44 | "@stdlib/assert-is-regexp-string": "^0.2.2", |
45 | | - "@stdlib/assert-is-string": "^0.2.2", |
46 | | - "@stdlib/cli-ctor": "^0.2.2", |
47 | | - "@stdlib/fs-read-file": "^0.2.2", |
| 45 | + "@stdlib/assert-is-string": "^0.2.3", |
| 46 | + "@stdlib/cli-ctor": "^0.2.3", |
| 47 | + "@stdlib/fs-read-file": "^0.2.3", |
48 | 48 | "@stdlib/process-read-stdin": "^0.2.2", |
49 | | - "@stdlib/regexp-eol": "^0.2.2", |
50 | | - "@stdlib/streams-node-stdin": "^0.2.2", |
51 | | - "@stdlib/string-base-repeat": "^0.2.2", |
52 | | - "@stdlib/string-format": "^0.2.2", |
53 | | - "@stdlib/utils-regexp-from-string": "^0.2.2", |
54 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 49 | + "@stdlib/regexp-eol": "^0.2.3", |
| 50 | + "@stdlib/streams-node-stdin": "^0.2.3", |
| 51 | + "@stdlib/string-base-repeat": "^0.2.3", |
| 52 | + "@stdlib/string-format": "^0.2.3", |
| 53 | + "@stdlib/utils-regexp-from-string": "^0.2.3", |
| 54 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@stdlib/assert-is-browser": "^0.2.2", |
58 | | - "@stdlib/assert-is-windows": "^0.2.2", |
59 | | - "@stdlib/process-exec-path": "^0.2.2", |
| 57 | + "@stdlib/assert-is-browser": "^0.2.3", |
| 58 | + "@stdlib/assert-is-windows": "^0.2.3", |
| 59 | + "@stdlib/process-exec-path": "^0.2.3", |
60 | 60 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
61 | 61 | "@stdlib/string-replace": "^0.2.2", |
62 | 62 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
|
0 commit comments