Install InfluxDB client

This commit is contained in:
2024-11-13 22:43:56 +01:00
parent d2ef1b8a3e
commit eeb457ad48
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "0.0.1",
"license": "ISC",
"dependencies": {
"@influxdata/influxdb-client": "^1.35.0",
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.3",
"dayjs": "^1.11.13",
@@ -418,6 +419,11 @@
"node": ">=18"
}
},
"node_modules/@influxdata/influxdb-client": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.35.0.tgz",
"integrity": "sha512-woWMi8PDpPQpvTsRaUw4Ig+nOGS/CWwAwS66Fa1Vr/EkW+NEwxI8YfPBsdBMn33jK2Y86/qMiiuX/ROHIkJLTw=="
},
"node_modules/@types/node": {
"version": "22.9.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",

View File

@@ -14,6 +14,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.35.0",
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.3",
"dayjs": "^1.11.13",