|
1 | 1 | { |
2 | 2 | "name": "@stdlib/string-pad", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Pad a string.", |
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-has-own-property": "^0.2.2", |
44 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
45 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.2", |
46 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
| 43 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 44 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 45 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.3", |
| 46 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
47 | 47 | "@stdlib/assert-is-regexp-string": "^0.2.2", |
48 | | - "@stdlib/assert-is-string": "^0.2.2", |
49 | | - "@stdlib/cli-ctor": "^0.2.2", |
50 | | - "@stdlib/constants-float64-max-safe-integer": "^0.2.2", |
51 | | - "@stdlib/fs-read-file": "^0.2.2", |
52 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
53 | | - "@stdlib/math-base-special-ceil": "^0.2.2", |
54 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
| 48 | + "@stdlib/assert-is-string": "^0.2.3", |
| 49 | + "@stdlib/cli-ctor": "^0.2.3", |
| 50 | + "@stdlib/constants-float64-max-safe-integer": "^0.2.3", |
| 51 | + "@stdlib/fs-read-file": "^0.2.3", |
| 52 | + "@stdlib/math-base-special-abs": "^0.2.3", |
| 53 | + "@stdlib/math-base-special-ceil": "^0.2.3", |
| 54 | + "@stdlib/math-base-special-floor": "^0.2.4", |
55 | 55 | "@stdlib/process-read-stdin": "^0.2.2", |
56 | | - "@stdlib/regexp-eol": "^0.2.2", |
| 56 | + "@stdlib/regexp-eol": "^0.2.3", |
57 | 57 | "@stdlib/streams-node-stdin": "^0.2.3", |
58 | 58 | "@stdlib/string-format": "^0.2.3", |
59 | 59 | "@stdlib/string-left-pad": "^0.2.2", |
60 | | - "@stdlib/string-repeat": "^0.2.2", |
61 | | - "@stdlib/string-right-pad": "^0.2.2", |
62 | | - "@stdlib/utils-regexp-from-string": "^0.2.2", |
63 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 60 | + "@stdlib/string-repeat": "^0.2.3", |
| 61 | + "@stdlib/string-right-pad": "^0.2.3", |
| 62 | + "@stdlib/utils-regexp-from-string": "^0.2.3", |
| 63 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@stdlib/assert-is-browser": "^0.2.2", |
67 | | - "@stdlib/assert-is-windows": "^0.2.2", |
68 | | - "@stdlib/math-base-special-round": "^0.3.0", |
69 | | - "@stdlib/process-exec-path": "^0.2.2", |
| 66 | + "@stdlib/assert-is-browser": "^0.2.3", |
| 67 | + "@stdlib/assert-is-windows": "^0.2.3", |
| 68 | + "@stdlib/math-base-special-round": "^0.3.1", |
| 69 | + "@stdlib/process-exec-path": "^0.2.3", |
70 | 70 | "@stdlib/random-base-randu": "^0.2.2", |
71 | 71 | "@stdlib/string-from-code-point": "^0.2.2", |
72 | 72 | "@stdlib/string-replace": "^0.2.2", |
|
0 commit comments