|
1 | 1 | {
|
2 | 2 | "name": "@pansy/utils",
|
3 |
| - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "小巧实用的工具类库",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "module": "dist/index.esm.js",
|
|
14 | 14 | "build": "node ../../node_modules/@walrus/pansy/dist/cli.js"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@pansy/delay": "^0.2.1", |
18 |
| - "@pansy/dent": "^0.2.1", |
19 |
| - "@pansy/get-type": "^0.2.1", |
20 |
| - "@pansy/group-by": "^0.2.1", |
21 |
| - "@pansy/indent": "^0.2.1", |
22 |
| - "@pansy/is-array": "^0.2.1", |
23 |
| - "@pansy/is-boolean": "^0.2.1", |
24 |
| - "@pansy/is-date": "^0.2.1", |
25 |
| - "@pansy/is-empty-object": "^0.2.1", |
26 |
| - "@pansy/is-function": "^0.2.1", |
27 |
| - "@pansy/is-integer": "^0.2.1", |
28 |
| - "@pansy/is-nan": "^0.2.1", |
29 |
| - "@pansy/is-negative-integer": "^0.2.1", |
30 |
| - "@pansy/is-nil": "^0.2.1", |
31 |
| - "@pansy/is-null": "^0.2.1", |
32 |
| - "@pansy/is-number": "^0.2.1", |
33 |
| - "@pansy/is-object": "^0.2.1", |
34 |
| - "@pansy/is-plain-object": "^0.2.1", |
35 |
| - "@pansy/is-promise": "^0.2.1", |
36 |
| - "@pansy/is-regexp": "^0.2.1", |
37 |
| - "@pansy/is-string": "^0.2.1", |
38 |
| - "@pansy/is-symbol": "^0.2.1", |
39 |
| - "@pansy/is-undefined": "^0.2.1", |
40 |
| - "@pansy/number-precision": "^0.2.1", |
41 |
| - "@pansy/policy": "^0.2.1", |
42 |
| - "@pansy/url-utils": "^0.2.1" |
| 17 | + "@pansy/delay": "^0.3.0", |
| 18 | + "@pansy/dent": "^0.3.0", |
| 19 | + "@pansy/get-type": "^0.3.0", |
| 20 | + "@pansy/group-by": "^0.3.0", |
| 21 | + "@pansy/indent": "^0.3.0", |
| 22 | + "@pansy/is-array": "^0.3.0", |
| 23 | + "@pansy/is-boolean": "^0.3.0", |
| 24 | + "@pansy/is-date": "^0.3.0", |
| 25 | + "@pansy/is-empty-object": "^0.3.0", |
| 26 | + "@pansy/is-function": "^0.3.0", |
| 27 | + "@pansy/is-integer": "^0.3.0", |
| 28 | + "@pansy/is-nan": "^0.3.0", |
| 29 | + "@pansy/is-negative-integer": "^0.3.0", |
| 30 | + "@pansy/is-nil": "^0.3.0", |
| 31 | + "@pansy/is-null": "^0.3.0", |
| 32 | + "@pansy/is-number": "^0.3.0", |
| 33 | + "@pansy/is-object": "^0.3.0", |
| 34 | + "@pansy/is-plain-object": "^0.3.0", |
| 35 | + "@pansy/is-promise": "^0.3.0", |
| 36 | + "@pansy/is-regexp": "^0.3.0", |
| 37 | + "@pansy/is-string": "^0.3.0", |
| 38 | + "@pansy/is-symbol": "^0.3.0", |
| 39 | + "@pansy/is-undefined": "^0.3.0", |
| 40 | + "@pansy/number-precision": "^0.3.0", |
| 41 | + "@pansy/policy": "^0.3.0", |
| 42 | + "@pansy/url-utils": "^0.3.0" |
43 | 43 | },
|
44 | 44 | "publishConfig": {
|
45 | 45 | "access": "public"
|
|
0 commit comments