Skip to content

Commit 5186b4e

Browse files
committed
v0.5.18
1 parent e46116e commit 5186b4e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
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.17",
3+
"version": "0.5.18",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-langchain/package.json

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

packages/instrumentation-llamaindex/package.json

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

packages/traceloop-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/node-server-sdk",
3-
"version": "0.5.17",
3+
"version": "0.5.18",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",
@@ -41,8 +41,8 @@
4141
"@traceloop/instrumentation-azure": "^0.5.14",
4242
"@traceloop/instrumentation-bedrock": "^0.5.13",
4343
"@traceloop/instrumentation-cohere": "^0.5.13",
44-
"@traceloop/instrumentation-langchain": "^0.5.16",
45-
"@traceloop/instrumentation-llamaindex": "^0.5.14",
44+
"@traceloop/instrumentation-langchain": "^0.5.18",
45+
"@traceloop/instrumentation-llamaindex": "^0.5.18",
4646
"@traceloop/instrumentation-openai": "^0.5.13",
4747
"@traceloop/instrumentation-pinecone": "^0.5.13",
4848
"@traceloop/instrumentation-vertexai": "^0.5.13",

0 commit comments

Comments
 (0)