@kronos-integration/service-influxdb 1.3.31 → 1.3.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ jobs:
19
19
  - ubuntu-latest
20
20
  node-version:
21
21
  - 22.20.0
22
- - 24.8.0
22
+ - 24.9.0
23
23
  steps:
24
24
  - name: checkout
25
25
  uses: actions/checkout@v5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-influxdb",
3
- "version": "1.3.31",
3
+ "version": "1.3.33",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@influxdata/influxdb-client": "^1.35.0",
40
- "@kronos-integration/service": "^13.2.35",
41
- "pacc": "^4.39.1"
40
+ "@kronos-integration/service": "^13.2.36",
41
+ "pacc": "^4.39.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^24.6.0",
44
+ "@types/node": "^24.6.2",
45
45
  "ava": "^6.4.1",
46
46
  "c8": "^10.1.3",
47
47
  "documentation": "^14.0.3",
48
48
  "semantic-release": "^24.2.9",
49
- "typescript": "^5.9.2"
49
+ "typescript": "^5.9.3"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=22.20.0"
@@ -57,7 +57,6 @@ export class ServiceInfluxdb extends Service {
57
57
 
58
58
  endpointOnDemand(expression, from) {
59
59
  if (expression.indexOf(".") >= 0) {
60
- this.info(`create endpoint ${expression}`);
61
60
  const endpoint = new PointEndpoint(expression, this);
62
61
  this.addEndpoint(endpoint);
63
62
  return endpoint;