Skip to content

Commit

Permalink
bump to instr-openai 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Dec 18, 2024
1 parent fe982ff commit 1b4ab09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
17 changes: 8 additions & 9 deletions packages/opentelemetry-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@elastic/opentelemetry-instrumentation-openai": "^0.4.0",
"@elastic/opentelemetry-instrumentation-openai": "^0.4.1",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/core": "1.27.0",
"@opentelemetry/exporter-logs-otlp-grpc": "^0.56.0",
Expand Down
3 changes: 0 additions & 3 deletions scripts/gen-notice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ npm ls --omit=dev --all --parseable \
"pg-types": "license.pg-types.txt",
"undici-types": "license.undici.txt",
"tr46": "license.MIT.txt",
// Temporary manual license path for v0.4.0 of @elastic/opentelemetry-instrumentation-openai
// TODO: remove this when the next version is published and updated in EDOT Node.js.
"@elastic/opentelemetry-instrumentation-openai": "../packages/instrumentation-openai/LICENSE",
}
const allowNoLicFile = [
"binary-search" // CC is a public domain dedication, no need for license text.
Expand Down

0 comments on commit 1b4ab09

Please sign in to comment.