@spare/pad-entries
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "@spare/pad-entries", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A debugging tool", | ||
@@ -18,4 +18,4 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@spare/lange": "^0.1.10", | ||
"@spare/pad-string": "^0.1.10", | ||
"@spare/lange": "^0.1.11", | ||
"@spare/pad-string": "^0.1.11", | ||
"@vect/entries-indicator": "^0.1.8", | ||
@@ -40,3 +40,3 @@ "@vect/entries-zipper": "^0.1.8" | ||
"homepage": "https://github.com/hoyeungw/spare#readme", | ||
"gitHead": "926ead55cb91af7c9c0813047cade8d02c45bb19" | ||
"gitHead": "edffcbeb0006c1b92566966fcdf857752ebaca42" | ||
} |
@@ -1,2 +0,2 @@ | ||
## @spare/pad-matrix | ||
## @spare/pad-rows | ||
A stringify tool to javascript object | ||
@@ -17,3 +17,3 @@ | ||
```console | ||
$ npm install @spare/pad-matrix | ||
$ npm install @spare/pad-rows | ||
``` | ||
@@ -23,3 +23,3 @@ | ||
```js | ||
import { Temp } from '@spare/util-padder-matrix' | ||
import { Temp } from '@spare/util-padder-rows' | ||
``` | ||
@@ -33,12 +33,12 @@ | ||
[//]: <> (Shields) | ||
[npm-image]: https://img.shields.io/npm/v/@spare/pad-matrix.svg?style=flat-square | ||
[quality-image]: http://npm.packagequality.com/shield/@spare/pad-matrix.svg?style=flat-square | ||
[download-image]: https://img.shields.io/npm/dm/@spare/pad-matrix.svg?style=flat-square | ||
[total-download-image]:https://img.shields.io/npm/dt/@spare/pad-matrix.svg?style=flat-square | ||
[license-image]: https://img.shields.io/npm/l/@spare/pad-matrix.svg?style=flat-square | ||
[size]: https://flat.badgen.net/packagephobia/install/@spare/pad-matrix | ||
[npm-image]: https://img.shields.io/npm/v/@spare/pad-rows.svg?style=flat-square | ||
[quality-image]: http://npm.packagequality.com/shield/@spare/pad-rows.svg?style=flat-square | ||
[download-image]: https://img.shields.io/npm/dm/@spare/pad-rows.svg?style=flat-square | ||
[total-download-image]:https://img.shields.io/npm/dt/@spare/pad-rows.svg?style=flat-square | ||
[license-image]: https://img.shields.io/npm/l/@spare/pad-rows.svg?style=flat-square | ||
[size]: https://flat.badgen.net/packagephobia/install/@spare/pad-rows | ||
[//]: <> (Link) | ||
[npm-url]: https://npmjs.org/package/@spare/pad-matrix | ||
[quality-url]: http://packagequality.com/#?package=@spare/pad-matrix | ||
[size-url]: https://packagephobia.now.sh/result?p=@spare/pad-matrix | ||
[npm-url]: https://npmjs.org/package/@spare/pad-rows | ||
[quality-url]: http://packagequality.com/#?package=@spare/pad-rows | ||
[size-url]: https://packagephobia.now.sh/result?p=@spare/pad-rows |
5082
Updated@spare/lange@^0.1.11
Updated@spare/pad-string@^0.1.11