snow-flow 5.0.1 → 5.0.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "5.0.1",
4
- "description": "CLAUDE AGENT SDK INTEGRATION - v5.0.1 with @anthropic-ai/claude-agent-sdk@0.1.2 featuring 86% code reduction (2832→400 lines), unified MCP server (235+ tools), SDK-native execution, intelligent orchestration, advanced memory, and 2.8-4.4x parallelization speedup.",
3
+ "version": "5.0.2",
4
+ "description": "CLAUDE AGENT SDK INTEGRATION - v5.0.2 with @anthropic-ai/claude-agent-sdk@0.1.1 (official latest) featuring 86% code reduction (2832→400 lines), unified MCP server (235+ tools), SDK-native execution, intelligent orchestration, advanced memory, and 2.8-4.4x parallelization speedup.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
7
7
  "bin": {
@@ -457,7 +457,7 @@
457
457
  "npm": ">=8.0.0"
458
458
  },
459
459
  "dependencies": {
460
- "@anthropic-ai/claude-agent-sdk": "^0.1.2",
460
+ "@anthropic-ai/claude-agent-sdk": "0.1.1",
461
461
  "@anthropic-ai/sdk": "^0.65.0",
462
462
  "@modelcontextprotocol/sdk": "^1.15.1",
463
463
  "@tensorflow/tfjs-node": "^4.22.0",