@fragment-dev/cli 2025.12.15 → 2025.12.17-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/{chunk-HDSQSGJZ.js → chunk-B2X23D4V.js} +1 -1
- package/dist/{chunk-JEFROCJ4.js → chunk-FYI24ALS.js} +18 -3
- package/dist/{chunk-MCDP3VCZ.js → chunk-JCR4G756.js} +3 -3
- package/dist/{chunk-V25PI4BY.js → chunk-JZRLBES4.js} +1 -1
- package/dist/{chunk-ZXWT4UIL.js → chunk-ZHN6GI65.js} +1 -1
- package/dist/commands/get-schema.js +2 -2
- package/dist/commands/login.js +2 -2
- package/dist/commands/update.js +2 -2
- package/dist/commands.js +5 -5
- package/dist/index.js +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -13524,9 +13524,9 @@ var require_wrap_ansi = __commonJS({
|
|
|
13524
13524
|
}
|
|
13525
13525
|
});
|
|
13526
13526
|
|
|
13527
|
-
// ../../node_modules/is-unicode-supported/index.js
|
|
13527
|
+
// ../../node_modules/log-symbols/node_modules/is-unicode-supported/index.js
|
|
13528
13528
|
var require_is_unicode_supported = __commonJS({
|
|
13529
|
-
"../../node_modules/is-unicode-supported/index.js"(exports, module) {
|
|
13529
|
+
"../../node_modules/log-symbols/node_modules/is-unicode-supported/index.js"(exports, module) {
|
|
13530
13530
|
"use strict";
|
|
13531
13531
|
init_cjs_shims();
|
|
13532
13532
|
module.exports = () => {
|
|
@@ -13937,6 +13937,21 @@ var require_is_interactive = __commonJS({
|
|
|
13937
13937
|
}
|
|
13938
13938
|
});
|
|
13939
13939
|
|
|
13940
|
+
// ../../node_modules/ora/node_modules/is-unicode-supported/index.js
|
|
13941
|
+
var require_is_unicode_supported2 = __commonJS({
|
|
13942
|
+
"../../node_modules/ora/node_modules/is-unicode-supported/index.js"(exports, module) {
|
|
13943
|
+
"use strict";
|
|
13944
|
+
init_cjs_shims();
|
|
13945
|
+
module.exports = () => {
|
|
13946
|
+
if (process.platform !== "win32") {
|
|
13947
|
+
return true;
|
|
13948
|
+
}
|
|
13949
|
+
return Boolean(process.env.CI) || Boolean(process.env.WT_SESSION) || // Windows Terminal
|
|
13950
|
+
process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty";
|
|
13951
|
+
};
|
|
13952
|
+
}
|
|
13953
|
+
});
|
|
13954
|
+
|
|
13940
13955
|
// ../../node_modules/readable-stream/lib/internal/streams/stream.js
|
|
13941
13956
|
var require_stream = __commonJS({
|
|
13942
13957
|
"../../node_modules/readable-stream/lib/internal/streams/stream.js"(exports, module) {
|
|
@@ -17260,7 +17275,7 @@ var require_ora = __commonJS({
|
|
|
17260
17275
|
var stripAnsi2 = require_strip_ansi();
|
|
17261
17276
|
var wcwidth = require_wcwidth();
|
|
17262
17277
|
var isInteractive = require_is_interactive();
|
|
17263
|
-
var isUnicodeSupported2 =
|
|
17278
|
+
var isUnicodeSupported2 = require_is_unicode_supported2();
|
|
17264
17279
|
var { BufferListStream } = require_bl();
|
|
17265
17280
|
var TEXT = Symbol("text");
|
|
17266
17281
|
var PREFIX_TEXT = Symbol("prefixText");
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
} from "./chunk-EXS5ZS4O.js";
|
|
16
16
|
import {
|
|
17
17
|
Update
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-B2X23D4V.js";
|
|
19
19
|
import {
|
|
20
20
|
VerifySchema
|
|
21
21
|
} from "./chunk-UWZOOSXG.js";
|
|
@@ -24,13 +24,13 @@ import {
|
|
|
24
24
|
} from "./chunk-NCIRJV5V.js";
|
|
25
25
|
import {
|
|
26
26
|
GetSchema
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-ZHN6GI65.js";
|
|
28
28
|
import {
|
|
29
29
|
Init
|
|
30
30
|
} from "./chunk-GGCDYQIW.js";
|
|
31
31
|
import {
|
|
32
32
|
Login
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-JZRLBES4.js";
|
|
34
34
|
import {
|
|
35
35
|
MigrateLedgerEntry
|
|
36
36
|
} from "./chunk-OBJHIIXG.js";
|
package/dist/commands/login.js
CHANGED
package/dist/commands/update.js
CHANGED
package/dist/commands.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
COMMANDS
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JCR4G756.js";
|
|
4
4
|
import "./chunk-XTMYKL3N.js";
|
|
5
5
|
import "./chunk-T3TNAOFS.js";
|
|
6
6
|
import "./chunk-R7QCNENW.js";
|
|
7
7
|
import "./chunk-G3K3FJ7S.js";
|
|
8
8
|
import "./chunk-EXS5ZS4O.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-B2X23D4V.js";
|
|
10
10
|
import "./chunk-UWZOOSXG.js";
|
|
11
11
|
import "./chunk-Y5NKOPGQ.js";
|
|
12
12
|
import "./chunk-A4BSWX5D.js";
|
|
13
13
|
import "./chunk-NCIRJV5V.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-ZHN6GI65.js";
|
|
15
15
|
import "./chunk-GGCDYQIW.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-JZRLBES4.js";
|
|
17
|
+
import "./chunk-FYI24ALS.js";
|
|
18
18
|
import "./chunk-OBJHIIXG.js";
|
|
19
19
|
import "./chunk-WYGN3U5V.js";
|
|
20
20
|
import "./chunk-EJ2G2JEJ.js";
|
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
COMMANDS
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JCR4G756.js";
|
|
4
4
|
import "./chunk-XTMYKL3N.js";
|
|
5
5
|
import "./chunk-T3TNAOFS.js";
|
|
6
6
|
import "./chunk-R7QCNENW.js";
|
|
7
7
|
import "./chunk-G3K3FJ7S.js";
|
|
8
8
|
import "./chunk-EXS5ZS4O.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-B2X23D4V.js";
|
|
10
10
|
import "./chunk-UWZOOSXG.js";
|
|
11
11
|
import "./chunk-Y5NKOPGQ.js";
|
|
12
12
|
import "./chunk-A4BSWX5D.js";
|
|
13
13
|
import "./chunk-NCIRJV5V.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-ZHN6GI65.js";
|
|
15
15
|
import "./chunk-GGCDYQIW.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-JZRLBES4.js";
|
|
17
|
+
import "./chunk-FYI24ALS.js";
|
|
18
18
|
import "./chunk-OBJHIIXG.js";
|
|
19
19
|
import "./chunk-WYGN3U5V.js";
|
|
20
20
|
import "./chunk-EJ2G2JEJ.js";
|
package/oclif.manifest.json
CHANGED