create-vuetify0 1.1.6 → 1.2.0-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.
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
- import { t as __exportAll } from "./rolldown-runtime-1wn-XonI.mjs";
2
+ import { t as __exportAll } from "./rolldown-runtime-CGkscm_g.mjs";
3
3
  import { cwd } from "node:process";
4
- import c from "node:readline";
4
+ import ot from "node:readline";
5
5
  import { existsSync } from "node:fs";
6
6
  import { delimiter, dirname, normalize, resolve } from "node:path";
7
7
  import { readFile } from "node:fs/promises";
8
- import { createRequire as createRequire$1 } from "module";
9
8
  import { PassThrough } from "node:stream";
10
9
  import { spawn } from "node:child_process";
10
+ import { createRequire as createRequire$1 } from "module";
11
11
  //#region ../../node_modules/.pnpm/giget@3.1.2/node_modules/giget/dist/_chunks/libs/nypm.mjs
12
12
  const _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
13
13
  function normalizeWindowsPath(e = ``) {
@@ -455,7 +455,7 @@ var G = class {
455
455
  if (!e) return;
456
456
  let t = [];
457
457
  this._streamErr && t.push(this._streamErr), this._streamOut && t.push(this._streamOut);
458
- let n = w(t), r = c.createInterface({ input: n });
458
+ let n = w(t), r = ot.createInterface({ input: n });
459
459
  for await (let e of r) yield e.toString();
460
460
  if (await this._processClosed, e.removeAllListeners(), this._thrownError) throw this._thrownError;
461
461
  if (this._options?.throwOnError && this.exitCode !== 0 && this.exitCode !== void 0) throw new z(this);
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ import { r as dist_exports } from "./nypm-5aqJdyHJ.mjs";
3
+ export { dist_exports as t };
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
- import { t as __exportAll } from "./rolldown-runtime-1wn-XonI.mjs";
2
+ import { t as __exportAll } from "./rolldown-runtime-CGkscm_g.mjs";
3
3
  import i from "node:assert";
4
4
  import fs from "node:fs";
5
5
  import path, { basename, join, posix, win32 } from "node:path";
6
6
  import fs$1 from "node:fs/promises";
7
+ import Stream from "node:stream";
7
8
  import nativeFs from "fs";
8
9
  import path$1, { dirname as dirname$1, parse } from "path";
9
10
  import assert from "assert";
10
11
  import EE, { EventEmitter } from "events";
11
- import Stream from "node:stream";
12
12
  import { EventEmitter as EventEmitter$1 } from "node:events";
13
13
  import { StringDecoder } from "node:string_decoder";
14
14
  import { Buffer as Buffer$1 } from "buffer";
@@ -539,7 +539,7 @@ var ReadStream = class extends Minipass {
539
539
  };
540
540
  //#endregion
541
541
  //#region ../../node_modules/.pnpm/giget@3.1.2/node_modules/giget/dist/_chunks/libs/minizlib.mjs
542
- const realZlibConstants = realZlib.constants || { ZLIB_VERNUM: 4736 }, constants$1 = Object.freeze(Object.assign(Object.create(null), {
542
+ const realZlibConstants = realZlib.constants || { ZLIB_VERNUM: 4736 }, constants$2 = Object.freeze(Object.assign(Object.create(null), {
543
543
  Z_NO_FLUSH: 0,
544
544
  Z_PARTIAL_FLUSH: 1,
545
545
  Z_SYNC_FLUSH: 2,
@@ -736,14 +736,14 @@ var ZlibBase = class extends Minipass {
736
736
  #level;
737
737
  #strategy;
738
738
  constructor(e, t) {
739
- e ||= {}, e.flush = e.flush || constants$1.Z_NO_FLUSH, e.finishFlush = e.finishFlush || constants$1.Z_FINISH, e.fullFlushFlag = constants$1.Z_FULL_FLUSH, super(e, t), this.#level = e.level, this.#strategy = e.strategy;
739
+ e ||= {}, e.flush = e.flush || constants$2.Z_NO_FLUSH, e.finishFlush = e.finishFlush || constants$2.Z_FINISH, e.fullFlushFlag = constants$2.Z_FULL_FLUSH, super(e, t), this.#level = e.level, this.#strategy = e.strategy;
740
740
  }
741
741
  params(e, n) {
742
742
  if (!this.sawError) {
743
743
  if (!this.handle) throw Error(`cannot switch params when binding is closed`);
744
744
  if (!this.handle.params) throw Error(`not supported in this implementation`);
745
745
  if (this.#level !== e || this.#strategy !== n) {
746
- this.flush(constants$1.Z_SYNC_FLUSH), assert(this.handle, `zlib binding closed`);
746
+ this.flush(constants$2.Z_SYNC_FLUSH), assert(this.handle, `zlib binding closed`);
747
747
  let r = this.handle.flush;
748
748
  this.handle.flush = (e, t) => {
749
749
  typeof e == `function` && (t = e, e = this.flushFlag), this.flush(e), t?.();
@@ -771,7 +771,7 @@ var ZlibBase = class extends Minipass {
771
771
  }
772
772
  }, Brotli = class extends ZlibBase {
773
773
  constructor(e, t) {
774
- e ||= {}, e.flush = e.flush || constants$1.BROTLI_OPERATION_PROCESS, e.finishFlush = e.finishFlush || constants$1.BROTLI_OPERATION_FINISH, e.fullFlushFlag = constants$1.BROTLI_OPERATION_FLUSH, super(e, t);
774
+ e ||= {}, e.flush = e.flush || constants$2.BROTLI_OPERATION_PROCESS, e.finishFlush = e.finishFlush || constants$2.BROTLI_OPERATION_FINISH, e.fullFlushFlag = constants$2.BROTLI_OPERATION_FLUSH, super(e, t);
775
775
  }
776
776
  }, BrotliCompress = class extends Brotli {
777
777
  constructor(e) {
@@ -783,7 +783,7 @@ var ZlibBase = class extends Minipass {
783
783
  }
784
784
  }, Zstd = class extends ZlibBase {
785
785
  constructor(e, t) {
786
- e ||= {}, e.flush = e.flush || constants$1.ZSTD_e_continue, e.finishFlush = e.finishFlush || constants$1.ZSTD_e_end, e.fullFlushFlag = constants$1.ZSTD_e_flush, super(e, t);
786
+ e ||= {}, e.flush = e.flush || constants$2.ZSTD_e_continue, e.finishFlush = e.finishFlush || constants$2.ZSTD_e_end, e.fullFlushFlag = constants$2.ZSTD_e_flush, super(e, t);
787
787
  }
788
788
  }, ZstdCompress = class extends Zstd {
789
789
  constructor(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify0",
3
- "version": "1.1.6",
3
+ "version": "1.2.0-beta.1",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "files": [
@@ -36,7 +36,7 @@
36
36
  "nypm": "^0.6.5",
37
37
  "pathe": "^2.0.3",
38
38
  "tsdown": "^0.21.3",
39
- "@vuetify/cli-shared": "1.1.6"
39
+ "@vuetify/cli-shared": "1.2.0-beta.1"
40
40
  },
41
41
  "exports": {
42
42
  ".": "./dist/index.mjs",
@@ -143,6 +143,7 @@
143
143
  "run-applescript": "7.1.0",
144
144
  "semver": "7.7.4",
145
145
  "sisteransi": "1.0.5",
146
+ "smol-toml": "1.6.0",
146
147
  "strip-json-comments": "3.1.1",
147
148
  "supports-color": "7.2.0",
148
149
  "type-check": "0.4.0",
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
- import { r as dist_exports } from "./nypm-BiogvDa_.mjs";
3
- export { dist_exports as t };
File without changes
File without changes