snow-flow 8.4.35 ā 8.4.36
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 +3 -3
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -1789,10 +1789,10 @@ async function checkAndInstallSnowCode() {
|
|
|
1789
1789
|
}
|
|
1790
1790
|
// ALWAYS install SnowCode locally in the project directory with platform binaries
|
|
1791
1791
|
console.log(chalk_1.default.blue('\nš¦ Installing SnowCode locally (with platform binaries)...'));
|
|
1792
|
-
console.log(chalk_1.default.dim('Installing @groeimetai/snowcode@0.15.14-snow-flow-
|
|
1792
|
+
console.log(chalk_1.default.dim('Installing @groeimetai/snowcode@0.15.14-snow-flow-4...'));
|
|
1793
1793
|
try {
|
|
1794
1794
|
const projectDir = process.cwd();
|
|
1795
|
-
execSync('npm install @groeimetai/snowcode@0.15.14-snow-flow-
|
|
1795
|
+
execSync('npm install @groeimetai/snowcode@0.15.14-snow-flow-4', {
|
|
1796
1796
|
cwd: projectDir,
|
|
1797
1797
|
stdio: 'inherit'
|
|
1798
1798
|
});
|
|
@@ -1801,7 +1801,7 @@ async function checkAndInstallSnowCode() {
|
|
|
1801
1801
|
}
|
|
1802
1802
|
catch (error) {
|
|
1803
1803
|
console.log(chalk_1.default.red('\nā Failed to install SnowCode locally'));
|
|
1804
|
-
console.log(chalk_1.default.yellow('Please install it manually: ') + chalk_1.default.cyan('npm install @groeimetai/snowcode@0.15.14-snow-flow-
|
|
1804
|
+
console.log(chalk_1.default.yellow('Please install it manually: ') + chalk_1.default.cyan('npm install @groeimetai/snowcode@0.15.14-snow-flow-4'));
|
|
1805
1805
|
console.log(chalk_1.default.dim('This is required for the compiled binaries'));
|
|
1806
1806
|
return false;
|
|
1807
1807
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.36",
|
|
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",
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"typescript": "5.9.3"
|
|
528
528
|
},
|
|
529
529
|
"peerDependencies": {
|
|
530
|
-
"@groeimetai/snowcode": "0.15.14-snow-flow-
|
|
530
|
+
"@groeimetai/snowcode": "0.15.14-snow-flow-4"
|
|
531
531
|
},
|
|
532
532
|
"peerDependenciesMeta": {
|
|
533
533
|
"@groeimetai/snowcode": {
|