@sphereon/ssi-sdk.data-store 0.36.1-feature.vdx24.einvoice.inbox.142 → 0.36.1-feature.vdx24.einvoice.inbox.143
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.js
CHANGED
|
@@ -6957,8 +6957,9 @@ import Debug7 from "debug";
|
|
|
6957
6957
|
import { In as In4 } from "typeorm";
|
|
6958
6958
|
|
|
6959
6959
|
// src/utils/presentationDefinition/MappingUtils.ts
|
|
6960
|
-
import
|
|
6960
|
+
import blakejs from "blakejs";
|
|
6961
6961
|
import { DcqlQuery } from "dcql";
|
|
6962
|
+
var blake = blakejs.default ?? blakejs;
|
|
6962
6963
|
var dcqlQueryItemFrom = /* @__PURE__ */ __name((entity) => {
|
|
6963
6964
|
const result = {
|
|
6964
6965
|
id: entity.id,
|
|
@@ -6991,7 +6992,7 @@ var dcqlQueryEntityItemFrom = /* @__PURE__ */ __name((item) => {
|
|
|
6991
6992
|
return entity;
|
|
6992
6993
|
}, "dcqlQueryEntityItemFrom");
|
|
6993
6994
|
function hashPayload(payload) {
|
|
6994
|
-
return
|
|
6995
|
+
return blake.blake2bHex(JSON.stringify(payload));
|
|
6995
6996
|
}
|
|
6996
6997
|
__name(hashPayload, "hashPayload");
|
|
6997
6998
|
function isPresentationDefinitionEqual(base, compare) {
|