File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
instrumentation-llamaindex Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.0.30 " ,
3
+ "version" : " 0.0.31 " ,
4
4
"packages" : [" packages/*" ],
5
5
"useNx" : true
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/ai-semantic-conventions" ,
3
- "version" : " 0.0.18 " ,
3
+ "version" : " 0.0.31 " ,
4
4
"description" : " OpenTelemetry ai-specific semantic conventions" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/instrumentation-llamaindex" ,
3
- "version" : " 0.0.24 " ,
3
+ "version" : " 0.0.31 " ,
4
4
"description" : " OpenTelemetry ai-specific semantic conventions" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
39
39
"@opentelemetry/core" : " ^1.8.0" ,
40
40
"@opentelemetry/instrumentation" : " ^0.44.0" ,
41
41
"@opentelemetry/semantic-conventions" : " ^1.0.0" ,
42
- "@traceloop/ai-semantic-conventions" : " ^0.0.18 " ,
42
+ "@traceloop/ai-semantic-conventions" : " ^0.0.31 " ,
43
43
"lodash" : " ^4.17.21"
44
44
},
45
45
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/instrumentation-openai" ,
3
- "version" : " 0.0.24 " ,
3
+ "version" : " 0.0.31 " ,
4
4
"description" : " OpenTelemetry ai-specific semantic conventions" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
38
38
"@opentelemetry/core" : " ^1.8.0" ,
39
39
"@opentelemetry/instrumentation" : " ^0.44.0" ,
40
40
"@opentelemetry/semantic-conventions" : " ^1.0.0" ,
41
- "@traceloop/ai-semantic-conventions" : " ^0.0.18 "
41
+ "@traceloop/ai-semantic-conventions" : " ^0.0.31 "
42
42
},
43
43
"devDependencies" : {
44
44
"openai" : " ^4.12.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/node-server-sdk" ,
3
- "version" : " 0.0.30 " ,
3
+ "version" : " 0.0.31 " ,
4
4
"description" : " Traceloop Software Development Kit (SDK) for Node.js" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
34
34
"dependencies" : {
35
35
"@opentelemetry/exporter-trace-otlp-proto" : " ^0.44.0" ,
36
36
"@opentelemetry/sdk-node" : " ^0.44.0" ,
37
- "@traceloop/instrumentation-openai " : " ^0.0.24 " ,
38
- "@traceloop/instrumentation-llamaindex " : " ^0.0.24 " ,
37
+ "@traceloop/instrumentation-llamaindex " : " ^0.0.31 " ,
38
+ "@traceloop/instrumentation-openai " : " ^0.0.31 " ,
39
39
"@types/nunjucks" : " ^3.2.5" ,
40
40
"fetch-retry" : " ^5.0.6" ,
41
41
"nunjucks" : " ^3.2.4" ,
42
42
"posthog-node" : " ^3.1.3" ,
43
43
"uuid" : " ^9.0.1"
44
44
},
45
45
"peerDependencies" : {
46
- "openai " : " >=4. 0.0" ,
47
- "llamaindex " : " >=0 .0.40 "
46
+ "llamaindex " : " >=0.0.40 " ,
47
+ "openai " : " >=4 .0.0 "
48
48
},
49
49
"homepage" : " https://github.com/traceloop/openllmetry-js/tree/main/packages/traceloop-sdk" ,
50
50
"gitHead" : " ef1e70d6037f7b5c061056ef2be16e3f55f02ed5" ,
You can’t perform that action at this time.
0 commit comments