@elsium-ai/app 0.6.0 → 0.7.0

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 (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -2337,6 +2337,8 @@ function createNoopSpan(name, kind) {
2337
2337
  }
2338
2338
  };
2339
2339
  }
2340
+ // ../observe/src/audit.ts
2341
+ var ZERO_HASH = "0".repeat(64);
2340
2342
  // ../observe/src/experiment.ts
2341
2343
  var log8 = createLogger();
2342
2344
  // ../observe/src/otel.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elsium-ai/app",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "App bootstrap, HTTP server, and API routes for ElsiumAI",
5
5
  "license": "MIT",
6
6
  "author": "Eric Utrera <ebutrera9103@gmail.com>",
@@ -26,13 +26,13 @@
26
26
  "dev": "bun --watch src/index.ts"
27
27
  },
28
28
  "dependencies": {
29
- "@elsium-ai/core": "^0.6.0",
30
- "@elsium-ai/gateway": "^0.6.0",
31
- "@elsium-ai/agents": "^0.6.0",
32
- "@elsium-ai/tools": "^0.6.0",
33
- "@elsium-ai/observe": "^0.6.0",
34
- "@elsium-ai/rag": "^0.6.0",
35
- "@elsium-ai/workflows": "^0.6.0",
29
+ "@elsium-ai/core": "^0.7.0",
30
+ "@elsium-ai/gateway": "^0.7.0",
31
+ "@elsium-ai/agents": "^0.7.0",
32
+ "@elsium-ai/tools": "^0.7.0",
33
+ "@elsium-ai/observe": "^0.7.0",
34
+ "@elsium-ai/rag": "^0.7.0",
35
+ "@elsium-ai/workflows": "^0.7.0",
36
36
  "@hono/node-server": "^1.19.10",
37
37
  "hono": "^4.12.4",
38
38
  "zod": "^3.24.0"