@readme/httpsnippet 8.1.2 → 8.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{chunk-NPUBNYOA.js → chunk-ENNB4GTT.js} +2 -2
- package/dist/chunk-ENNB4GTT.js.map +1 -0
- package/dist/{index-b0a1cd2d.d.ts → index-09744b29.d.ts} +1 -1
- package/dist/{index-da41d466.d.ts → index-d5b13104.d.ts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/targets/index.cjs +1 -1
- package/dist/targets/index.cjs.map +1 -1
- package/dist/targets/index.d.cts +1 -1
- package/dist/targets/index.d.ts +1 -1
- package/dist/targets/index.js +1 -1
- package/package.json +9 -9
- package/dist/chunk-NPUBNYOA.js.map +0 -1
package/README.md
CHANGED
|
@@ -1278,7 +1278,7 @@ var axios2 = {
|
|
|
1278
1278
|
link: "https://github.com/axios/axios",
|
|
1279
1279
|
description: "Promise based HTTP client for the browser and node.js",
|
|
1280
1280
|
extname: ".cjs",
|
|
1281
|
-
|
|
1281
|
+
installation: "npm install axios --save"
|
|
1282
1282
|
},
|
|
1283
1283
|
convert: ({ method, fullUrl, allHeaders, postData }, options) => {
|
|
1284
1284
|
const opts = {
|
|
@@ -3452,4 +3452,4 @@ var addTargetClient = (targetId, client) => {
|
|
|
3452
3452
|
|
|
3453
3453
|
export { addClientPlugin, addTarget, addTargetClient, getHeaderName, isClient, isTarget, targets };
|
|
3454
3454
|
//# sourceMappingURL=out.js.map
|
|
3455
|
-
//# sourceMappingURL=chunk-
|
|
3455
|
+
//# sourceMappingURL=chunk-ENNB4GTT.js.map
|