@open-charging-cloud/chargy-core 0.12.0 → 0.12.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -5
package/README.md CHANGED
@@ -207,7 +207,7 @@ npx playwright install chromium
207
207
  ## Publishing
208
208
 
209
209
  ```bash
210
- npm version 0.12.0 --no-git-tag-version
210
+ npm version 0.12.1 --no-git-tag-version
211
211
  npm run verify
212
212
  npm pack --dry-run
213
213
  npm pack
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-charging-cloud/chargy-core",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "The ChargyCore TypeScript library shared between Chargy Desktop, Web & Mobile applications.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -56,6 +56,8 @@
56
56
  "@noble/curves": "^2.3.0",
57
57
  "@noble/hashes": "^2.3.0",
58
58
  "@noble/post-quantum": "^0.7.0",
59
+ "@vanaheimr/cose": "^0.9.0",
60
+ "@vanaheimr/metrological-cbor": "^0.11.0",
59
61
  "asn1.js": "^5.4.1",
60
62
  "base32-decode": "^1.0.0",
61
63
  "buffer": "^6.0.3",
@@ -69,7 +71,7 @@
69
71
  "seek-bzip": "^2.0.0"
70
72
  },
71
73
  "optionalDependencies": {
72
- "@napi-rs/canvas": "^1.0.7",
74
+ "@napi-rs/canvas": "^1.0.8",
73
75
  "jpeg-js": "^0.4.4",
74
76
  "pngjs": "^7.0.0"
75
77
  },
@@ -77,18 +79,18 @@
77
79
  "@eslint/js": "^10.0.1",
78
80
  "@oozcitak/dom": "3.0.0",
79
81
  "@types/elliptic": "^6.4.18",
80
- "@types/node": "^26.2.0",
82
+ "@types/node": "^26.3.0",
81
83
  "@vitest/browser": "^4.1.11",
82
84
  "@vitest/browser-playwright": "^4.1.11",
83
85
  "@vitest/coverage-v8": "^4.1.11",
84
86
  "@vitest/ui": "^4.1.11",
85
- "eslint": "^10.8.1",
87
+ "eslint": "^10.9.1",
86
88
  "globals": "^17.11.0",
87
89
  "playwright": "^1.62.1",
88
90
  "rimraf": "^6.1.3",
89
91
  "tsup": "^8.5.1",
90
92
  "typescript": "^6.0.3",
91
- "typescript-eslint": "^8.67.0",
93
+ "typescript-eslint": "^8.68.0",
92
94
  "vitest": "^4.1.11"
93
95
  },
94
96
  "peerDependencies": {