@mdigitalcn/utils 2.0.0 → 2.0.3
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 +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdigitalcn/utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Production-grade TypeScript utilities — universal JS, works everywhere. Optional React hooks via subpath import.",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
"immutable"
|
|
70
70
|
],
|
|
71
71
|
"author": "Mr.Luke <dzhunusov.ulukbek@gmail.com>",
|
|
72
|
-
"license": "MIT",
|
|
73
72
|
"peerDependencies": {
|
|
74
73
|
"react": ">=19.0.0"
|
|
75
74
|
},
|
|
@@ -102,8 +101,13 @@
|
|
|
102
101
|
"typecheck": "tsc --noEmit",
|
|
103
102
|
"prepublishOnly": "pnpm run build"
|
|
104
103
|
},
|
|
105
|
-
"
|
|
104
|
+
"repository": {
|
|
105
|
+
"type": "git",
|
|
106
|
+
"url": "git+https://github.com/mdigitalcn/utils.git"
|
|
107
|
+
},
|
|
108
|
+
"license": "MIT",
|
|
106
109
|
"publishConfig": {
|
|
107
|
-
"access": "public"
|
|
110
|
+
"access": "public",
|
|
111
|
+
"provenance": true
|
|
108
112
|
}
|
|
109
113
|
}
|