snow-flow 8.4.41 → 8.4.42
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.42",
|
|
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",
|
|
@@ -505,12 +505,14 @@
|
|
|
505
505
|
"gradient-string": "^3.0.0",
|
|
506
506
|
"inquirer": "^8.2.7",
|
|
507
507
|
"neo4j-driver": "6.0.0",
|
|
508
|
-
"opencode-darwin-arm64": "^0.15.14",
|
|
509
508
|
"ora": "^5.4.1",
|
|
510
509
|
"uuid": "13.0.0",
|
|
511
510
|
"winston": "3.18.3",
|
|
512
511
|
"zod": "4.1.12"
|
|
513
512
|
},
|
|
513
|
+
"optionalDependencies": {
|
|
514
|
+
"opencode-darwin-arm64": "^0.15.14"
|
|
515
|
+
},
|
|
514
516
|
"devDependencies": {
|
|
515
517
|
"@semantic-release/changelog": "^6.0.3",
|
|
516
518
|
"@semantic-release/git": "^10.0.1",
|