snow-flow 8.6.25 → 8.6.26

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -3
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -1987,10 +1987,10 @@ async function checkAndInstallSnowCode() {
1987
1987
  }
1988
1988
  // ALWAYS install SnowCode locally in the project directory with platform binaries
1989
1989
  console.log(chalk_1.default.blue('\nšŸ“¦ Installing SnowCode locally (with platform binaries)...'));
1990
- console.log(chalk_1.default.dim('Installing @groeimetai/snowcode@0.15.23...'));
1990
+ console.log(chalk_1.default.dim('Installing @groeimetai/snowcode@0.15.24...'));
1991
1991
  try {
1992
1992
  const projectDir = process.cwd();
1993
- execSync('npm install @groeimetai/snowcode@0.15.23', {
1993
+ execSync('npm install @groeimetai/snowcode@0.15.24', {
1994
1994
  cwd: projectDir,
1995
1995
  stdio: 'inherit'
1996
1996
  });
@@ -2000,7 +2000,7 @@ async function checkAndInstallSnowCode() {
2000
2000
  }
2001
2001
  catch (error) {
2002
2002
  console.log(chalk_1.default.red('\nāŒ Failed to install SnowCode locally'));
2003
- console.log(chalk_1.default.yellow('Please install it manually: ') + chalk_1.default.cyan('npm install @groeimetai/snowcode@0.15.23'));
2003
+ console.log(chalk_1.default.yellow('Please install it manually: ') + chalk_1.default.cyan('npm install @groeimetai/snowcode@0.15.24'));
2004
2004
  console.log(chalk_1.default.dim('This is required for the compiled binaries'));
2005
2005
  return false;
2006
2006
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "8.6.25",
3
+ "version": "8.6.26",
4
4
  "description": "ServiceNow development with SnowCode - 75+ LLM providers (Claude, GPT, Gemini, Llama, Mistral, DeepSeek, Groq, Ollama) • 410 Optimized Tools • 2 MCP Servers • Native Predictive Intelligence builder • Multi-agent orchestration • Use ANY AI coding assistant",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
@@ -530,7 +530,7 @@
530
530
  "typescript": "5.9.3"
531
531
  },
532
532
  "peerDependencies": {
533
- "@groeimetai/snowcode": ">=0.15.23"
533
+ "@groeimetai/snowcode": ">=0.15.24"
534
534
  },
535
535
  "peerDependenciesMeta": {
536
536
  "@groeimetai/snowcode": {