bump sdk, new user stats map loading

This commit is contained in:
wphan
2023-11-27 14:50:32 -08:00
parent f04b9908a1
commit 58526bd9d1
4 changed files with 28 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
"main": "lib/index.js",
"license": "Apache-2.0",
"dependencies": {
"@drift-labs/sdk": "2.48.0-beta.2",
"@drift-labs/sdk": "2.48.0-beta.4",
"@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"
}
}
}