snow-flow 8.6.11 → 8.6.12
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.12",
|
|
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",
|
|
@@ -490,7 +490,6 @@
|
|
|
490
490
|
"@anthropic-ai/claude-agent-sdk": "0.1.1",
|
|
491
491
|
"@anthropic-ai/sdk": "0.67.0",
|
|
492
492
|
"@clack/prompts": "^0.11.0",
|
|
493
|
-
"@groeimetai/snowcode": "^0.15.14",
|
|
494
493
|
"@modelcontextprotocol/sdk": "1.20.1",
|
|
495
494
|
"@tensorflow/tfjs": "^4.22.0",
|
|
496
495
|
"@types/node-fetch": "^2.6.13",
|
|
@@ -512,6 +511,7 @@
|
|
|
512
511
|
"zod": "4.1.12"
|
|
513
512
|
},
|
|
514
513
|
"optionalDependencies": {
|
|
514
|
+
"@groeimetai/snowcode": "^0.15.14",
|
|
515
515
|
"opencode-darwin-arm64": "^0.15.14"
|
|
516
516
|
},
|
|
517
517
|
"devDependencies": {
|