mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2026-02-03 10:50:18 +00:00
* refactor(projects): ♻️ sync code: support proxy log in terminal
* chore(projects): release v1.3.12
16 lines
208 B
JSON
16 lines
208 B
JSON
{
|
|
"name": "@sa/fetch",
|
|
"version": "1.3.12",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": ["./src/*"]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"ofetch": "1.4.1"
|
|
}
|
|
}
|