@prismicio/cli 0.0.2-beta.3 → 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-BeskZPas.js → cli-BOlSPBk-.js} +5 -5
- package/dist/{cli-BeskZPas.js.map → cli-BOlSPBk-.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/{index-BP7wlZia.js → index-DiIgVpnS.js} +2 -2
- package/dist/{index-BP7wlZia.js.map → index-DiIgVpnS.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-Bf-y0Fs4.js → multipart-parser-Bj0BH8go.js} +2 -2
- package/dist/{multipart-parser-Bf-y0Fs4.js.map → multipart-parser-Bj0BH8go.js.map} +1 -1
- package/package.json +7 -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,7 +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.
|
|
82535
|
+
const stableVersion = "0.0.2";
|
|
82536
82536
|
const _package = {
|
|
82537
82537
|
name: name$4,
|
|
82538
82538
|
version: version$k,
|
|
@@ -150013,4 +150013,4 @@ export {
|
|
|
150013
150013
|
getDefaultExportFromCjs$3 as g,
|
|
150014
150014
|
run as r
|
|
150015
150015
|
};
|
|
150016
|
-
//# sourceMappingURL=cli-
|
|
150016
|
+
//# sourceMappingURL=cli-BOlSPBk-.js.map
|