chore(release): 1.2.1

This commit is contained in:
2026-03-26 08:56:15 +08:00
parent 154c4c1a51
commit 7ff223fa32
6 changed files with 115 additions and 13 deletions
+23 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@r-utils/common",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "js通用工具库",
"type": "module",
@@ -23,6 +23,24 @@
"publishConfig": {
"registry": "http://npm.nps.yunvip123.cn"
},
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
@@ -35,11 +53,14 @@
},
"dependencies": {
"dayjs": "^1.11.13",
"js-easing-functions": "^1.0.3",
"lodash-es": "^4.17.21",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/lodash-es": "^4.17.12"
"@types/lodash-es": "^4.17.12",
"vite": "catalog:",
"vite-plugin-dts": "catalog:"
}
}