提交格式验证修改

This commit is contained in:
2026-08-13 13:34:14 +08:00
parent 3e5157909c
commit 181b8902e1
27 changed files with 220 additions and 579 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "@sa/alova",
"version": "2.2.0",
"typesVersions": {
"*": {
"*": [
"./src/*"
]
}
},
"exports": {
".": "./src/index.ts",
"./fetch": "./src/fetch.ts",
"./client": "./src/client.ts",
"./mock": "./src/mock.ts"
},
"dependencies": {
"@alova/mock": "2.0.20",
"@sa/utils": "workspace:*",
"alova": "3.5.1"
}
}