@vuetify/cli 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.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ import { r as dist_exports } from "./nypm-CE82IP4m.mjs";
3
+ export { dist_exports as t };
@@ -1,5 +1,5 @@
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
4
  import c from "node:readline";
5
5
  import { existsSync } from "node:fs";
@@ -1,5 +1,5 @@
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";
@@ -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": "@vuetify/cli",
3
- "version": "1.1.6",
3
+ "version": "1.2.0-beta.1",
4
4
  "description": "Vuetify CLI",
5
5
  "type": "module",
6
6
  "files": [
@@ -35,7 +35,7 @@
35
35
  "open": "^11.0.0",
36
36
  "pathe": "^2.0.3",
37
37
  "tsdown": "^0.21.3",
38
- "@vuetify/cli-shared": "1.1.6"
38
+ "@vuetify/cli-shared": "1.2.0-beta.1"
39
39
  },
40
40
  "dependencies": {
41
41
  "@typescript-eslint/parser": "^8.57.0"
@@ -145,6 +145,7 @@
145
145
  "run-applescript": "7.1.0",
146
146
  "semver": "7.7.4",
147
147
  "sisteransi": "1.0.5",
148
+ "smol-toml": "1.6.0",
148
149
  "strip-json-comments": "3.1.1",
149
150
  "supports-color": "7.2.0",
150
151
  "tinyexec": [
@@ -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