@slidev/cli 0.29.0 → 0.30.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/{build-NHXJRHBN.mjs → build-C73NWEPF.mjs} +5 -5
- package/dist/{build-VM52TR6Q.js → build-ZQJFWYTE.js} +12 -12
- package/dist/{chunk-G22DGVU7.mjs → chunk-46RYGQQC.mjs} +2 -2
- package/dist/{chunk-UEIFQWPY.mjs → chunk-4AVLCCHB.mjs} +81 -15
- package/dist/{chunk-7F2QYO53.js → chunk-7FQD47HM.js} +133 -67
- package/dist/{chunk-5BL2KALH.js → chunk-HBDQZUZK.js} +4 -4
- package/dist/{chunk-7QXPSYEZ.js → chunk-IXNT7VMK.js} +16 -16
- package/dist/{chunk-WMQA2JLO.mjs → chunk-KZHGLGA5.mjs} +1868 -1896
- package/dist/{chunk-VYBQLH2X.mjs → chunk-XMETW2MS.mjs} +12 -16
- package/dist/{chunk-OOHN7CTS.js → chunk-ZDBME6IC.js} +1962 -1989
- package/dist/cli.js +29 -28
- package/dist/cli.mjs +12 -11
- package/dist/{export-OVSG7H7S.mjs → export-OZQCWKXN.mjs} +69 -64
- package/dist/{export-GML5GDLW.js → export-SQVJKP3A.js} +69 -64
- package/dist/index.js +7 -7
- package/dist/index.mjs +4 -4
- package/package.json +17 -18
- package/template.md +1 -1
|
@@ -21,7 +21,6 @@ var __spreadValues = (a, b) => {
|
|
|
21
21
|
return a;
|
|
22
22
|
};
|
|
23
23
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
24
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
|
|
25
24
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
26
25
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
27
26
|
}) : x)(function(x) {
|
|
@@ -30,34 +29,31 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
30
29
|
throw new Error('Dynamic require of "' + x + '" is not supported');
|
|
31
30
|
});
|
|
32
31
|
var __esm = (fn, res) => function __init() {
|
|
33
|
-
return fn && (res = (0, fn[
|
|
32
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
34
33
|
};
|
|
35
34
|
var __commonJS = (cb, mod) => function __require2() {
|
|
36
|
-
return mod || (0, cb[
|
|
35
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
37
36
|
};
|
|
38
37
|
var __export = (target, all) => {
|
|
39
|
-
__markAsModule(target);
|
|
40
38
|
for (var name in all)
|
|
41
39
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
42
40
|
};
|
|
43
|
-
var
|
|
44
|
-
if (
|
|
45
|
-
for (let key of __getOwnPropNames(
|
|
46
|
-
if (!__hasOwnProp.call(
|
|
47
|
-
__defProp(
|
|
41
|
+
var __copyProps = (to, from, except, desc) => {
|
|
42
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
43
|
+
for (let key of __getOwnPropNames(from))
|
|
44
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
45
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
48
46
|
}
|
|
49
|
-
return
|
|
50
|
-
};
|
|
51
|
-
var __toModule = (module) => {
|
|
52
|
-
return __reExport(__markAsModule(__defProp(module != null ? __create(__getProtoOf(module)) : {}, "default", module && module.__esModule && "default" in module ? { get: () => module.default, enumerable: true } : { value: module, enumerable: true })), module);
|
|
47
|
+
return to;
|
|
53
48
|
};
|
|
49
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
|
54
50
|
|
|
55
|
-
// ../../node_modules/.pnpm/tsup@5.
|
|
51
|
+
// ../../node_modules/.pnpm/tsup@5.12.5_typescript@4.6.3/node_modules/tsup/assets/esm_shims.js
|
|
56
52
|
import { fileURLToPath } from "url";
|
|
57
53
|
import path from "path";
|
|
58
54
|
var getFilename, getDirname, __dirname, __filename;
|
|
59
55
|
var init_esm_shims = __esm({
|
|
60
|
-
"../../node_modules/.pnpm/tsup@5.
|
|
56
|
+
"../../node_modules/.pnpm/tsup@5.12.5_typescript@4.6.3/node_modules/tsup/assets/esm_shims.js"() {
|
|
61
57
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
62
58
|
getDirname = () => path.dirname(getFilename());
|
|
63
59
|
__dirname = /* @__PURE__ */ getDirname();
|
|
@@ -129,7 +125,7 @@ export {
|
|
|
129
125
|
__require,
|
|
130
126
|
__commonJS,
|
|
131
127
|
__export,
|
|
132
|
-
|
|
128
|
+
__toESM,
|
|
133
129
|
__dirname,
|
|
134
130
|
__filename,
|
|
135
131
|
init_esm_shims,
|