feat(packages): optimistic subpackage @sa/alova (#646)

This commit is contained in:
Scott Hu
2024-10-17 17:20:21 +08:00
committed by Soybean
parent 24bb6d95cb
commit 4b3ac11bd5
4 changed files with 25 additions and 1 deletions

View File

@ -3,7 +3,9 @@
"version": "0.1.0",
"exports": {
".": "./src/index.ts",
"./client": "./src/client.ts"
"./fetch": "./src/fetch.ts",
"./client": "./src/client.ts",
"./mock": "./src/mock.ts"
},
"typesVersions": {
"*": {
@ -11,6 +13,7 @@
}
},
"dependencies": {
"@alova/mock": "2.0.7",
"@sa/utils": "workspace:*",
"alova": "3.0.20"
}