@traceloop/instrumentation-bedrock 0.17.0 → 0.18.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.
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ var api = require('@opentelemetry/api');
5
5
  var instrumentation = require('@opentelemetry/instrumentation');
6
6
  var aiSemanticConventions = require('@traceloop/ai-semantic-conventions');
7
7
 
8
- var version = "0.17.0";
8
+ var version = "0.18.0";
9
9
 
10
10
  class BedrockInstrumentation extends instrumentation.InstrumentationBase {
11
11
  constructor(config = {}) {
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { trace, context, SpanStatusCode, SpanKind } from '@opentelemetry/api';
3
3
  import { InstrumentationBase, InstrumentationNodeModuleDefinition, safeExecuteInTheMiddle } from '@opentelemetry/instrumentation';
4
4
  import { LLMRequestTypeValues, SpanAttributes, CONTEXT_KEY_ALLOW_TRACE_CONTENT } from '@traceloop/ai-semantic-conventions';
5
5
 
6
- var version = "0.17.0";
6
+ var version = "0.18.0";
7
7
 
8
8
  class BedrockInstrumentation extends InstrumentationBase {
9
9
  constructor(config = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@traceloop/instrumentation-bedrock",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Amazon Bedrock Instrumentation",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -42,7 +42,7 @@
42
42
  "@opentelemetry/core": "^2.0.1",
43
43
  "@opentelemetry/instrumentation": "^0.203.0",
44
44
  "@opentelemetry/semantic-conventions": "^1.36.0",
45
- "@traceloop/ai-semantic-conventions": "0.17.0",
45
+ "@traceloop/ai-semantic-conventions": "0.18.0",
46
46
  "tslib": "^2.8.1"
47
47
  },
48
48
  "devDependencies": {
@@ -57,5 +57,5 @@
57
57
  "ts-mocha": "^11.1.0"
58
58
  },
59
59
  "homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-openai",
60
- "gitHead": "f09a480dc8af115f5acbce5539c07a5ed3bdb2db"
60
+ "gitHead": "d1badffb31831d5a5dfe7f8ac5247ba94c44085b"
61
61
  }