chore: 1.34.1

This commit is contained in:
xiaojunnuo
2025-05-06 00:32:11 +08:00
parent 6c74148c27
commit bfa7530a39
14 changed files with 35 additions and 23 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"upgrade": "yarn upgrade-interactive --latest",
"tsc": "vue-tsc --noEmit --skipLibCheck",
"circle:check": "pnpm dependency-cruise --validate --output-type err-html -f dependency-report.html src",
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push"
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push",
"pub": "echo 1"
},
"author": "greper",
"license": "AGPL-3.0",
+2 -1
View File
@@ -28,7 +28,8 @@
"heap": "cross-env NODE_ENV=local clinic heapprofiler -- node ./bootstrap.js",
"flame": "clinic flame -- node ./bootstrap.js",
"tsc": "tsc --skipLibCheck",
"slimming": "node ./slimming.js"
"slimming": "node ./slimming.js",
"pub": "echo 1"
},
"dependencies": {
"@alicloud/fc20230330": "^4.1.7",