@powerhousedao/shared 6.0.0-dev.247 → 6.0.0-dev.249
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/actions-BizGiU87.d.ts +21058 -0
- package/dist/actions-BizGiU87.d.ts.map +1 -0
- package/dist/clis/args/access-token.mjs +1 -1
- package/dist/clis/args/{common-Bc8EcW9w.mjs → common-DPYlcz-d.mjs} +7 -1
- package/dist/clis/args/common-DPYlcz-d.mjs.map +1 -0
- package/dist/clis/args/common.mjs +1 -1
- package/dist/clis/args/connect.mjs +1 -1
- package/dist/clis/args/{generate-DNGRYRdp.mjs → generate-BJPBa0mK.mjs} +2 -2
- package/dist/clis/args/{generate-DNGRYRdp.mjs.map → generate-BJPBa0mK.mjs.map} +1 -1
- package/dist/clis/args/generate.mjs +1 -1
- package/dist/clis/args/{help-CFAVJzhI.mjs → help-rztSuf9S.mjs} +3 -3
- package/dist/clis/args/{help-CFAVJzhI.mjs.map → help-rztSuf9S.mjs.map} +1 -1
- package/dist/clis/args/help.mjs +1 -1
- package/dist/clis/args/index.d.mts +1 -1
- package/dist/clis/args/index.mjs +3 -3
- package/dist/clis/args/init.mjs +1 -1
- package/dist/clis/args/inspect.mjs +1 -1
- package/dist/clis/args/install.mjs +1 -1
- package/dist/clis/args/list.mjs +1 -1
- package/dist/clis/args/login.mjs +1 -1
- package/dist/clis/args/migrate.mjs +1 -1
- package/dist/clis/args/publish.mjs +1 -1
- package/dist/clis/args/registry.mjs +1 -1
- package/dist/clis/args/service-zdLhL5Q0.d.mts +106 -0
- package/dist/clis/args/service-zdLhL5Q0.d.mts.map +1 -0
- package/dist/clis/args/service.d.mts +1 -1
- package/dist/clis/args/service.mjs +1 -1
- package/dist/clis/args/switchboard.mjs +1 -1
- package/dist/clis/args/uninstall.mjs +1 -1
- package/dist/clis/args/unpublish.mjs +1 -1
- package/dist/clis/args/vetra.mjs +1 -1
- package/dist/clis/build-config.d.mts +4 -4
- package/dist/clis/build-config.d.mts.map +1 -1
- package/dist/clis/constants.d.mts +248 -1
- package/dist/clis/constants.d.mts.map +1 -1
- package/dist/clis/constants.mjs +139 -9
- package/dist/clis/constants.mjs.map +1 -1
- package/dist/clis/index.d.mts +273 -10
- package/dist/clis/index.d.mts.map +1 -1
- package/dist/clis/index.mjs +171 -15
- package/dist/clis/index.mjs.map +1 -1
- package/dist/clis/utils.d.mts +11 -1
- package/dist/clis/utils.d.mts.map +1 -1
- package/dist/clis/utils.mjs +17 -2
- package/dist/clis/utils.mjs.map +1 -1
- package/dist/document-drive/index.d.ts +2 -2
- package/dist/document-drive/index.d.ts.map +1 -1
- package/dist/document-model/index.d.ts +2 -2
- package/dist/document-model/index.js +85 -53
- package/dist/document-model/index.js.map +1 -1
- package/dist/{index-fzb9xR0z.d.ts → index-lpBA_hRO.d.ts} +4 -5
- package/dist/index-lpBA_hRO.d.ts.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/processors/index.d.ts +1 -1
- package/dist/registry/index.d.ts +1 -1
- package/dist/registry/index.d.ts.map +1 -1
- package/dist/registry/index.js +6 -0
- package/dist/registry/index.js.map +1 -1
- package/dist/{types-DotvSp4R.d.ts → types-KaPjC4vI.d.ts} +2 -2
- package/dist/{types-DotvSp4R.d.ts.map → types-KaPjC4vI.d.ts.map} +1 -1
- package/package.json +3 -3
- package/dist/actions-muZIbpCg.d.ts +0 -2499
- package/dist/actions-muZIbpCg.d.ts.map +0 -1
- package/dist/clis/args/common-Bc8EcW9w.mjs.map +0 -1
- package/dist/clis/args/service-C88bN_g_.d.mts +0 -22
- package/dist/clis/args/service-C88bN_g_.d.mts.map +0 -1
- package/dist/index-fzb9xR0z.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as packageManagerArgs, o as debugArgs } from "./common-
|
|
1
|
+
import { _ as packageManagerArgs, o as debugArgs } from "./common-DPYlcz-d.mjs";
|
|
2
2
|
import { restPositionals, string } from "cmd-ts";
|
|
3
3
|
//#region clis/args/uninstall.ts
|
|
4
4
|
const uninstallArgs = {
|
package/dist/clis/args/vetra.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as DEFAULT_VETRA_CONNECT_PORT, b as getConfig, i as commonServerArgs, r as commonArgs, y as vetraSwitchboardArgs } from "./common-
|
|
1
|
+
import { E as DEFAULT_VETRA_CONNECT_PORT, b as getConfig, i as commonServerArgs, r as commonArgs, y as vetraSwitchboardArgs } from "./common-DPYlcz-d.mjs";
|
|
2
2
|
import { boolean, flag, number, option, optional, string } from "cmd-ts";
|
|
3
3
|
//#region clis/args/vetra.ts
|
|
4
4
|
const vetraArgs = {
|
|
@@ -6,7 +6,7 @@ import { CheckPackageOptions } from "@arethetypeswrong/core";
|
|
|
6
6
|
import { Options } from "publint";
|
|
7
7
|
import { Options as UnusedOptions } from "unplugin-unused";
|
|
8
8
|
|
|
9
|
-
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.
|
|
9
|
+
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@tsdown+css@0.21.1_oxc-resolver@_39351adf6865f78e2b5893ddbf68d8e9/node_modules/tsdown/dist/logger-BUKd5OJy.d.mts
|
|
10
10
|
//#region src/utils/types.d.ts
|
|
11
11
|
type Overwrite<T, U> = Omit<T, keyof U> & U;
|
|
12
12
|
type Awaitable<T> = T | Promise<T>;
|
|
@@ -8475,7 +8475,7 @@ interface GlobDependency {
|
|
|
8475
8475
|
glob: string;
|
|
8476
8476
|
}
|
|
8477
8477
|
//#endregion
|
|
8478
|
-
//#region ../../node_modules/.pnpm/@tsdown+css@0.21.1_@emnapi+core@1.
|
|
8478
|
+
//#region ../../node_modules/.pnpm/@tsdown+css@0.21.1_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_jiti@2.6.1_postcss@8.5.12_t_5e53d755830a64bbd210626090bd9337/node_modules/@tsdown/css/dist/index.d.mts
|
|
8479
8479
|
//#region src/options.d.ts
|
|
8480
8480
|
type LightningCSSOptions = Omit<TransformOptions<any>, "filename" | "code">;
|
|
8481
8481
|
interface CssOptions {
|
|
@@ -9332,7 +9332,7 @@ type TsConfigJson = {
|
|
|
9332
9332
|
references?: TsConfigJson.References[];
|
|
9333
9333
|
};
|
|
9334
9334
|
//#endregion
|
|
9335
|
-
//#region ../../node_modules/.pnpm/rolldown-plugin-dts@0.22.5_oxc-resolver@11.19.0_@emnapi+core@1.
|
|
9335
|
+
//#region ../../node_modules/.pnpm/rolldown-plugin-dts@0.22.5_oxc-resolver@11.19.0_@emnapi+core@1.9.2_@emnapi+runtime@1.9._79bc53ce9b9c0ae1d335b4074097a4f8/node_modules/rolldown-plugin-dts/dist/index.d.mts
|
|
9336
9336
|
//#region src/options.d.ts
|
|
9337
9337
|
interface GeneralOptions {
|
|
9338
9338
|
/**
|
|
@@ -9518,7 +9518,7 @@ interface TsgoOptions {
|
|
|
9518
9518
|
path?: string;
|
|
9519
9519
|
}
|
|
9520
9520
|
//#endregion
|
|
9521
|
-
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.
|
|
9521
|
+
//#region ../../node_modules/.pnpm/tsdown@0.21.1_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_@tsdown+css@0.21.1_oxc-resolver@_39351adf6865f78e2b5893ddbf68d8e9/node_modules/tsdown/dist/types-CuHu3Iaq.d.mts
|
|
9522
9522
|
//#region src/features/copy.d.ts
|
|
9523
9523
|
interface CopyEntry {
|
|
9524
9524
|
/**
|