@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.
@@ -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
- install: "npm install axios --save"
1367
+ installation: "npm install axios --save"
1368
1368
  },
1369
1369
  convert: ({ method, fullUrl, allHeaders, postData }, options) => {
1370
1370
  const opts = {