create-book 10.5.0 → 11.0.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.
@@ -45,17 +45,17 @@ var require_node = __commonJS({
45
45
  var Ue;
46
46
  var at;
47
47
  Object.defineProperty(exports, "__esModule", { value: true });
48
- var http = __require("node:http");
49
- var https = __require("node:https");
50
- var zlib = __require("node:zlib");
51
- var Stream = __require("node:stream");
52
- var require$$0 = __require("node:buffer");
53
- var require$$0$1 = __require("node:util");
48
+ var http = __require("http");
49
+ var https = __require("https");
50
+ var zlib = __require("zlib");
51
+ var Stream = __require("stream");
52
+ var require$$0 = __require("buffer");
53
+ var require$$0$1 = __require("util");
54
54
  var _commonjsHelpers = require_node_fetch_native_DhEqb06g();
55
- var require$$1 = __require("node:url");
56
- var require$$0$2 = __require("node:net");
57
- var node_fs = __require("node:fs");
58
- var node_path = __require("node:path");
55
+ var require$$1 = __require("url");
56
+ var require$$0$2 = __require("net");
57
+ var node_fs = __require("fs");
58
+ var node_path = __require("path");
59
59
  function _interopDefaultCompat(c) {
60
60
  return c && typeof c == "object" && "default" in c ? c.default : c;
61
61
  }
@@ -84,7 +84,7 @@ var require_node = __commonJS({
84
84
  var ponyfill_es2018 = ponyfill_es2018$1.exports;
85
85
  var hasRequiredPonyfill_es2018;
86
86
  function requirePonyfill_es2018() {
87
- return hasRequiredPonyfill_es2018 || (hasRequiredPonyfill_es2018 = 1, function(c, l) {
87
+ return hasRequiredPonyfill_es2018 || (hasRequiredPonyfill_es2018 = 1, (function(c, l) {
88
88
  (function(d, g) {
89
89
  g(l);
90
90
  })(ponyfill_es2018, function(d) {
@@ -192,7 +192,7 @@ var require_node = __commonJS({
192
192
  };
193
193
  u(Dr, "SimpleQueue");
194
194
  let Q = Dr;
195
- const wt = Symbol("[[AbortSteps]]"), un = Symbol("[[ErrorSteps]]"), er = Symbol("[[CancelSteps]]"), tr = Symbol("[[PullSteps]]"), rr = Symbol("[[ReleaseSteps]]");
195
+ const wt = /* @__PURE__ */ Symbol("[[AbortSteps]]"), un = /* @__PURE__ */ Symbol("[[ErrorSteps]]"), er = /* @__PURE__ */ Symbol("[[CancelSteps]]"), tr = /* @__PURE__ */ Symbol("[[PullSteps]]"), rr = /* @__PURE__ */ Symbol("[[ReleaseSteps]]");
196
196
  function ln(n, o) {
197
197
  n._ownerReadableStream = o, o._reader = n, o._state === "readable" ? or(n) : o._state === "closed" ? Eo(n) : fn(n, o._storedError);
198
198
  }
@@ -463,9 +463,9 @@ var require_node = __commonJS({
463
463
  }
464
464
  u(vt, "GetMethod");
465
465
  function Io(n) {
466
- const o = { [Symbol.iterator]: () => n.iterator }, a = async function* () {
466
+ const o = { [Symbol.iterator]: () => n.iterator }, a = (async function* () {
467
467
  return yield* o;
468
- }(), p = a.next;
468
+ })(), p = a.next;
469
469
  return { iterator: a, nextMethod: p, done: false };
470
470
  }
471
471
  u(Io, "CreateAsyncFromSyncIterator");
@@ -2456,7 +2456,7 @@ var require_node = __commonJS({
2456
2456
  }
2457
2457
  u(To, "streamBrandCheckException"), d.ByteLengthQueuingStrategy = Ze, d.CountQueuingStrategy = Ke, d.ReadableByteStreamController = ie, d.ReadableStream = V, d.ReadableStreamBYOBReader = he, d.ReadableStreamBYOBRequest = Re, d.ReadableStreamDefaultController = ae, d.ReadableStreamDefaultReader = de, d.TransformStream = Je, d.TransformStreamDefaultController = me, d.WritableStream = pe, d.WritableStreamDefaultController = Be, d.WritableStreamDefaultWriter = se;
2458
2458
  });
2459
- }(ponyfill_es2018$1, ponyfill_es2018$1.exports)), ponyfill_es2018$1.exports;
2459
+ })(ponyfill_es2018$1, ponyfill_es2018$1.exports)), ponyfill_es2018$1.exports;
2460
2460
  }
2461
2461
  u(requirePonyfill_es2018, "requirePonyfill_es2018");
2462
2462
  var hasRequiredStreams;
@@ -2465,10 +2465,10 @@ var require_node = __commonJS({
2465
2465
  hasRequiredStreams = 1;
2466
2466
  const c = 65536;
2467
2467
  if (!globalThis.ReadableStream) try {
2468
- const l = __require("node:process"), { emitWarning: d } = l;
2468
+ const l = __require("process"), { emitWarning: d } = l;
2469
2469
  try {
2470
2470
  l.emitWarning = () => {
2471
- }, Object.assign(globalThis, __require("node:stream/web")), l.emitWarning = d;
2471
+ }, Object.assign(globalThis, __require("stream/web")), l.emitWarning = d;
2472
2472
  } catch (g) {
2473
2473
  throw l.emitWarning = d, g;
2474
2474
  }
@@ -2714,7 +2714,7 @@ Content-Type: ${R.type || "application/octet-stream"}\r
2714
2714
  return d === g;
2715
2715
  }, "isSameProtocol");
2716
2716
  var pipeline = require$$0$1.promisify(Stream__default.pipeline);
2717
- var INTERNALS$2 = Symbol("Body internals");
2717
+ var INTERNALS$2 = /* @__PURE__ */ Symbol("Body internals");
2718
2718
  var on = class on {
2719
2719
  constructor(l, { size: d = 0 } = {}) {
2720
2720
  let g = null;
@@ -2742,7 +2742,7 @@ Content-Type: ${R.type || "application/octet-stream"}\r
2742
2742
  for (const [R, w] of b) g.append(R, w);
2743
2743
  return g;
2744
2744
  }
2745
- const { toFormData: d } = await import("./multipart-parser-J2AQO3RK.js");
2745
+ const { toFormData: d } = await import("./multipart-parser-NXFKQTFR.js");
2746
2746
  return d(this.body, l);
2747
2747
  }
2748
2748
  async blob() {
@@ -2880,7 +2880,7 @@ Content-Type: ${R.type || "application/octet-stream"}\r
2880
2880
  raw() {
2881
2881
  return [...this.keys()].reduce((l, d) => (l[d] = this.getAll(d), l), {});
2882
2882
  }
2883
- [Symbol.for("nodejs.util.inspect.custom")]() {
2883
+ [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
2884
2884
  return [...this.keys()].reduce((l, d) => {
2885
2885
  const g = this.getAll(d);
2886
2886
  return d === "host" ? l[d] = g[0] : l[d] = g.length > 1 ? g : g[0], l;
@@ -2902,7 +2902,7 @@ Content-Type: ${R.type || "application/octet-stream"}\r
2902
2902
  u(fromRawHeaders, "fromRawHeaders");
2903
2903
  var redirectStatus = /* @__PURE__ */ new Set([301, 302, 303, 307, 308]);
2904
2904
  var isRedirect = u((c) => redirectStatus.has(c), "isRedirect");
2905
- var INTERNALS$1 = Symbol("Response internals");
2905
+ var INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
2906
2906
  var Me = class Me2 extends Body {
2907
2907
  constructor(l = null, d = {}) {
2908
2908
  super(l, d);
@@ -3024,7 +3024,7 @@ Content-Type: ${R.type || "application/octet-stream"}\r
3024
3024
  return d;
3025
3025
  }
3026
3026
  u(parseReferrerPolicyFromHeader, "parseReferrerPolicyFromHeader");
3027
- var INTERNALS = Symbol("Request internals");
3027
+ var INTERNALS = /* @__PURE__ */ Symbol("Request internals");
3028
3028
  var isRequest = u((c) => typeof c == "object" && typeof c[INTERNALS] == "object", "isRequest");
3029
3029
  var doBadDataWarn = require$$0$1.deprecate(() => {
3030
3030
  }, ".data is not a valid RequestInit property, use .body instead", "https://github.com/node-fetch/node-fetch/issues/1000 (request)");
@@ -3098,7 +3098,7 @@ Content-Type: ${R.type || "application/octet-stream"}\r
3098
3098
  g && d.set("Content-Length", g), c.referrerPolicy === "" && (c.referrerPolicy = DEFAULT_REFERRER_POLICY), c.referrer && c.referrer !== "no-referrer" ? c[INTERNALS].referrer = determineRequestsReferrer(c) : c[INTERNALS].referrer = "no-referrer", c[INTERNALS].referrer instanceof URL && d.set("Referer", c.referrer), d.has("User-Agent") || d.set("User-Agent", "node-fetch"), c.compress && !d.has("Accept-Encoding") && d.set("Accept-Encoding", "gzip, deflate, br");
3099
3099
  let { agent: b } = c;
3100
3100
  typeof b == "function" && (b = b(l));
3101
- const R = getSearch(l), w = { path: l.pathname + R, method: c.method, headers: d[Symbol.for("nodejs.util.inspect.custom")](), insecureHTTPParser: c.insecureHTTPParser, agent: b };
3101
+ const R = getSearch(l), w = { path: l.pathname + R, method: c.method, headers: d[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](), insecureHTTPParser: c.insecureHTTPParser, agent: b };
3102
3102
  return { parsedURL: l, options: w };
3103
3103
  }, "getNodeRequestOptions");
3104
3104
  var sn = class sn extends FetchBaseError {
@@ -3609,4 +3609,4 @@ node-fetch-native/dist/node.cjs:
3609
3609
  (*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
3610
3610
  (*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
3611
3611
  */
3612
- //# sourceMappingURL=chunk-CGNTMUWV.js.map
3612
+ //# sourceMappingURL=chunk-DYEUART5.js.map