@powerhousedao/shared 6.0.0-dev.213 → 6.0.0-dev.215
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/clis/index.d.mts
CHANGED
|
@@ -138,7 +138,7 @@ declare const defaultDrivesUrl: Partial<cmd_ts_dist_cjs_argparser_js0.Register>
|
|
|
138
138
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
139
139
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
140
140
|
declare const logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
141
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
141
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
142
142
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
143
143
|
declare const connectBasePath: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
144
144
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
@@ -157,7 +157,7 @@ declare const commonArgs: {
|
|
|
157
157
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
158
158
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
159
159
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
160
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
160
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
161
161
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
162
162
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
163
163
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -232,7 +232,7 @@ declare const connectStudioArgs: {
|
|
|
232
232
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
233
233
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
234
234
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
235
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
235
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
236
236
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
237
237
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
238
238
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -264,7 +264,7 @@ declare const connectBuildArgs: {
|
|
|
264
264
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
265
265
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
266
266
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
267
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
267
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
268
268
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
269
269
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
270
270
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -317,7 +317,7 @@ declare const connectPreviewArgs: {
|
|
|
317
317
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
318
318
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
319
319
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
320
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
320
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
321
321
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
322
322
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
323
323
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -373,7 +373,7 @@ declare const connectArgs: {
|
|
|
373
373
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
374
374
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
375
375
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
376
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
376
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
377
377
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
378
378
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
379
379
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -561,7 +561,7 @@ declare const phCliHelpCommands: {
|
|
|
561
561
|
bindCLIShortcuts: boolean;
|
|
562
562
|
watchTimeout: number;
|
|
563
563
|
connectBasePath: string;
|
|
564
|
-
logLevel: "debug" | "
|
|
564
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
565
565
|
packages: string | undefined;
|
|
566
566
|
localPackage: string | undefined;
|
|
567
567
|
defaultDrivesUrl: string | undefined;
|
|
@@ -591,7 +591,7 @@ declare const phCliHelpCommands: {
|
|
|
591
591
|
bindCLIShortcuts: boolean;
|
|
592
592
|
watchTimeout: number;
|
|
593
593
|
connectBasePath: string;
|
|
594
|
-
logLevel: "debug" | "
|
|
594
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
595
595
|
packages: string | undefined;
|
|
596
596
|
localPackage: string | undefined;
|
|
597
597
|
defaultDrivesUrl: string | undefined;
|
|
@@ -618,7 +618,7 @@ declare const phCliHelpCommands: {
|
|
|
618
618
|
watchTimeout: number;
|
|
619
619
|
debug: boolean | undefined;
|
|
620
620
|
connectBasePath: string;
|
|
621
|
-
logLevel: "debug" | "
|
|
621
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
622
622
|
packages: string | undefined;
|
|
623
623
|
localPackage: string | undefined;
|
|
624
624
|
disableLocalPackages: boolean;
|
|
@@ -638,7 +638,7 @@ declare const phCliHelpCommands: {
|
|
|
638
638
|
watchTimeout: number;
|
|
639
639
|
debug: boolean | undefined;
|
|
640
640
|
connectBasePath: string;
|
|
641
|
-
logLevel: "debug" | "
|
|
641
|
+
logLevel: "debug" | "error" | "info" | "warn" | "verbose";
|
|
642
642
|
packages: string | undefined;
|
|
643
643
|
localPackage: string | undefined;
|
|
644
644
|
disableLocalPackages: boolean;
|
|
@@ -1156,7 +1156,7 @@ declare const vetraArgs: {
|
|
|
1156
1156
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string>>;
|
|
1157
1157
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
1158
1158
|
logLevel: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
1159
|
-
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "
|
|
1159
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<"debug" | "error" | "info" | "warn" | "verbose">>;
|
|
1160
1160
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
1161
1161
|
packages: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
1162
1162
|
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<string | undefined>>;
|
|
@@ -1196,7 +1196,7 @@ declare const vetraArgs: {
|
|
|
1196
1196
|
} & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & cmd_ts_dist_cjs_argparser_js0.Register & Partial<cmd_ts_dist_cjs_helpdoc_js0.Descriptive>;
|
|
1197
1197
|
};
|
|
1198
1198
|
//#endregion
|
|
1199
|
-
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.
|
|
1199
|
+
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_@tsdown+css@0.21.1_oxc-resolve_355315ed8480c28e755f1ce96fdb0491/node_modules/tsdown/dist/logger-BUKd5OJy.d.mts
|
|
1200
1200
|
//#region src/utils/types.d.ts
|
|
1201
1201
|
type Overwrite<T, U> = Omit<T, keyof U> & U;
|
|
1202
1202
|
type Awaitable<T> = T | Promise<T>;
|
|
@@ -9665,7 +9665,7 @@ interface GlobDependency {
|
|
|
9665
9665
|
glob: string;
|
|
9666
9666
|
}
|
|
9667
9667
|
//#endregion
|
|
9668
|
-
//#region ../../node_modules/.pnpm/@tsdown+css@0.21.1_@emnapi+core@1.
|
|
9668
|
+
//#region ../../node_modules/.pnpm/@tsdown+css@0.21.1_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_jiti@2.6.1_postcss@8.5.12_b5dbe88293e4814f3a6c7c5905eed02e/node_modules/@tsdown/css/dist/index.d.mts
|
|
9669
9669
|
//#region src/options.d.ts
|
|
9670
9670
|
type LightningCSSOptions = Omit<TransformOptions<any>, "filename" | "code">;
|
|
9671
9671
|
interface CssOptions {
|
|
@@ -10522,7 +10522,7 @@ type TsConfigJson = {
|
|
|
10522
10522
|
references?: TsConfigJson.References[];
|
|
10523
10523
|
};
|
|
10524
10524
|
//#endregion
|
|
10525
|
-
//#region ../../node_modules/.pnpm/rolldown-plugin-dts@0.22.5_oxc-resolver@11.19.0_@emnapi+core@1.
|
|
10525
|
+
//#region ../../node_modules/.pnpm/rolldown-plugin-dts@0.22.5_oxc-resolver@11.19.0_@emnapi+core@1.10.0_@emnapi+runtime@1.1_4f153ff5a247bb3b88419ec0c3e4fc0f/node_modules/rolldown-plugin-dts/dist/index.d.mts
|
|
10526
10526
|
//#region src/options.d.ts
|
|
10527
10527
|
interface GeneralOptions {
|
|
10528
10528
|
/**
|
|
@@ -10708,7 +10708,7 @@ interface TsgoOptions {
|
|
|
10708
10708
|
path?: string;
|
|
10709
10709
|
}
|
|
10710
10710
|
//#endregion
|
|
10711
|
-
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.
|
|
10711
|
+
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_@tsdown+css@0.21.1_oxc-resolve_355315ed8480c28e755f1ce96fdb0491/node_modules/tsdown/dist/types-CuHu3Iaq.d.mts
|
|
10712
10712
|
//#region src/features/copy.d.ts
|
|
10713
10713
|
interface CopyEntry {
|
|
10714
10714
|
/**
|