create-book 10.4.0 → 10.6.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/cli.js +19 -19
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -34818,7 +34818,7 @@ ${p3}`;
|
|
|
34818
34818
|
}
|
|
34819
34819
|
});
|
|
34820
34820
|
|
|
34821
|
-
// ../../dist/chunk-
|
|
34821
|
+
// ../../dist/chunk-APK4NNP3.js
|
|
34822
34822
|
var XML_DECLARATION = '<?xml version="1.0" encoding="UTF-8"?>';
|
|
34823
34823
|
var EPUB_CONTAINER_XML = `${XML_DECLARATION}
|
|
34824
34824
|
<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
|
|
@@ -34828,9 +34828,9 @@ var EPUB_CONTAINER_XML = `${XML_DECLARATION}
|
|
|
34828
34828
|
</container>`;
|
|
34829
34829
|
var CONTAINER_URL = "ghcr.io/vivliostyle/cli";
|
|
34830
34830
|
var DEFAULT_BROWSER_VERSIONS = {
|
|
34831
|
-
chrome: { "linux": "
|
|
34832
|
-
chromium: { "linux": "
|
|
34833
|
-
firefox: { "linux": "
|
|
34831
|
+
chrome: { "linux": "148.0.7778.167", "linux_arm": "148.0.7778.167", "mac": "148.0.7778.167", "mac_arm": "148.0.7778.167", "win32": "148.0.7778.167", "win64": "148.0.7778.167" },
|
|
34832
|
+
chromium: { "linux": "1629633", "linux_arm": "1629615", "mac": "1629615", "mac_arm": "1629628", "win32": "1629568", "win64": "1629573" },
|
|
34833
|
+
firefox: { "linux": "stable_150.0.3", "linux_arm": "stable_150.0.3", "mac": "stable_150.0.3", "mac_arm": "stable_150.0.3", "win32": "stable_150.0.3", "win64": "stable_150.0.3" }
|
|
34834
34834
|
};
|
|
34835
34835
|
var DEFAULT_CONFIG_FILENAME = "vivliostyle.config.js";
|
|
34836
34836
|
var DEFAULT_PROJECT_TITLE = "My Title";
|
|
@@ -35082,7 +35082,7 @@ var LANGUAGES = {
|
|
|
35082
35082
|
zu: "Zulu"
|
|
35083
35083
|
};
|
|
35084
35084
|
|
|
35085
|
-
// ../../dist/chunk-
|
|
35085
|
+
// ../../dist/chunk-XPVQGBTC.js
|
|
35086
35086
|
var import_debug = __toESM(require_src(), 1);
|
|
35087
35087
|
import { Console } from "node:console";
|
|
35088
35088
|
|
|
@@ -35389,7 +35389,7 @@ function yoctoSpinner(options) {
|
|
|
35389
35389
|
return new YoctoSpinner(options);
|
|
35390
35390
|
}
|
|
35391
35391
|
|
|
35392
|
-
// ../../dist/chunk-
|
|
35392
|
+
// ../../dist/chunk-XPVQGBTC.js
|
|
35393
35393
|
var import_code_frame = __toESM(require_lib2(), 1);
|
|
35394
35394
|
|
|
35395
35395
|
// ../../node_modules/.pnpm/@humanwhocodes+momoa@3.3.8/node_modules/@humanwhocodes/momoa/dist/momoa.js
|
|
@@ -35514,7 +35514,7 @@ var json5Whitespace = /* @__PURE__ */ new Set([
|
|
|
35514
35514
|
CHAR_IDEOGRAPHIC_SPACE
|
|
35515
35515
|
]);
|
|
35516
35516
|
|
|
35517
|
-
// ../../dist/chunk-
|
|
35517
|
+
// ../../dist/chunk-XPVQGBTC.js
|
|
35518
35518
|
var import_ajv = __toESM(require_ajv(), 1);
|
|
35519
35519
|
var import_ajv_formats = __toESM(require_dist(), 1);
|
|
35520
35520
|
var import_node_stream_zip = __toESM(require_node_stream_zip(), 1);
|
|
@@ -35533,7 +35533,7 @@ function osLocale(env = globalThis.process?.env ?? {}) {
|
|
|
35533
35533
|
return new Intl.DateTimeFormat().resolvedOptions().locale;
|
|
35534
35534
|
}
|
|
35535
35535
|
|
|
35536
|
-
// ../../dist/chunk-
|
|
35536
|
+
// ../../dist/chunk-XPVQGBTC.js
|
|
35537
35537
|
var import_resolve_pkg = __toESM(require_resolve_pkg(), 1);
|
|
35538
35538
|
|
|
35539
35539
|
// ../../node_modules/.pnpm/title-case@4.3.2/node_modules/title-case/dist/index.js
|
|
@@ -35649,7 +35649,7 @@ function upperAt(input, index, locale) {
|
|
|
35649
35649
|
return input.slice(0, index) + input.charAt(index).toLocaleUpperCase(locale) + input.slice(index + 1);
|
|
35650
35650
|
}
|
|
35651
35651
|
|
|
35652
|
-
// ../../dist/chunk-
|
|
35652
|
+
// ../../dist/chunk-XPVQGBTC.js
|
|
35653
35653
|
var import_tmp = __toESM(require_tmp(), 1);
|
|
35654
35654
|
var import_upath = __toESM(require_upath(), 1);
|
|
35655
35655
|
var bcp_schema_default = {
|
|
@@ -36604,7 +36604,7 @@ var Logger = class _Logger {
|
|
|
36604
36604
|
}
|
|
36605
36605
|
};
|
|
36606
36606
|
|
|
36607
|
-
// ../../dist/chunk-
|
|
36607
|
+
// ../../dist/chunk-A2BT3CRZ.js
|
|
36608
36608
|
var import_semver = __toESM(require_semver2(), 1);
|
|
36609
36609
|
var import_upath2 = __toESM(require_upath(), 1);
|
|
36610
36610
|
|
|
@@ -37763,7 +37763,7 @@ async function safeParseAsync(schema, input, config$1) {
|
|
|
37763
37763
|
};
|
|
37764
37764
|
}
|
|
37765
37765
|
|
|
37766
|
-
// ../../dist/chunk-
|
|
37766
|
+
// ../../dist/chunk-A2BT3CRZ.js
|
|
37767
37767
|
var $ = (strings, ...values) => {
|
|
37768
37768
|
const lines = String.raw({ raw: strings }, ...values).split("\n");
|
|
37769
37769
|
const indent = lines.filter((line) => line.trim()).map((line) => line.match(/^\s*/)?.[0].length ?? 0).reduce((min, len) => Math.min(min, len), Infinity);
|
|
@@ -39239,7 +39239,7 @@ var {
|
|
|
39239
39239
|
Help
|
|
39240
39240
|
} = import_index.default;
|
|
39241
39241
|
|
|
39242
|
-
// ../../dist/chunk-
|
|
39242
|
+
// ../../dist/chunk-OBFM267E.js
|
|
39243
39243
|
import fs2 from "node:fs";
|
|
39244
39244
|
import { createRequire } from "node:module";
|
|
39245
39245
|
var import_upath3 = __toESM(require_upath(), 1);
|
|
@@ -39310,7 +39310,7 @@ var esm_default = {
|
|
|
39310
39310
|
...import_remove.default
|
|
39311
39311
|
};
|
|
39312
39312
|
|
|
39313
|
-
// ../../dist/chunk-
|
|
39313
|
+
// ../../dist/chunk-OBFM267E.js
|
|
39314
39314
|
var import_picomatch3 = __toESM(require_picomatch2(), 1);
|
|
39315
39315
|
|
|
39316
39316
|
// ../../node_modules/.pnpm/tinyglobby@0.2.13/node_modules/tinyglobby/dist/index.mjs
|
|
@@ -39581,7 +39581,7 @@ async function glob(patternsOrOptions, options) {
|
|
|
39581
39581
|
return crawl(opts, cwd2, false);
|
|
39582
39582
|
}
|
|
39583
39583
|
|
|
39584
|
-
// ../../dist/chunk-
|
|
39584
|
+
// ../../dist/chunk-OBFM267E.js
|
|
39585
39585
|
var import_upath4 = __toESM(require_upath(), 1);
|
|
39586
39586
|
function createParserProgram({
|
|
39587
39587
|
setupProgram,
|
|
@@ -40010,7 +40010,7 @@ async function downloadTemplate(input, options = {}) {
|
|
|
40010
40010
|
};
|
|
40011
40011
|
}
|
|
40012
40012
|
|
|
40013
|
-
// ../../dist/chunk-
|
|
40013
|
+
// ../../dist/chunk-FGYWRZ5T.js
|
|
40014
40014
|
import { isUtf8 } from "node:buffer";
|
|
40015
40015
|
import fs5 from "node:fs";
|
|
40016
40016
|
import { pathToFileURL } from "node:url";
|
|
@@ -40841,7 +40841,7 @@ var K = (e2, t3, n3) => {
|
|
|
40841
40841
|
};
|
|
40842
40842
|
var q = K;
|
|
40843
40843
|
|
|
40844
|
-
// ../../dist/chunk-
|
|
40844
|
+
// ../../dist/chunk-FGYWRZ5T.js
|
|
40845
40845
|
var import_upath5 = __toESM(require_upath(), 1);
|
|
40846
40846
|
|
|
40847
40847
|
// ../../node_modules/.pnpm/change-case@5.4.4/node_modules/change-case/dist/index.js
|
|
@@ -40946,7 +40946,7 @@ function splitPrefixSuffix(input, options = {}) {
|
|
|
40946
40946
|
];
|
|
40947
40947
|
}
|
|
40948
40948
|
|
|
40949
|
-
// ../../dist/chunk-
|
|
40949
|
+
// ../../dist/chunk-FGYWRZ5T.js
|
|
40950
40950
|
var import_handlebars = __toESM(require_lib3(), 1);
|
|
40951
40951
|
|
|
40952
40952
|
// ../../node_modules/.pnpm/@clack+core@1.0.0-alpha.6/node_modules/@clack/core/dist/index.mjs
|
|
@@ -42026,7 +42026,7 @@ function wrapAnsi(string2, columns, options) {
|
|
|
42026
42026
|
return String(string2).normalize().replaceAll("\r\n", "\n").split("\n").map((line) => exec(line, columns, options)).join("\n");
|
|
42027
42027
|
}
|
|
42028
42028
|
|
|
42029
|
-
// ../../dist/chunk-
|
|
42029
|
+
// ../../dist/chunk-FGYWRZ5T.js
|
|
42030
42030
|
var import_sisteransi3 = __toESM(require_src2(), 1);
|
|
42031
42031
|
|
|
42032
42032
|
// ../../node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs
|
|
@@ -42040,7 +42040,7 @@ var c2 = !o2 && globalThis.Request || dt;
|
|
|
42040
42040
|
var R2 = !o2 && globalThis.Response || le;
|
|
42041
42041
|
var T3 = !o2 && globalThis.AbortController || Mn;
|
|
42042
42042
|
|
|
42043
|
-
// ../../dist/chunk-
|
|
42043
|
+
// ../../dist/chunk-FGYWRZ5T.js
|
|
42044
42044
|
var import_proxy = __toESM(require_proxy(), 1);
|
|
42045
42045
|
function upper(text) {
|
|
42046
42046
|
return text && text.toUpperCase();
|