@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.
- package/dist/ide-config-writer-CGj15uGC.mjs +3 -0
- package/dist/ide-config-writer-Dao1ogZE.mjs +1572 -0
- package/dist/index.mjs +28293 -26304
- package/dist/nypm-BDYDJa-A.mjs +3 -0
- package/dist/{nypm-BiogvDa_.mjs → nypm-CE82IP4m.mjs} +1 -1
- package/dist/{tar-D0wLsG-Y.mjs → tar-CqIOLQXe.mjs} +6 -6
- package/package.json +3 -2
- package/dist/nypm-B0R09qA9.mjs +0 -3
- /package/dist/{jiti-CeHW56Xt.mjs → jiti-CiyXXzPA.mjs} +0 -0
- /package/dist/{rolldown-runtime-1wn-XonI.mjs → rolldown-runtime-CGkscm_g.mjs} +0 -0
- /package/dist/{src-CiZqY_Es.mjs → src-IprYSasa.mjs} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { t as __exportAll } from "./rolldown-runtime-
|
|
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-
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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
|
|
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
|
|
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": [
|
package/dist/nypm-B0R09qA9.mjs
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|