@traceloop/instrumentation-anthropic 0.22.5 → 0.22.6

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/dist/index.js CHANGED
@@ -6,7 +6,7 @@ var instrumentation = require('@opentelemetry/instrumentation');
6
6
  var aiSemanticConventions = require('@traceloop/ai-semantic-conventions');
7
7
  var incubating = require('@opentelemetry/semantic-conventions/incubating');
8
8
 
9
- var version = "0.22.5";
9
+ var version = "0.22.6";
10
10
 
11
11
  class AnthropicInstrumentation extends instrumentation.InstrumentationBase {
12
12
  constructor(config = {}) {
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import { InstrumentationBase, InstrumentationNodeModuleDefinition, safeExecuteIn
4
4
  import { SpanAttributes, CONTEXT_KEY_ALLOW_TRACE_CONTENT } from '@traceloop/ai-semantic-conventions';
5
5
  import { ATTR_GEN_AI_REQUEST_MODEL, ATTR_GEN_AI_REQUEST_TEMPERATURE, ATTR_GEN_AI_REQUEST_TOP_P, ATTR_GEN_AI_REQUEST_MAX_TOKENS, ATTR_GEN_AI_PROMPT, ATTR_GEN_AI_RESPONSE_MODEL, ATTR_GEN_AI_USAGE_COMPLETION_TOKENS, ATTR_GEN_AI_USAGE_PROMPT_TOKENS, ATTR_GEN_AI_COMPLETION, ATTR_GEN_AI_SYSTEM } from '@opentelemetry/semantic-conventions/incubating';
6
6
 
7
- var version = "0.22.5";
7
+ var version = "0.22.6";
8
8
 
9
9
  class AnthropicInstrumentation extends InstrumentationBase {
10
10
  constructor(config = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@traceloop/instrumentation-anthropic",
3
- "version": "0.22.5",
3
+ "version": "0.22.6",
4
4
  "description": "Anthropic Instrumentaion",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -54,8 +54,9 @@
54
54
  "@pollyjs/core": "^6.0.6",
55
55
  "@pollyjs/persister-fs": "^6.0.6",
56
56
  "@types/mocha": "^10.0.10",
57
+ "qs": "^6.14.1",
57
58
  "ts-mocha": "^11.1.0"
58
59
  },
59
60
  "homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-anthropic",
60
- "gitHead": "f480743514f70ab20669987d040bfec8be33fcb4"
61
+ "gitHead": "fa98799ee0752bd76906709752800a66fbca8210"
61
62
  }