@sphereon/ssi-sdk.mdl-mdoc 0.34.1-fix.80 → 0.34.1-next.278
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/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +15 -16
- package/plugin.schema.json +1 -1
- package/src/functions/index.ts +8 -7
package/dist/index.js
CHANGED
|
@@ -356,7 +356,7 @@ var require_plugin_schema = __commonJS({
|
|
|
356
356
|
di_vp: {
|
|
357
357
|
$ref: "#/components/schemas/DiObject"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"dc+sd-jwt": {
|
|
360
360
|
$ref: "#/components/schemas/SdJwtObject"
|
|
361
361
|
}
|
|
362
362
|
}
|
|
@@ -2058,13 +2058,13 @@ import { CryptoEngine, setEngine } from "pkijs";
|
|
|
2058
2058
|
import { fromString } from "uint8arrays/from-string";
|
|
2059
2059
|
var { com } = mdocPkg;
|
|
2060
2060
|
var CoseJoseKeyMappingService = com.sphereon.crypto.CoseJoseKeyMappingService;
|
|
2061
|
-
var KeyInfo = com.sphereon.crypto.KeyInfo;
|
|
2062
|
-
var DateTimeUtils = com.sphereon.kmp.DateTimeUtils;
|
|
2063
|
-
var decodeFrom = com.sphereon.kmp.decodeFrom;
|
|
2064
|
-
var encodeTo = com.sphereon.kmp.encodeTo;
|
|
2065
|
-
var Encoding = com.sphereon.kmp.Encoding;
|
|
2066
|
-
var SignatureAlgorithm = com.sphereon.crypto.generic.SignatureAlgorithm;
|
|
2067
|
-
var DefaultCallbacks = com.sphereon.crypto.DefaultCallbacks;
|
|
2061
|
+
var KeyInfo = mdocPkg.com.sphereon.crypto.KeyInfo;
|
|
2062
|
+
var DateTimeUtils = mdocPkg.com.sphereon.kmp.DateTimeUtils;
|
|
2063
|
+
var decodeFrom = mdocPkg.com.sphereon.kmp.decodeFrom;
|
|
2064
|
+
var encodeTo = mdocPkg.com.sphereon.kmp.encodeTo;
|
|
2065
|
+
var Encoding = mdocPkg.com.sphereon.kmp.Encoding;
|
|
2066
|
+
var SignatureAlgorithm = mdocPkg.com.sphereon.crypto.generic.SignatureAlgorithm;
|
|
2067
|
+
var DefaultCallbacks = mdocPkg.com.sphereon.crypto.DefaultCallbacks;
|
|
2068
2068
|
var CoseCryptoService = class {
|
|
2069
2069
|
static {
|
|
2070
2070
|
__name(this, "CoseCryptoService");
|