@sphereon/ssi-sdk.mdl-mdoc 0.34.1-fix.117 → 0.34.1-fix.141
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 +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
- package/src/functions/index.ts +8 -7
package/dist/index.js
CHANGED
|
@@ -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");
|