@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 +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/chargy.d.ts.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -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
|
},
|