@kronos-integration/service-influxdb 2.0.0 → 2.0.2
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.
package/.github/workflows/ci.yml
CHANGED
|
@@ -19,16 +19,14 @@ jobs:
|
|
|
19
19
|
os:
|
|
20
20
|
- ubuntu-latest
|
|
21
21
|
node-version:
|
|
22
|
-
- 24.
|
|
22
|
+
- 24.11.1
|
|
23
23
|
steps:
|
|
24
24
|
- name: checkout
|
|
25
|
-
uses: actions/checkout@
|
|
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@
|
|
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.
|
|
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@
|
|
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.
|
|
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@
|
|
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:
|
|
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:
|
|
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@
|
|
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.
|
|
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
|
[](https://spdx.org/licenses/0BSD.html)
|
|
2
|
-
[](https://typescriptlang.org)
|
|
3
2
|
[](https://github.com/Kronos-Integration/service-influxdb/issues)
|
|
4
3
|
[](https://actions-badge.atrox.dev/Kronos-Integration/service-influxdb/goto)
|
|
5
4
|
[](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.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@influxdata/influxdb-client": "^1.35.0",
|
|
35
|
-
"@kronos-integration/service": "^14.0.
|
|
36
|
-
"pacc": "^4.41.
|
|
35
|
+
"@kronos-integration/service": "^14.0.1",
|
|
36
|
+
"pacc": "^4.41.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/node": "^24.
|
|
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.
|
|
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
|
}
|