@readme/httpsnippet 8.1.2 → 8.1.3
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/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 +2 -2
- package/dist/chunk-NPUBNYOA.js.map +0 -1
|
@@ -66,7 +66,7 @@ interface AvailableTarget extends TargetInfo {
|
|
|
66
66
|
clients: ClientInfo[];
|
|
67
67
|
}
|
|
68
68
|
declare const availableTargets: () => AvailableTarget[];
|
|
69
|
-
declare const extname: (targetId: TargetId, clientId: ClientId) => `.${string}
|
|
69
|
+
declare const extname: (targetId: TargetId, clientId: ClientId) => "" | `.${string}`;
|
|
70
70
|
|
|
71
71
|
/** is this wrong? yes. according to the spec (http://www.softwareishard.com/blog/har-12-spec/#postData) it's technically wrong since `params` and `text` are (by the spec) mutually exclusive. However, in practice, this is not what is often the case.
|
|
72
72
|
*
|
|
@@ -66,7 +66,7 @@ interface AvailableTarget extends TargetInfo {
|
|
|
66
66
|
clients: ClientInfo[];
|
|
67
67
|
}
|
|
68
68
|
declare const availableTargets: () => AvailableTarget[];
|
|
69
|
-
declare const extname: (targetId: TargetId, clientId: ClientId) => `.${string}
|
|
69
|
+
declare const extname: (targetId: TargetId, clientId: ClientId) => "" | `.${string}`;
|
|
70
70
|
|
|
71
71
|
/** is this wrong? yes. according to the spec (http://www.softwareishard.com/blog/har-12-spec/#postData) it's technically wrong since `params` and `text` are (by the spec) mutually exclusive. However, in practice, this is not what is often the case.
|
|
72
72
|
*
|
package/dist/index.cjs
CHANGED
|
@@ -1364,7 +1364,7 @@ var axios2 = {
|
|
|
1364
1364
|
link: "https://github.com/axios/axios",
|
|
1365
1365
|
description: "Promise based HTTP client for the browser and node.js",
|
|
1366
1366
|
extname: ".cjs",
|
|
1367
|
-
|
|
1367
|
+
installation: "npm install axios --save"
|
|
1368
1368
|
},
|
|
1369
1369
|
convert: ({ method, fullUrl, allHeaders, postData }, options) => {
|
|
1370
1370
|
const opts = {
|