@tokagent/tokagentos 2.0.16 → 2.0.17

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": "@tokagent/tokagentos",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "tokagentOS CLI - Create and upgrade tokagentOS project templates",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokagent/plugin-tokagent-billing",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "elizaOS plugin: Web3 credit-billing routes and middleware for the tokagentos LLM gateway.",
5
5
  "type": "module",
6
6
  "publishConfig": { "access": "public" },
@@ -138,7 +138,7 @@ async function proxyToLiteLLM(
138
138
  const litellmBaseUrl = (config as { litellmBaseUrl?: string }).litellmBaseUrl;
139
139
  const litellmApiKey = (config as { litellmApiKey?: string }).litellmApiKey;
140
140
  if (!litellmBaseUrl) {
141
- await gate.release?.("upstream_error");
141
+ await gate.release?.("released_error");
142
142
  res.status(503).json({
143
143
  error: {
144
144
  type: "service_unavailable",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-05-19T18:37:22.113Z",
3
+ "generatedAt": "2026-05-19T18:38:05.516Z",
4
4
  "repoUrl": "https://github.com/elizaos/eliza",
5
5
  "templates": [
6
6
  {