@zdepot/utils 1.2.0 → 1.2.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.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zdepot/utils",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Safety Type Conversion Utility Library, providing type judgment and conversion methods with fallback values",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"browser": "./dist/index.global.js",
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
12
|
"import": "./dist/index.mjs",
|
|
14
13
|
"require": "./dist/index.js",
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
"typescript",
|
|
43
42
|
"ts"
|
|
44
43
|
],
|
|
45
|
-
"author": "
|
|
44
|
+
"author": "Mr.Z",
|
|
46
45
|
"license": "MIT",
|
|
47
46
|
"repository": {
|
|
48
47
|
"type": "git",
|