@jvittechs/jai1-cli 0.1.55 → 0.1.56
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 +5 -5
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -33,7 +33,7 @@ var NetworkError = class extends Jai1Error {
|
|
|
33
33
|
// package.json
|
|
34
34
|
var package_default = {
|
|
35
35
|
name: "@jvittechs/jai1-cli",
|
|
36
|
-
version: "0.1.
|
|
36
|
+
version: "0.1.56",
|
|
37
37
|
description: "Unified CLI for Jai1 Framework Management and Redmine Context Sync",
|
|
38
38
|
type: "module",
|
|
39
39
|
bin: {
|
|
@@ -4878,10 +4878,10 @@ ${colors2.red}\u274C Upgrade failed!${colors2.reset}`);
|
|
|
4878
4878
|
`);
|
|
4879
4879
|
console.error(`${colors2.yellow}\u{1F4A1} You can try manually upgrading with:${colors2.reset}`);
|
|
4880
4880
|
const manualCommands = {
|
|
4881
|
-
npm: `npm install -g @jvittechs/jai1-
|
|
4882
|
-
pnpm: `pnpm add -g @jvittechs/jai1-
|
|
4883
|
-
yarn: `yarn global add @jvittechs/jai1-
|
|
4884
|
-
bun: `bun add -g @jvittechs/jai1-
|
|
4881
|
+
npm: `npm install -g @jvittechs/jai1-cli@latest`,
|
|
4882
|
+
pnpm: `pnpm add -g @jvittechs/jai1-cli@latest`,
|
|
4883
|
+
yarn: `yarn global add @jvittechs/jai1-cli@latest`,
|
|
4884
|
+
bun: `bun add -g @jvittechs/jai1-cli@latest`
|
|
4885
4885
|
};
|
|
4886
4886
|
console.error(` ${colors2.cyan}${manualCommands[packageManager]}${colors2.reset}
|
|
4887
4887
|
`);
|