@kronos-integration/service-influxdb 2.0.17 → 2.0.18

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2025 by arlac77
1
+ Copyright (C) 2025-2026 by arlac77
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-influxdb",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@influxdata/influxdb-client": "^1.35.0",
36
36
  "@kronos-integration/service": "^15.4.1",
37
- "pacc": "^6.6.0"
37
+ "pacc": "^6.7.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^25.0.3",