@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.cjs
CHANGED
|
@@ -382,7 +382,7 @@ var require_plugin_schema = __commonJS({
|
|
|
382
382
|
di_vp: {
|
|
383
383
|
$ref: "#/components/schemas/DiObject"
|
|
384
384
|
},
|
|
385
|
-
"
|
|
385
|
+
"dc+sd-jwt": {
|
|
386
386
|
$ref: "#/components/schemas/SdJwtObject"
|
|
387
387
|
}
|
|
388
388
|
}
|
|
@@ -2107,13 +2107,13 @@ var import_pkijs = require("pkijs");
|
|
|
2107
2107
|
var import_from_string = require("uint8arrays/from-string");
|
|
2108
2108
|
var { com } = import_kmp_mdoc_core.default;
|
|
2109
2109
|
var CoseJoseKeyMappingService = com.sphereon.crypto.CoseJoseKeyMappingService;
|
|
2110
|
-
var KeyInfo = com.sphereon.crypto.KeyInfo;
|
|
2111
|
-
var DateTimeUtils = com.sphereon.kmp.DateTimeUtils;
|
|
2112
|
-
var decodeFrom = com.sphereon.kmp.decodeFrom;
|
|
2113
|
-
var encodeTo = com.sphereon.kmp.encodeTo;
|
|
2114
|
-
var Encoding = com.sphereon.kmp.Encoding;
|
|
2115
|
-
var SignatureAlgorithm = com.sphereon.crypto.generic.SignatureAlgorithm;
|
|
2116
|
-
var DefaultCallbacks = com.sphereon.crypto.DefaultCallbacks;
|
|
2110
|
+
var KeyInfo = import_kmp_mdoc_core.default.com.sphereon.crypto.KeyInfo;
|
|
2111
|
+
var DateTimeUtils = import_kmp_mdoc_core.default.com.sphereon.kmp.DateTimeUtils;
|
|
2112
|
+
var decodeFrom = import_kmp_mdoc_core.default.com.sphereon.kmp.decodeFrom;
|
|
2113
|
+
var encodeTo = import_kmp_mdoc_core.default.com.sphereon.kmp.encodeTo;
|
|
2114
|
+
var Encoding = import_kmp_mdoc_core.default.com.sphereon.kmp.Encoding;
|
|
2115
|
+
var SignatureAlgorithm = import_kmp_mdoc_core.default.com.sphereon.crypto.generic.SignatureAlgorithm;
|
|
2116
|
+
var DefaultCallbacks = import_kmp_mdoc_core.default.com.sphereon.crypto.DefaultCallbacks;
|
|
2117
2117
|
var CoseCryptoService = class {
|
|
2118
2118
|
static {
|
|
2119
2119
|
__name(this, "CoseCryptoService");
|