mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2026-04-07 01:20:23 +00:00
* fix(projects): 🐛 sync fix app version notification plugin with sub deploy path * chore(release): 🔖 sync release v1.3.9
16 lines
207 B
JSON
16 lines
207 B
JSON
{
|
|
"name": "@sa/fetch",
|
|
"version": "1.3.9",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": ["./src/*"]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"ofetch": "1.4.1"
|
|
}
|
|
}
|