@sphereon/ssi-sdk.data-store 0.32.1-feature.VDX.341.49 → 0.32.1-feature.VDX.341.53

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.data-store",
3
- "version": "0.32.1-feature.VDX.341.49+aa4cb0ad",
3
+ "version": "0.32.1-feature.VDX.341.53+1a6b469d",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,9 +18,9 @@
18
18
  "@sphereon/pex": "5.0.0-unstable.28",
19
19
  "@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
20
20
  "@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
21
- "@sphereon/ssi-sdk.agent-config": "0.32.1-feature.VDX.341.49+aa4cb0ad",
22
- "@sphereon/ssi-sdk.core": "0.32.1-feature.VDX.341.49+aa4cb0ad",
23
- "@sphereon/ssi-types": "0.32.1-feature.VDX.341.49+aa4cb0ad",
21
+ "@sphereon/ssi-sdk.agent-config": "0.32.1-feature.VDX.341.53+1a6b469d",
22
+ "@sphereon/ssi-sdk.core": "0.32.1-feature.VDX.341.53+1a6b469d",
23
+ "@sphereon/ssi-types": "0.32.1-feature.VDX.341.53+1a6b469d",
24
24
  "@veramo/core": "4.2.0",
25
25
  "@veramo/utils": "4.2.0",
26
26
  "blakejs": "^1.2.1",
@@ -53,5 +53,5 @@
53
53
  "Contact Store"
54
54
  ],
55
55
  "nx": {},
56
- "gitHead": "aa4cb0ada30057fe2fdca5a9c8913707282af04c"
56
+ "gitHead": "1a6b469db3f8b594e9efe603ad196a41bef2e7f7"
57
57
  }
@@ -16,4 +16,4 @@ export type PresentationDefinitionItem = {
16
16
 
17
17
  export type NonPersistedPresentationDefinitionItem = Omit<PresentationDefinitionItem, 'id' | 'createdAt' | 'lastUpdatedAt'>
18
18
  export type PartialPresentationDefinitionItem = Partial<PresentationDefinitionItem>
19
- export type PresentationDefinitionItemFilter = Partial<Omit<PresentationDefinitionItem, 'definitionPayload' | 'dcqlPayload'>> // TODO add logic to linearize & hash definitionPayload into a separate column so we can filter on it?
19
+ export type PresentationDefinitionItemFilter = Partial<Omit<PresentationDefinitionItem, 'definitionPayload' | 'dcqlPayload'>>