@blockrun/clawrouter 0.12.54 → 0.12.56

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/clawrouter",
3
- "version": "0.12.54",
3
+ "version": "0.12.56",
4
4
  "description": "Smart LLM router — save 92% on inference costs. 41+ models, one wallet, x402 micropayments.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -69,7 +69,7 @@
69
69
  "url": "git+https://github.com/BlockRunAI/ClawRouter.git"
70
70
  },
71
71
  "dependencies": {
72
- "@scure/bip32": "^1.6.0",
72
+ "@scure/bip32": "^2.0.1",
73
73
  "@scure/bip39": "^1.5.0",
74
74
  "@solana/kit": "^5.0.0",
75
75
  "@x402/evm": "^2.7.0",
@@ -247,7 +247,8 @@ try {
247
247
  'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
248
248
  'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
249
249
  'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
250
- 'xai/grok-3', 'minimax/minimax-m2.5'
250
+ 'xai/grok-3', 'minimax/minimax-m2.5',
251
+ 'zai/glm-5', 'zai/glm-5-turbo'
251
252
  ];
252
253
 
253
254
  if (!config.agents) config.agents = {};
package/scripts/update.sh CHANGED
@@ -198,7 +198,8 @@ try {
198
198
  'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
199
199
  'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
200
200
  'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
201
- 'xai/grok-3', 'minimax/minimax-m2.5'
201
+ 'xai/grok-3', 'minimax/minimax-m2.5',
202
+ 'zai/glm-5', 'zai/glm-5-turbo'
202
203
  ];
203
204
 
204
205
  if (!config.agents) config.agents = {};