@kronos-integration/service-influxdb 1.3.26 → 1.3.28

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.
@@ -18,8 +18,8 @@ jobs:
18
18
  os:
19
19
  - ubuntu-latest
20
20
  node-version:
21
- - 22.19.0
22
- - 24.7.0
21
+ - 22.20.0
22
+ - 24.8.0
23
23
  steps:
24
24
  - name: checkout
25
25
  uses: actions/checkout@v5.0.0
@@ -56,7 +56,7 @@ jobs:
56
56
  - name: prepare node
57
57
  uses: actions/setup-node@v5.0.0
58
58
  with:
59
- node-version: 22.19.0
59
+ node-version: 22.20.0
60
60
  cache: npm
61
61
  cache-dependency-path: package-lock.json
62
62
  - name: install
@@ -23,7 +23,7 @@ jobs:
23
23
  - name: prepare node
24
24
  uses: actions/setup-node@v5.0.0
25
25
  with:
26
- node-version: 22.19.0
26
+ node-version: 22.20.0
27
27
  cache: npm
28
28
  - name: install
29
29
  run: npm ci
@@ -11,7 +11,7 @@ jobs:
11
11
  strategy:
12
12
  matrix:
13
13
  node-version:
14
- - 22.19.0
14
+ - 22.20.0
15
15
  browser:
16
16
  - chrome
17
17
  steps:
@@ -14,7 +14,7 @@ jobs:
14
14
  - name: prepare node
15
15
  uses: actions/setup-node@v5.0.0
16
16
  with:
17
- node-version: 22.19.0
17
+ node-version: 22.20.0
18
18
  - name: install
19
19
  run: npm ci
20
20
  - name: run docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-influxdb",
3
- "version": "1.3.26",
3
+ "version": "1.3.28",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -37,19 +37,19 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@influxdata/influxdb-client": "^1.35.0",
40
- "@kronos-integration/service": "^13.2.14",
41
- "pacc": "^4.27.1"
40
+ "@kronos-integration/service": "^13.2.33",
41
+ "pacc": "^4.39.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^24.4.1",
44
+ "@types/node": "^24.5.2",
45
45
  "ava": "^6.4.1",
46
46
  "c8": "^10.1.3",
47
47
  "documentation": "^14.0.3",
48
- "semantic-release": "^24.2.7",
48
+ "semantic-release": "^24.2.9",
49
49
  "typescript": "^5.9.2"
50
50
  },
51
51
  "engines": {
52
- "node": ">=22.19.0"
52
+ "node": ">=22.20.0"
53
53
  },
54
54
  "repository": {
55
55
  "type": "git",