stackpack-cli 0.3.3 → 0.3.4
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/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
//#region src/cli.ts
|
|
3
3
|
if (process.argv.includes("--no-color")) process.env.NO_COLOR = "1";
|
|
4
|
-
const { runCli } = await import("./program-
|
|
4
|
+
const { runCli } = await import("./program-Cis7OMvk.js");
|
|
5
5
|
await runCli(process.argv);
|
|
6
6
|
process.exit(process.exitCode ?? 0);
|
|
7
7
|
//#endregion
|
|
@@ -4828,7 +4828,7 @@ async function getUpdateNotice(currentVersion) {
|
|
|
4828
4828
|
}
|
|
4829
4829
|
//#endregion
|
|
4830
4830
|
//#region src/version.ts
|
|
4831
|
-
const VERSION = "0.3.
|
|
4831
|
+
const VERSION = "0.3.4";
|
|
4832
4832
|
//#endregion
|
|
4833
4833
|
//#region src/program.ts
|
|
4834
4834
|
const packageManagerOption = new Option("--package-manager <manager>", "package manager to use").choices([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stackpack-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Local-first, privacy-focused terminal integration builder for JavaScript and TypeScript projects. Official tooling first, presets stay on your device.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|