utiljs-box 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiljs-box",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -14,6 +14,7 @@
14
14
  "dist"
15
15
  ],
16
16
  "keywords": [
17
+ "utiljs-box",
17
18
  "typescript",
18
19
  "utils",
19
20
  "tryJson",
@@ -22,7 +23,7 @@
22
23
  ],
23
24
  "author": "hyc8868",
24
25
  "license": "MIT",
25
- "description": "A collection of TypeScript utility functions",
26
+ "description": "工具函数库utiljs-box 包含 tryJson、sleep、removeNull 等函数",
26
27
  "repository": {
27
28
  "type": "git",
28
29
  "url": "git+https://github.com/hyc8801/utilbox.git"