Skip to content

Commit f2708ee

Browse files
committed
v0.5.21
1 parent 7950cb9 commit f2708ee

File tree

11 files changed

+35
-35
lines changed

11 files changed

+35
-35
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.5.20",
3+
"version": "0.5.21",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-azure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-azure",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "Azure OpenAI Instrumentaion",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-bedrock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-bedrock",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "Amazon Bedrock Instrumentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-cohere/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-cohere",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "Cohere Instrumentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-langchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-langchain",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "OpenTelemetry instrumentation for LangchainJS",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-llamaindex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-llamaindex",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "Llamaindex Instrumentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-openai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-openai",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "OpenAI Instrumentaion",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-pinecone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-pinecone",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "OpenTelemetry instrumentation for pinecone vector DB",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-vertexai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-vertexai",
3-
"version": "0.5.19",
3+
"version": "0.5.21",
44
"description": "Google's VertexAI Instrumentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/traceloop-sdk/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/node-server-sdk",
3-
"version": "0.5.20",
3+
"version": "0.5.21",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",
@@ -38,14 +38,14 @@
3838
"@opentelemetry/exporter-trace-otlp-proto": "^0.49.1",
3939
"@opentelemetry/sdk-node": "^0.49.1",
4040
"@traceloop/ai-semantic-conventions": "^0.5.19",
41-
"@traceloop/instrumentation-azure": "^0.5.19",
42-
"@traceloop/instrumentation-bedrock": "^0.5.19",
43-
"@traceloop/instrumentation-cohere": "^0.5.19",
44-
"@traceloop/instrumentation-langchain": "^0.5.19",
45-
"@traceloop/instrumentation-llamaindex": "^0.5.19",
46-
"@traceloop/instrumentation-openai": "^0.5.19",
47-
"@traceloop/instrumentation-pinecone": "^0.5.19",
48-
"@traceloop/instrumentation-vertexai": "^0.5.19",
41+
"@traceloop/instrumentation-azure": "^0.5.21",
42+
"@traceloop/instrumentation-bedrock": "^0.5.21",
43+
"@traceloop/instrumentation-cohere": "^0.5.21",
44+
"@traceloop/instrumentation-langchain": "^0.5.21",
45+
"@traceloop/instrumentation-llamaindex": "^0.5.21",
46+
"@traceloop/instrumentation-openai": "^0.5.21",
47+
"@traceloop/instrumentation-pinecone": "^0.5.21",
48+
"@traceloop/instrumentation-vertexai": "^0.5.21",
4949
"@types/nunjucks": "^3.2.5",
5050
"cross-fetch": "^4.0.0",
5151
"fetch-retry": "^5.0.6",

0 commit comments

Comments
 (0)