@prismicio/cli 0.0.2-alpha.xru-improve-npm-page.3 → 0.0.2-alpha.xru-reorder-release-type-ci.1
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/{cli-DsHBfots.js → cli-GflTGk5e.js} +4 -4
- package/dist/{cli-DsHBfots.js.map → cli-GflTGk5e.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/{index--pLhpzIZ.js → index-BqtdOW6k.js} +2 -2
- package/dist/{index--pLhpzIZ.js.map → index-BqtdOW6k.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-Buz-yX2A.js → multipart-parser-CrZ-YteH.js} +2 -2
- package/dist/{multipart-parser-Buz-yX2A.js.map → multipart-parser-CrZ-YteH.js.map} +1 -1
- package/package.json +6 -6
|
@@ -2513,7 +2513,7 @@ class Body {
|
|
|
2513
2513
|
}
|
|
2514
2514
|
return formData;
|
|
2515
2515
|
}
|
|
2516
|
-
const { toFormData } = await import("./multipart-parser-
|
|
2516
|
+
const { toFormData } = await import("./multipart-parser-CrZ-YteH.js");
|
|
2517
2517
|
return toFormData(this.body, ct2);
|
|
2518
2518
|
}
|
|
2519
2519
|
/**
|
|
@@ -70603,7 +70603,7 @@ const fetch = async (...args) => {
|
|
|
70603
70603
|
if (globalThis.fetch) {
|
|
70604
70604
|
return globalThis.fetch(...args);
|
|
70605
70605
|
} else if (typeof EdgeRuntime !== "string") {
|
|
70606
|
-
return (await import("./index
|
|
70606
|
+
return (await import("./index-BqtdOW6k.js")).default(...args);
|
|
70607
70607
|
} else {
|
|
70608
70608
|
throw new Error("Invariant: an edge runtime that does not support fetch should not exist");
|
|
70609
70609
|
}
|
|
@@ -82515,7 +82515,7 @@ const meow = (helpText, options8 = {}) => {
|
|
|
82515
82515
|
return result;
|
|
82516
82516
|
};
|
|
82517
82517
|
const name$4 = "@prismicio/cli";
|
|
82518
|
-
const version$k = "0.0.2-alpha.xru-
|
|
82518
|
+
const version$k = "0.0.2-alpha.xru-reorder-release-type-ci.1";
|
|
82519
82519
|
const description = "Prismic CLI";
|
|
82520
82520
|
const keywords = ["typescript", "prismic"];
|
|
82521
82521
|
const repository = { "type": "git", "url": "git+https://github.com/prismicio/devtools.git" };
|
|
@@ -150013,4 +150013,4 @@ export {
|
|
|
150013
150013
|
getDefaultExportFromCjs$3 as g,
|
|
150014
150014
|
run as r
|
|
150015
150015
|
};
|
|
150016
|
-
//# sourceMappingURL=cli-
|
|
150016
|
+
//# sourceMappingURL=cli-GflTGk5e.js.map
|