@socketsecurity/cli-with-sentry 1.1.9 → 1.1.13
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/CHANGELOG.md +49 -28
- package/bin/cli.js +2 -1
- package/bin/npm-cli.js +2 -1
- package/bin/npx-cli.js +2 -1
- package/bin/pnpm-cli.js +29 -0
- package/bin/yarn-cli.js +29 -0
- package/dist/cli.js +786 -566
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +31 -9
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +16 -17
- package/dist/flags.js.map +1 -1
- package/dist/instrument-with-sentry.js +3 -3
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/npm-cli.js +26 -0
- package/dist/npm-cli.js.map +1 -0
- package/dist/npx-cli.js +26 -0
- package/dist/npx-cli.js.map +1 -0
- package/dist/pnpm-cli.js +26 -0
- package/dist/pnpm-cli.js.map +1 -0
- package/dist/shadow-npm-inject.js +4 -4
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/shadow-pnpm-bin.js +235 -0
- package/dist/shadow-pnpm-bin.js.map +1 -0
- package/dist/shadow-yarn-bin.js +200 -0
- package/dist/shadow-yarn-bin.js.map +1 -0
- package/dist/socket-completion.bash +0 -0
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/analytics/cmd-analytics.d.mts +2 -3
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts +2 -3
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
- package/dist/types/commands/ci/cmd-ci.d.mts +2 -3
- package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-auto.d.mts +2 -3
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-get.d.mts +2 -3
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-list.d.mts +2 -3
- package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-set.d.mts +2 -3
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-unset.d.mts +2 -3
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts +2 -3
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/env-helpers.d.mts +1 -1
- package/dist/types/commands/fix/env-helpers.d.mts.map +1 -1
- package/dist/types/commands/fix/git.d.mts +1 -1
- package/dist/types/commands/fix/git.d.mts.map +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts +3 -1
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/pull-request.d.mts +1 -1
- package/dist/types/commands/fix/pull-request.d.mts.map +1 -1
- package/dist/types/commands/fix/types.d.mts +2 -0
- package/dist/types/commands/fix/types.d.mts.map +1 -1
- package/dist/types/commands/install/cmd-install-completion.d.mts +2 -3
- package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -1
- package/dist/types/commands/json/cmd-json.d.mts +2 -3
- package/dist/types/commands/json/cmd-json.d.mts.map +1 -1
- package/dist/types/commands/login/cmd-login.d.mts +2 -3
- package/dist/types/commands/login/cmd-login.d.mts.map +1 -1
- package/dist/types/commands/logout/cmd-logout.d.mts +2 -3
- package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest.d.mts +2 -3
- package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -1
- package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -1
- package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -1
- package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -1
- package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -1
- package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -1
- package/dist/types/commands/npm/cmd-npm.d.mts +2 -3
- package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
- package/dist/types/commands/npx/cmd-npx.d.mts +2 -3
- package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -1
- package/dist/types/commands/oops/cmd-oops.d.mts +2 -3
- package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -1
- package/dist/types/commands/optimize/cmd-optimize.d.mts +2 -3
- package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +2 -3
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-list.d.mts +2 -3
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +2 -3
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +2 -3
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-quota.d.mts +2 -3
- package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -1
- package/dist/types/commands/package/cmd-package-score.d.mts +2 -3
- package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -1
- package/dist/types/commands/package/cmd-package-shallow.d.mts +2 -3
- package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -1
- package/dist/types/commands/patch/cmd-patch.d.mts +2 -3
- package/dist/types/commands/patch/cmd-patch.d.mts.map +1 -1
- package/dist/types/commands/pnpm/cmd-pnpm.d.mts +10 -0
- package/dist/types/commands/pnpm/cmd-pnpm.d.mts.map +1 -0
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +2 -3
- package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -1
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +2 -3
- package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-create.d.mts +2 -3
- package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-del.d.mts +2 -3
- package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-list.d.mts +2 -3
- package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-update.d.mts +2 -3
- package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-view.d.mts +2 -3
- package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -1
- package/dist/types/commands/repository/handle-list-repos.d.mts +2 -1
- package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/output-list-repos.d.mts +2 -1
- package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/types.d.mts +2 -0
- package/dist/types/commands/repository/types.d.mts.map +1 -0
- package/dist/types/commands/scan/cmd-scan-create.d.mts +2 -3
- package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-del.d.mts +2 -3
- package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-diff.d.mts +2 -3
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-github.d.mts +2 -3
- package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-reach.d.mts +2 -3
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-setup.d.mts +2 -3
- package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +1 -1
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +2 -3
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -1
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +2 -3
- package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -1
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts +2 -3
- package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -1
- package/dist/types/commands/yarn/cmd-yarn.d.mts +10 -0
- package/dist/types/commands/yarn/cmd-yarn.d.mts.map +1 -0
- package/dist/types/commands.d.mts +31 -63
- package/dist/types/commands.d.mts.map +1 -1
- package/dist/types/constants.d.mts +15 -1
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/flags.d.mts.map +1 -1
- package/dist/types/npm-cli.d.mts +3 -0
- package/dist/types/npm-cli.d.mts.map +1 -0
- package/dist/types/npx-cli.d.mts +3 -0
- package/dist/types/npx-cli.d.mts.map +1 -0
- package/dist/types/pnpm-cli.d.mts +3 -0
- package/dist/types/pnpm-cli.d.mts.map +1 -0
- package/dist/types/shadow/npm/install.d.mts +1 -1
- package/dist/types/shadow/npm/install.d.mts.map +1 -1
- package/dist/types/shadow/pnpm/bin.d.mts +10 -0
- package/dist/types/shadow/pnpm/bin.d.mts.map +1 -0
- package/dist/types/shadow/pnpm/link.d.mts +2 -0
- package/dist/types/shadow/pnpm/link.d.mts.map +1 -0
- package/dist/types/shadow/yarn/bin.d.mts +10 -0
- package/dist/types/shadow/yarn/bin.d.mts.map +1 -0
- package/dist/types/shadow/yarn/link.d.mts +2 -0
- package/dist/types/shadow/yarn/link.d.mts.map +1 -0
- package/dist/types/utils/alerts-map.d.mts.map +1 -1
- package/dist/types/utils/cmd.d.mts +25 -1
- package/dist/types/utils/cmd.d.mts.map +1 -1
- package/dist/types/utils/coana.d.mts.map +1 -1
- package/dist/types/utils/config.d.mts +1 -1
- package/dist/types/utils/config.d.mts.map +1 -1
- package/dist/types/utils/git.d.mts +4 -4
- package/dist/types/utils/git.d.mts.map +1 -1
- package/dist/types/utils/github.d.mts.map +1 -1
- package/dist/types/utils/lockfile.d.mts +1 -1
- package/dist/types/utils/lockfile.d.mts.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts +16 -1
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/types/utils/npm-config.d.mts +1 -1
- package/dist/types/utils/npm-config.d.mts.map +1 -1
- package/dist/types/utils/npm-package-arg.d.mts +1 -1
- package/dist/types/utils/npm-package-arg.d.mts.map +1 -1
- package/dist/types/utils/output-formatting.d.mts.map +1 -1
- package/dist/types/utils/package-environment.d.mts.map +1 -1
- package/dist/types/utils/pnpm-paths.d.mts +5 -0
- package/dist/types/utils/pnpm-paths.d.mts.map +1 -0
- package/dist/types/utils/pnpm.d.mts +2 -2
- package/dist/types/utils/pnpm.d.mts.map +1 -1
- package/dist/types/utils/purl.d.mts +6 -6
- package/dist/types/utils/purl.d.mts.map +1 -1
- package/dist/types/utils/sdk.d.mts.map +1 -1
- package/dist/types/utils/semver.d.mts +2 -2
- package/dist/types/utils/semver.d.mts.map +1 -1
- package/dist/types/utils/socket-json.d.mts +3 -0
- package/dist/types/utils/socket-json.d.mts.map +1 -1
- package/dist/types/utils/strings.d.mts +2 -0
- package/dist/types/utils/strings.d.mts.map +1 -0
- package/dist/types/utils/yarn-paths.d.mts +5 -0
- package/dist/types/utils/yarn-paths.d.mts.map +1 -0
- package/dist/types/utils/yarn-version.d.mts +2 -0
- package/dist/types/utils/yarn-version.d.mts.map +1 -0
- package/dist/types/yarn-cli.d.mts +3 -0
- package/dist/types/yarn-cli.d.mts.map +1 -0
- package/dist/utils.js +404 -104
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +58633 -64690
- package/dist/yarn-cli.js +26 -0
- package/dist/yarn-cli.js.map +1 -0
- package/external/blessed/lib/tput.js +13 -13
- package/external/blessed/lib/widgets/ansiimage.js +1 -1
- package/external/blessed/lib/widgets/bigtext.js +1 -1
- package/external/blessed/lib/widgets/box.js +1 -1
- package/external/blessed/lib/widgets/button.js +1 -1
- package/external/blessed/lib/widgets/checkbox.js +1 -1
- package/external/blessed/lib/widgets/element.js +1 -1
- package/external/blessed/lib/widgets/filemanager.js +1 -1
- package/external/blessed/lib/widgets/form.js +1 -1
- package/external/blessed/lib/widgets/image.js +1 -1
- package/external/blessed/lib/widgets/input.js +1 -1
- package/external/blessed/lib/widgets/layout.js +1 -1
- package/external/blessed/lib/widgets/line.js +1 -1
- package/external/blessed/lib/widgets/list.js +1 -1
- package/external/blessed/lib/widgets/listbar.js +1 -1
- package/external/blessed/lib/widgets/listtable.js +1 -1
- package/external/blessed/lib/widgets/loading.js +1 -1
- package/external/blessed/lib/widgets/log.js +1 -1
- package/external/blessed/lib/widgets/message.js +1 -1
- package/external/blessed/lib/widgets/node.js +3 -2
- package/external/blessed/lib/widgets/overlayimage.js +1 -1
- package/external/blessed/lib/widgets/progressbar.js +1 -1
- package/external/blessed/lib/widgets/prompt.js +1 -1
- package/external/blessed/lib/widgets/question.js +1 -1
- package/external/blessed/lib/widgets/radiobutton.js +1 -1
- package/external/blessed/lib/widgets/radioset.js +1 -1
- package/external/blessed/lib/widgets/screen.js +8 -6
- package/external/blessed/lib/widgets/scrollablebox.js +1 -1
- package/external/blessed/lib/widgets/scrollabletext.js +1 -1
- package/external/blessed/lib/widgets/table.js +1 -1
- package/external/blessed/lib/widgets/terminal.js +1 -1
- package/external/blessed/lib/widgets/text.js +1 -1
- package/external/blessed/lib/widgets/textarea.js +1 -1
- package/external/blessed/lib/widgets/textbox.js +1 -1
- package/external/blessed/lib/widgets/video.js +1 -1
- package/external/blessed/vendor/tng.js +11 -4
- package/external/blessed-contrib/lib/widget/charts/bar.js +4 -4
- package/external/blessed-contrib/lib/widget/charts/line.js +4 -4
- package/logo-dark.png +0 -0
- package/logo-light.png +0 -0
- package/package.json +67 -94
- package/shadow-bin/npm +1 -1
- package/shadow-bin/npx +1 -1
- package/shadow-bin/pnpm +27 -0
- package/shadow-bin/yarn +27 -0
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "analytics";
|
|
2
3
|
export declare const cmdAnalytics: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-analytics.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-analytics.d.mts","sourceRoot":"","sources":["../../../../src/commands/analytics/cmd-analytics.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-analytics.d.mts","sourceRoot":"","sources":["../../../../src/commands/analytics/cmd-analytics.mts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,QAAQ,cAAc,CAAA;AAMnC,eAAO,MAAM,YAAY;;;;CAIxB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAwJf"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "audit-log";
|
|
2
3
|
export declare const cmdAuditLog: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-audit-log.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-audit-log.d.mts","sourceRoot":"","sources":["../../../../src/commands/audit-log/cmd-audit-log.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-audit-log.d.mts","sourceRoot":"","sources":["../../../../src/commands/audit-log/cmd-audit-log.mts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,QAAQ,cAAc,CAAA;AAMnC,eAAO,MAAM,WAAW;;;;CAIvB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAuJf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdCI: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-ci.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-ci.d.mts","sourceRoot":"","sources":["../../../../src/commands/ci/cmd-ci.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-ci.d.mts","sourceRoot":"","sources":["../../../../src/commands/ci/cmd-ci.mts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAuC9C,eAAO,MAAM,KAAK;;;;CAIjB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAgBf"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "auto";
|
|
2
3
|
export declare const cmdConfigAuto: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-config-auto.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-config-auto.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-auto.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-config-auto.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-auto.mts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,QAAQ,SAAS,CAAA;AAO9B,eAAO,MAAM,aAAa;;;;CAIzB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAuEf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdConfigGet: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-config-get.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-config-get.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-get.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-config-get.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-get.mts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AA+B9C,eAAO,MAAM,YAAY;;;;CAIxB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CA4Cf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdConfigList: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-config-list.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-config-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-list.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-config-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-list.mts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AA2B9C,eAAO,MAAM,aAAa;;;;CAIzB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAkCf"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "set";
|
|
2
3
|
export declare const cmdConfigSet: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-config-set.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-config-set.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-set.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-config-set.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-set.mts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,QAAQ,QAAQ,CAAA;AAM7B,eAAO,MAAM,YAAY;;;;CAIxB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAwFf"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "unset";
|
|
2
3
|
export declare const cmdConfigUnset: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-config-unset.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-config-unset.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-unset.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-config-unset.d.mts","sourceRoot":"","sources":["../../../../src/commands/config/cmd-config-unset.mts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,QAAQ,UAAU,CAAA;AAM/B,eAAO,MAAM,cAAc;;;;CAI1B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAyEf"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "fix";
|
|
2
3
|
export declare const cmdFix: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-fix.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/cmd-fix.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/cmd-fix.mts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAG9C,eAAO,MAAM,QAAQ,QAAQ,CAAA;AAQ7B,eAAO,MAAM,MAAM;;;;CAIlB,CAAA;AA+GD,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAmIf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coana-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/coana-fix.mts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAE9C,wBAAsB,QAAQ,CAC5B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"coana-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/coana-fix.mts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAE9C,wBAAsB,QAAQ,CAC5B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC,CAsVtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-helpers.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/env-helpers.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AAkBnD,MAAM,WAAW,MAAM;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,OAAO,CAAA;IACb,GAAG,EAAE,OAAO,EAAE,CAAA;IACd,QAAQ,EAAE,QAAQ,GAAG,
|
|
1
|
+
{"version":3,"file":"env-helpers.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/env-helpers.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AAkBnD,MAAM,WAAW,MAAM;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,OAAO,CAAA;IACb,GAAG,EAAE,OAAO,EAAE,CAAA;IACd,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC/B;AAED,wBAAsB,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC,CAuDjD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GhsaDetails } from '../../utils/github.mts';
|
|
2
|
-
export type SocketFixBranchParser = (branch: string) => SocketFixBranchParseResult |
|
|
2
|
+
export type SocketFixBranchParser = (branch: string) => SocketFixBranchParseResult | undefined;
|
|
3
3
|
export type SocketFixBranchParseResult = {
|
|
4
4
|
ghsaId: string;
|
|
5
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"git.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/git.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAIzD,MAAM,MAAM,qBAAqB,GAAG,CAClC,MAAM,EAAE,MAAM,KACX,0BAA0B,GAAG,
|
|
1
|
+
{"version":3,"file":"git.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/git.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAIzD,MAAM,MAAM,qBAAqB,GAAG,CAClC,MAAM,EAAE,MAAM,KACX,0BAA0B,GAAG,SAAS,CAAA;AAE3C,MAAM,MAAM,0BAA0B,GAAG;IACvC,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,wBAAgB,2BAA2B,CACzC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAC1B,qBAAqB,CAYvB;AAED,eAAO,MAAM,4BAA4B,uBAAgC,CAAA;AAEzE,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAE7D;AAED,wBAAgB,yBAAyB,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAE7E;AAED,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,GAChC,MAAM,CAGR;AAED,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,GACrC,MAAM,CAuCR;AAED,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,CAKtE"}
|
|
@@ -6,11 +6,13 @@ export type HandleFixConfig = Remap<FixConfig & {
|
|
|
6
6
|
orgSlug: string;
|
|
7
7
|
outputKind: OutputKind;
|
|
8
8
|
unknownFlags: string[];
|
|
9
|
+
onlyCompute: boolean;
|
|
10
|
+
outputFile: string;
|
|
9
11
|
}>;
|
|
10
12
|
/**
|
|
11
13
|
* Converts mixed CVE/GHSA/PURL IDs to GHSA IDs only.
|
|
12
14
|
* Filters out invalid IDs and logs conversion results.
|
|
13
15
|
*/
|
|
14
16
|
export declare function convertIdsToGhsas(ids: string[]): Promise<string[]>;
|
|
15
|
-
export declare function handleFix({ autopilot, cwd, ghsas, limit, minSatisfying, orgSlug, outputKind, prCheck, rangeStyle, spinner, unknownFlags }: HandleFixConfig): Promise<void>;
|
|
17
|
+
export declare function handleFix({ autopilot, cwd, ghsas, limit, minSatisfying, onlyCompute, orgSlug, outputFile, outputKind, prCheck, rangeStyle, spinner, unknownFlags }: HandleFixConfig): Promise<void>;
|
|
16
18
|
//# sourceMappingURL=handle-fix.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/handle-fix.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAA;AAKjE,MAAM,MAAM,eAAe,GAAG,KAAK,CACjC,SAAS,GAAG;IACV,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,UAAU,CAAA;IACtB,YAAY,EAAE,MAAM,EAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"handle-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/handle-fix.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAA;AAKjE,MAAM,MAAM,eAAe,GAAG,KAAK,CACjC,SAAS,GAAG;IACV,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,UAAU,CAAA;IACtB,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;CACnB,CACF,CAAA;AAED;;;GAGG;AACH,wBAAsB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CA0DxE;AAED,wBAAsB,SAAS,CAAC,EAC9B,SAAS,EACT,GAAG,EACH,KAAK,EACL,KAAK,EACL,aAAa,EACb,WAAW,EACX,OAAO,EACP,UAAU,EACV,UAAU,EACV,OAAO,EACP,UAAU,EACV,OAAO,EACP,YAAY,EACb,EAAE,eAAe,iBAmBjB"}
|
|
@@ -5,7 +5,7 @@ export type OpenSocketFixPrOptions = {
|
|
|
5
5
|
cwd?: string | undefined;
|
|
6
6
|
ghsaDetails?: Map<string, GhsaDetails> | undefined;
|
|
7
7
|
};
|
|
8
|
-
export declare function openSocketFixPr(owner: string, repo: string, branch: string, ghsaIds: string[], options?: OpenSocketFixPrOptions | undefined): Promise<OctokitResponse<Pr> |
|
|
8
|
+
export declare function openSocketFixPr(owner: string, repo: string, branch: string, ghsaIds: string[], options?: OpenSocketFixPrOptions | undefined): Promise<OctokitResponse<Pr> | undefined>;
|
|
9
9
|
export type GQL_MERGE_STATE_STATUS = 'BEHIND' | 'BLOCKED' | 'CLEAN' | 'DIRTY' | 'DRAFT' | 'HAS_HOOKS' | 'UNKNOWN' | 'UNSTABLE';
|
|
10
10
|
export type GQL_PR_STATE = 'OPEN' | 'CLOSED' | 'MERGED';
|
|
11
11
|
export type PrMatch = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pull-request.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/pull-request.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pull-request.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/pull-request.mts"],"names":[],"mappings":"AAkBA,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,EAAE,EAKR,MAAM,wBAAwB,CAAA;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAGrD,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACxB,WAAW,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,SAAS,CAAA;CACnD,CAAA;AAED,wBAAsB,eAAe,CACnC,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EAAE,EACjB,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,GAC3C,OAAO,CAAC,eAAe,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,CAqC1C;AAED,MAAM,MAAM,sBAAsB,GAC9B,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,OAAO,GACP,WAAW,GACX,SAAS,GACT,UAAU,CAAA;AAEd,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAA;AAEvD,MAAM,MAAM,OAAO,GAAG;IACpB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,sBAAsB,CAAA;IACxC,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,wBAAsB,mBAAmB,CACvC,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,OAAO,EAAE,CAAC,CAyFpB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,MAAM,CAAC,EAAE,KAAK,GAAG,YAAY,GAAG,YAAY,EAAE,CAAA;CAC/C,CAAA;AAED,wBAAsB,eAAe,CACnC,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gBAAgB,GAAG,SAAS,GACrC,OAAO,CAAC,OAAO,EAAE,CAAC,CAIpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/types.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAA;AAEnE,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,EAAE,OAAO,CAAA;IAClB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,OAAO,CAAA;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAA;IAC5B,YAAY,EAAE,MAAM,EAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/types.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAA;AAEnE,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,EAAE,OAAO,CAAA;IAClB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,OAAO,CAAA;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAA;IAC5B,YAAY,EAAE,MAAM,EAAE,CAAA;IACtB,WAAW,EAAE,OAAO,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdInstallCompletion: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-install-completion.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-install-completion.d.mts","sourceRoot":"","sources":["../../../../src/commands/install/cmd-install-completion.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-install-completion.d.mts","sourceRoot":"","sources":["../../../../src/commands/install/cmd-install-completion.mts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAuC9C,eAAO,MAAM,oBAAoB;;;;CAIhC,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAkBf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdJson: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-json.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-json.d.mts","sourceRoot":"","sources":["../../../../src/commands/json/cmd-json.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-json.d.mts","sourceRoot":"","sources":["../../../../src/commands/json/cmd-json.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAqB9C,eAAO,MAAM,OAAO;;;;CAInB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAcf"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME = "login";
|
|
2
3
|
export declare const cmdLogin: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-login.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-login.d.mts","sourceRoot":"","sources":["../../../../src/commands/login/cmd-login.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-login.d.mts","sourceRoot":"","sources":["../../../../src/commands/login/cmd-login.mts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,QAAQ,UAAU,CAAA;AAM/B,eAAO,MAAM,QAAQ;;;;CAIpB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CA8Df"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdLogout: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-logout.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-logout.d.mts","sourceRoot":"","sources":["../../../../src/commands/logout/cmd-logout.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-logout.d.mts","sourceRoot":"","sources":["../../../../src/commands/logout/cmd-logout.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAoB9C,eAAO,MAAM,SAAS;;;;CAIrB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAgBf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestAuto: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-auto.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-auto.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-auto.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-auto.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-auto.mts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAoC9C,eAAO,MAAM,eAAe;;;;CAI3B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAkEf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestCdxgen: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta,
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, context: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-cdxgen.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-cdxgen.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-cdxgen.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-cdxgen.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-cdxgen.mts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAqN9C,eAAO,MAAM,iBAAiB;;;;CAI7B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,IAAI,CAAC,CAyFf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestConda: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-conda.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-conda.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-conda.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-conda.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-conda.mts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAuD9C,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CA+Hf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestGradle: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-gradle.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-gradle.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-gradle.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-gradle.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-gradle.mts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAyD9C,eAAO,MAAM,iBAAiB;;;;CAI7B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAsGf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestKotlin: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-kotlin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-kotlin.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-kotlin.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-kotlin.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-kotlin.mts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AA8D9C,eAAO,MAAM,iBAAiB;;;;CAI7B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAsGf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestScala: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-scala.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-scala.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-scala.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-scala.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-scala.mts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAsE9C,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAuHf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifestSetup: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest-setup.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest-setup.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-setup.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest-setup.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest-setup.mts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AA8C9C,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CAuBf"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const cmdManifest: {
|
|
2
3
|
description: string;
|
|
3
4
|
hidden: boolean;
|
|
4
5
|
run: typeof run;
|
|
5
6
|
};
|
|
6
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }:
|
|
7
|
-
parentName: string;
|
|
8
|
-
}): Promise<void>;
|
|
7
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise<void>;
|
|
9
8
|
export {};
|
|
10
9
|
//# sourceMappingURL=cmd-manifest.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-manifest.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-manifest.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/cmd-manifest.mts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAqC9C,eAAO,MAAM,WAAW;;;;CAIvB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE,iBAAiB,GAChC,OAAO,CAAC,IAAI,CAAC,CA0Bf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detect-manifest-actions.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/detect-manifest-actions.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"detect-manifest-actions.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/detect-manifest-actions.mts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAA;AAE7D,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,GAAG,EAAE,OAAO,CAAA;CACb;AAED,wBAAsB,qBAAqB;AACzC,0EAA0E;AAC1E,kEAAkE;AAClE,QAAQ,EAAE,UAAU,GAAG,IAAI,EAC3B,GAAG,SAAgB,GAClB,OAAO,CAAC,oBAAoB,CAAC,CAkD/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate_auto_manifest.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/generate_auto_manifest.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generate_auto_manifest.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/generate_auto_manifest.mts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAA;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,oBAAoB,CAAC,EACzC,GAAG,EACH,QAAQ,EACR,UAAU,EACV,OAAO,EACR,EAAE;IACD,QAAQ,EAAE,oBAAoB,CAAA;IAC9B,GAAG,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,OAAO,CAAA;CACjB,iBAwDA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output-requirements.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/output-requirements.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"output-requirements.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/output-requirements.mts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAE1D,wBAAsB,kBAAkB,CACtC,MAAM,EAAE,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC,EACjD,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,MAAM,iBAuDZ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run-cdxgen.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/run-cdxgen.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"run-cdxgen.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/run-cdxgen.mts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAEV,eAAe,EAChB,MAAM,0BAA0B,CAAA;AAejC,MAAM,MAAM,UAAU,GAAG;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CACzE,CAAA;AAkCD,wBAAsB,SAAS,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,eAAe,CAAC,CAuI7E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup-manifest-config.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/setup-manifest-config.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"setup-manifest-config.d.mts","sourceRoot":"","sources":["../../../../src/commands/manifest/setup-manifest-config.mts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAG9C,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,MAAM,EACX,kBAAkB,UAAQ,GACzB,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAwK3B"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts';
|
|
1
2
|
export declare const CMD_NAME: "npm";
|
|
2
3
|
export declare const cmdNpm: {
|
|
3
4
|
description: string;
|
|
4
5
|
hidden: boolean;
|
|
5
6
|
run: typeof run;
|
|
6
7
|
};
|
|
7
|
-
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta,
|
|
8
|
-
parentName: string;
|
|
9
|
-
}): Promise<void>;
|
|
8
|
+
declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, context: CliCommandContext): Promise<void>;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=cmd-npm.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmd-npm.d.mts","sourceRoot":"","sources":["../../../../src/commands/npm/cmd-npm.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cmd-npm.d.mts","sourceRoot":"","sources":["../../../../src/commands/npm/cmd-npm.mts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,uCAAuC,CAAA;AAI9C,eAAO,MAAM,QAAQ,OAAM,CAAA;AAM3B,eAAO,MAAM,MAAM;;;;CAIlB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,IAAI,CAAC,CAoEf"}
|