@kronos-integration/service-influxdb 2.0.0 → 2.0.1

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,16 +19,14 @@ jobs:
19
19
  os:
20
20
  - ubuntu-latest
21
21
  node-version:
22
- - 24.10.0
22
+ - 24.11.1
23
23
  steps:
24
24
  - name: checkout
25
- uses: actions/checkout@v5.0.0
25
+ uses: actions/checkout@v6.0.0
26
26
  - name: prepare node
27
27
  uses: actions/setup-node@v6.0.0
28
28
  with:
29
29
  node-version: ${{ matrix.node-version }}
30
- cache: npm
31
- cache-dependency-path: package-lock.json
32
30
  - name: install
33
31
  run: npm ci
34
32
  - name: test and coverage
@@ -52,13 +50,11 @@ jobs:
52
50
  id-token: write
53
51
  steps:
54
52
  - name: checkout
55
- uses: actions/checkout@v5.0.0
53
+ uses: actions/checkout@v6.0.0
56
54
  - name: prepare node
57
55
  uses: actions/setup-node@v6.0.0
58
56
  with:
59
- node-version: 24.10.0
60
- cache: npm
61
- cache-dependency-path: package-lock.json
57
+ node-version: 24.11.1
62
58
  - name: install
63
59
  run: npm ci
64
60
  - name: release
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - name: checkout
15
- uses: actions/checkout@v5.0.0
15
+ uses: actions/checkout@v6.0.0
16
16
  - name: git checkout
17
17
  run: git checkout
18
18
  if: ${{ github.event_name == 'pull_request' }}
@@ -23,8 +23,7 @@ jobs:
23
23
  - name: prepare node
24
24
  uses: actions/setup-node@v6.0.0
25
25
  with:
26
- node-version: 24.10.0
27
- cache: npm
26
+ node-version: 24.11.1
28
27
  - name: install
29
28
  run: npm ci
30
29
  - name: perform CodeQL analysis
@@ -8,19 +8,13 @@ on:
8
8
  jobs:
9
9
  update_package_lock:
10
10
  runs-on: ubuntu-latest
11
- strategy:
12
- matrix:
13
- node-version:
14
- - 24.10.0
15
- browser:
16
- - chrome
17
11
  steps:
18
12
  - name: checkout
19
- uses: actions/checkout@v5.0.0
13
+ uses: actions/checkout@v6.0.0
20
14
  - name: prepare node
21
15
  uses: actions/setup-node@v6.0.0
22
16
  with:
23
- node-version: ${{ matrix.node-version }}
17
+ node-version: 24.11.1
24
18
  - name: remove lock
25
19
  run: rm package-lock.json
26
20
  - name: install playwright
@@ -28,7 +22,7 @@ jobs:
28
22
  - name: test
29
23
  run: npm install-test
30
24
  env:
31
- BROWSER: ${{ matrix.browser }}
25
+ BROWSER: chrome
32
26
  - name: create pull request
33
27
  uses: gr2m/create-or-update-pull-request-action@v1.10.1
34
28
  env:
@@ -10,11 +10,11 @@ jobs:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
12
  - name: checkout
13
- uses: actions/checkout@v5.0.0
13
+ uses: actions/checkout@v6.0.0
14
14
  - name: prepare node
15
15
  uses: actions/setup-node@v6.0.0
16
16
  with:
17
- node-version: 24.10.0
17
+ node-version: 24.11.1
18
18
  - name: install
19
19
  run: npm ci
20
20
  - name: run docs
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  [![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
2
- [![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript\&label\&labelColor=blue\&color=555555)](https://typescriptlang.org)
3
2
  [![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/service-influxdb.svg?style=flat-square)](https://github.com/Kronos-Integration/service-influxdb/issues)
4
3
  [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Fservice-influxdb%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/service-influxdb/goto)
5
4
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-influxdb",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -33,14 +33,14 @@
33
33
  "dependencies": {
34
34
  "@influxdata/influxdb-client": "^1.35.0",
35
35
  "@kronos-integration/service": "^14.0.0",
36
- "pacc": "^4.41.0"
36
+ "pacc": "^4.41.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "^24.9.1",
39
+ "@types/node": "^24.10.1",
40
40
  "ava": "^6.4.1",
41
41
  "c8": "^10.1.3",
42
42
  "documentation": "^14.0.3",
43
- "semantic-release": "^25.0.1"
43
+ "semantic-release": "^25.0.2"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=24.10.0"
@@ -54,5 +54,6 @@
54
54
  "arlac77/template-arlac77-github",
55
55
  "arlac77/template-kronos-component"
56
56
  ]
57
- }
57
+ },
58
+ "packageManager": "npm@11.6.3+sha512.4085a763162e0e3acd19a4e9d23ad3aa0978e501ccf947dd7233c12a689ae0bb0190763c4ef12366990056b34eec438903ffed38fde4fbd722a17c2a7407ee92"
58
59
  }