mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
feat(export): export adapters without unsafe prefix (#5839)
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
"default": "./index.js"
|
||||
}
|
||||
},
|
||||
"./lib/adapters/http.js": "./lib/adapters/http.js",
|
||||
"./lib/adapters/xhr.js": "./lib/adapters/xhr.js",
|
||||
"./unsafe/*": "./lib/*",
|
||||
"./unsafe/core/settle.js": "./lib/core/settle.js",
|
||||
"./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js",
|
||||
|
||||
Reference in New Issue
Block a user