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 +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-RO6CIYR2.js → chunk-KIHONWHK.js} +1 -1
- package/dist/{chunk-OXOZQLZ3.js → chunk-VEIUJBK7.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/register.cjs +1 -1
- package/dist/register.js +2 -2
- package/package.json +1 -1
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.
|
|
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
package/dist/index.cjs
CHANGED
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.
|
|
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.
|
|
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
package/dist/register.cjs
CHANGED
package/dist/register.js
CHANGED