mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2026-01-28 07:50:21 +00:00
* optimize(projects): 🎨 optimize tab deletion logic. * optimize(projects): 🎨 remove redundant authStore declaration in resetStore function * chore(projects): release v1.3.14
16 lines
208 B
JSON
16 lines
208 B
JSON
{
|
|
"name": "@sa/fetch",
|
|
"version": "1.3.14",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": ["./src/*"]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"ofetch": "1.4.1"
|
|
}
|
|
}
|