Bumping sdk dependency to 2.48.0-beta.5

This commit is contained in:
GitHub Actions
2023-11-28 00:09:58 +00:00
parent f76f11adae
commit 70bc7bb91a
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"dependencies": {
"@drift-labs/sdk": "2.48.0-beta.4",
"@drift-labs/sdk": "2.48.0-beta.5",
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/auto-instrumentations-node": "^0.31.1",
"@opentelemetry/exporter-prometheus": "^0.31.0",
@@ -64,4 +64,4 @@
"lint:fix": "eslint . --ext ts --fix",
"playground": "ts-node src/playground.ts"
}
}
}