@kronos-integration/service-mqtt 4.0.0 → 4.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,10 +19,10 @@ 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: Start Mosquitto
27
27
  uses: namoshek/mosquitto-github-action@v1
28
28
  with:
@@ -34,8 +34,6 @@ jobs:
34
34
  uses: actions/setup-node@v6.0.0
35
35
  with:
36
36
  node-version: ${{ matrix.node-version }}
37
- cache: npm
38
- cache-dependency-path: package-lock.json
39
37
  - name: install
40
38
  run: npm ci
41
39
  - name: test and coverage
@@ -59,13 +57,11 @@ jobs:
59
57
  id-token: write
60
58
  steps:
61
59
  - name: checkout
62
- uses: actions/checkout@v5.0.0
60
+ uses: actions/checkout@v6.0.0
63
61
  - name: prepare node
64
62
  uses: actions/setup-node@v6.0.0
65
63
  with:
66
- node-version: 24.10.0
67
- cache: npm
68
- cache-dependency-path: package-lock.json
64
+ node-version: 24.11.1
69
65
  - name: install
70
66
  run: npm ci
71
67
  - 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-mqtt",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -35,13 +35,13 @@
35
35
  "dependencies": {
36
36
  "@kronos-integration/service": "^14.0.0",
37
37
  "mqtt": "^5.14.1",
38
- "pacc": "^4.41.0"
38
+ "pacc": "^4.41.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "ava": "^6.4.1",
42
42
  "c8": "^10.1.3",
43
43
  "documentation": "^14.0.3",
44
- "semantic-release": "^25.0.1"
44
+ "semantic-release": "^25.0.2"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=24.10.0"
@@ -55,5 +55,6 @@
55
55
  "arlac77/template-arlac77-github",
56
56
  "arlac77/template-kronos-component"
57
57
  ]
58
- }
58
+ },
59
+ "packageManager": "npm@11.6.3+sha512.4085a763162e0e3acd19a4e9d23ad3aa0978e501ccf947dd7233c12a689ae0bb0190763c4ef12366990056b34eec438903ffed38fde4fbd722a17c2a7407ee92"
59
60
  }