manifest 7.2.1 → 7.3.0

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/bin.cjs CHANGED
@@ -33,7 +33,7 @@ var import_node_path = __toESM(require("path"), 1);
33
33
  var isObject = (value) => value !== null && typeof value === "object" && !Array.isArray(value);
34
34
 
35
35
  // src/api.ts
36
- var VERSION = "7.2.1";
36
+ var VERSION = "7.3.0";
37
37
 
38
38
  // src/cli.ts
39
39
  var DEFAULT_URL = "https://api.manifest.build";
package/dist/bin.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  VERSION,
4
4
  isObject
5
- } from "./chunk-OXOZQLZ3.js";
5
+ } from "./chunk-VEIUJBK7.js";
6
6
 
7
7
  // src/cli.ts
8
8
  import { createRequire } from "module";
@@ -15,7 +15,7 @@ import {
15
15
  trackedUrl,
16
16
  travelingBody,
17
17
  warn
18
- } from "./chunk-OXOZQLZ3.js";
18
+ } from "./chunk-VEIUJBK7.js";
19
19
 
20
20
  // src/http.ts
21
21
  import http from "http";
@@ -314,7 +314,7 @@ function keepAlive(promise) {
314
314
  }
315
315
 
316
316
  // src/api.ts
317
- var VERSION = "7.2.1";
317
+ var VERSION = "7.3.0";
318
318
  var MAX_HEALS_IN_FLIGHT = 8;
319
319
  var warn = (message) => process.emitWarning(message, { code: "MNFST" });
320
320
  var HealApi = class {
package/dist/index.cjs CHANGED
@@ -361,7 +361,7 @@ function keepAlive(promise) {
361
361
  }
362
362
 
363
363
  // src/api.ts
364
- var VERSION = "7.2.1";
364
+ var VERSION = "7.3.0";
365
365
  var MAX_HEALS_IN_FLIGHT = 8;
366
366
  var warn = (message) => process.emitWarning(message, { code: "MNFST" });
367
367
  var HealApi = class {
package/dist/index.d.cts CHANGED
@@ -12,7 +12,7 @@ interface HealEvent {
12
12
  operations?: unknown[];
13
13
  }
14
14
 
15
- declare const VERSION = "7.2.1";
15
+ declare const VERSION = "7.3.0";
16
16
 
17
17
  /** Install once, before libraries capture their own reference to global fetch. */
18
18
  declare function manifest(options?: ManifestOptions): void;
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ interface HealEvent {
12
12
  operations?: unknown[];
13
13
  }
14
14
 
15
- declare const VERSION = "7.2.1";
15
+ declare const VERSION = "7.3.0";
16
16
 
17
17
  /** Install once, before libraries capture their own reference to global fetch. */
18
18
  declare function manifest(options?: ManifestOptions): void;
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  manifest
3
- } from "./chunk-RO6CIYR2.js";
3
+ } from "./chunk-KIHONWHK.js";
4
4
  import {
5
5
  VERSION
6
- } from "./chunk-OXOZQLZ3.js";
6
+ } from "./chunk-VEIUJBK7.js";
7
7
  export {
8
8
  VERSION,
9
9
  manifest
package/dist/register.cjs CHANGED
@@ -348,7 +348,7 @@ function keepAlive(promise) {
348
348
  }
349
349
 
350
350
  // src/api.ts
351
- var VERSION = "7.2.1";
351
+ var VERSION = "7.3.0";
352
352
  var MAX_HEALS_IN_FLIGHT = 8;
353
353
  var warn = (message) => process.emitWarning(message, { code: "MNFST" });
354
354
  var HealApi = class {
package/dist/register.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  manifest
3
- } from "./chunk-RO6CIYR2.js";
4
- import "./chunk-OXOZQLZ3.js";
3
+ } from "./chunk-KIHONWHK.js";
4
+ import "./chunk-VEIUJBK7.js";
5
5
 
6
6
  // src/register.ts
7
7
  manifest();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manifest",
3
- "version": "7.2.1",
3
+ "version": "7.3.0",
4
4
  "description": "Repair eligible failed API calls made by Node HTTP clients.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",