@volcengine/tls-observer-claude-code 0.0.3 → 0.0.4

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tls-observer-claude-code",
3
3
  "description": "Export Claude Code prompts, assistant responses, tool calls, and token usage to Volcengine TLS as OTLP traces.",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "author": {
6
6
  "name": "Volcengine"
7
7
  },
package/dist/index.js CHANGED
@@ -222,7 +222,7 @@ async function closeTraceLogProducers() {
222
222
  }));
223
223
  }
224
224
  var package_namespaceObject = {
225
- rE: "0.0.3"
225
+ rE: "0.0.4"
226
226
  };
227
227
  function toOtlpAnyValue(value) {
228
228
  if ('string' == typeof value) return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/tls-observer-claude-code",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Export Claude Code hook telemetry to Volcengine TLS with OTLP traces.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",