@prismicio/cli 0.0.2 → 0.0.3-beta.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-Ce_snJ9M.js → cli-BOlSPBk-.js} +8 -5
- package/dist/{cli-Ce_snJ9M.js.map → cli-BOlSPBk-.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/{index-C4bhGosE.js → index-DiIgVpnS.js} +2 -2
- package/dist/{index-C4bhGosE.js.map → index-DiIgVpnS.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-CU70zPPq.js → multipart-parser-Bj0BH8go.js} +2 -2
- package/dist/{multipart-parser-CU70zPPq.js.map → multipart-parser-Bj0BH8go.js.map} +1 -1
- package/package.json +8 -7
|
@@ -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-Bj0BH8go.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-DiIgVpnS.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.
|
|
82518
|
+
const version$k = "0.0.3-beta.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" };
|
|
@@ -82532,6 +82532,7 @@ const engines = { "node": ">=20.19.0" };
|
|
|
82532
82532
|
const publishConfig = { "access": "public" };
|
|
82533
82533
|
const scripts = { "build": "vite build", "dev": "vite build --watch", "types": "tsc --noEmit", "format": "prettier --write .", "lint": "eslint --max-warnings 0 .", "prepack": "$npm_execpath run build", "depcheck": "depcheck --config=.depcheckrc", "audit": "yarn npm audit --environment production --severity high" };
|
|
82534
82534
|
const devDependencies = { "@eslint/js": "9.28.0", "@prismicio/adapter-next": "workspace:*", "@prismicio/adapter-nuxt": "workspace:*", "@prismicio/adapter-nuxt2": "workspace:*", "@prismicio/adapter-sveltekit": "workspace:*", "@prismicio/manager": "workspace:*", "@sentry/node": "10.27.0", "@trivago/prettier-plugin-sort-imports": "6.0.0", "@types/semver": "7.7.1", "chalk": "5.6.2", "depcheck": "1.4.7", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-tsdoc": "0.5.0", "listr2": "9.0.5", "meow": "14.0.0", "open": "11.0.0", "prettier": "3.7.1", "prettier-plugin-jsdoc": "1.7.0", "semver": "7.7.3", "typescript": "5.9.3", "typescript-eslint": "8.33.0", "vite": "7.2.4", "vite-plugin-sdk": "0.1.5", "zod": "4.1.13" };
|
|
82535
|
+
const stableVersion = "0.0.2";
|
|
82535
82536
|
const _package = {
|
|
82536
82537
|
name: name$4,
|
|
82537
82538
|
version: version$k,
|
|
@@ -82550,7 +82551,8 @@ const _package = {
|
|
|
82550
82551
|
engines,
|
|
82551
82552
|
publishConfig,
|
|
82552
82553
|
scripts,
|
|
82553
|
-
devDependencies
|
|
82554
|
+
devDependencies,
|
|
82555
|
+
stableVersion
|
|
82554
82556
|
};
|
|
82555
82557
|
const pkg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82556
82558
|
__proto__: null,
|
|
@@ -82570,6 +82572,7 @@ const pkg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
82570
82572
|
publishConfig,
|
|
82571
82573
|
repository,
|
|
82572
82574
|
scripts,
|
|
82575
|
+
stableVersion,
|
|
82573
82576
|
type,
|
|
82574
82577
|
types: types$5,
|
|
82575
82578
|
version: version$k
|
|
@@ -150010,4 +150013,4 @@ export {
|
|
|
150010
150013
|
getDefaultExportFromCjs$3 as g,
|
|
150011
150014
|
run as r
|
|
150012
150015
|
};
|
|
150013
|
-
//# sourceMappingURL=cli-
|
|
150016
|
+
//# sourceMappingURL=cli-BOlSPBk-.js.map
|