2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

feat(export): export adapters without unsafe prefix (#5839)

This commit is contained in:
Dmitriy Mozgovoy
2023-08-26 21:59:09 +03:00
committed by GitHub
parent dff74ae374
commit 1601f4a27a
+3 -1
View File
@@ -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",
@@ -212,4 +214,4 @@
"@commitlint/config-conventional"
]
}
}
}