@boltic/cli 1.0.44 → 1.0.45

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.
@@ -2350,7 +2350,7 @@ async function handleStatus(args = []) {
2350
2350
  lastStatus = status;
2351
2351
  } else if (iteration % 3 === 0) {
2352
2352
  // Show a dot every 3 iterations to indicate it's still polling
2353
- process.stdout.write(chalk.dim("."));
2353
+ process.stdout.write(chalk.dim(".\n"));
2354
2354
  }
2355
2355
 
2356
2356
  // Check if we've reached a terminal state
@@ -14,10 +14,10 @@ import ora from "ora";
14
14
  // Supported languages and their versions
15
15
  export const SUPPORTED_LANGUAGES = ["nodejs", "python", "golang", "java"];
16
16
  export const LANGUAGE_VERSIONS = {
17
- nodejs: "20",
17
+ nodejs: "24",
18
18
  python: "3",
19
- golang: "1.22",
20
- java: "17",
19
+ golang: "1.24",
20
+ java: "21",
21
21
  };
22
22
 
23
23
  // Handler mapping per language
@@ -935,7 +935,7 @@ public class AutogenIndex {
935
935
  function getGoModContent(appName) {
936
936
  return `module ${appName}
937
937
 
938
- go 1.22
938
+ go 1.24
939
939
  `;
940
940
  }
941
941
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/cli",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Professional CLI for interacting with the Boltic platform — create, manage, and publish integrations, serverless functions, workflows, MCPs, and more with enterprise-grade features and a seamless developer experience",
5
5
  "main": "index.js",
6
6
  "bin": {