@open-charging-cloud/chargy-core 0.11.1 → 0.11.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/README.md CHANGED
@@ -181,7 +181,7 @@ npx playwright install chromium
181
181
  ## Publishing
182
182
 
183
183
  ```bash
184
- npm version 0.11.1 --no-git-tag-version
184
+ npm version 0.11.2 --no-git-tag-version
185
185
  npm run verify
186
186
  npm pack --dry-run
187
187
  npm pack
@@ -12292,7 +12292,7 @@ var Chargy = class {
12292
12292
  "@id": keyId,
12293
12293
  "@context": "https://open.charging.cloud/contexts/publicKey+json",
12294
12294
  "subject": keyId,
12295
- type: {
12295
+ type: KeyType === "EdDSA" || KeyType === "ML-DSA" ? KeyType : {
12296
12296
  oid: KeyType_OID,
12297
12297
  name: KeyType
12298
12298
  },