@sphereon/ssi-sdk.data-store 0.36.1-feature.vdx24.einvoice.endpoints.122 → 0.36.1-feature.vdx24.einvoice.inbox.127

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.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
3
+ "version": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,12 +28,12 @@
28
28
  "dependencies": {
29
29
  "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
30
30
  "@sphereon/pex": "5.0.0-unstable.28",
31
- "@sphereon/ssi-sdk-ext.did-utils": "0.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
32
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
33
- "@sphereon/ssi-sdk.agent-config": "0.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
34
- "@sphereon/ssi-sdk.core": "0.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
35
- "@sphereon/ssi-sdk.data-store-types": "0.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
36
- "@sphereon/ssi-types": "0.36.1-feature.vdx24.einvoice.endpoints.122+88b3421b",
31
+ "@sphereon/ssi-sdk-ext.did-utils": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
32
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
33
+ "@sphereon/ssi-sdk.agent-config": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
34
+ "@sphereon/ssi-sdk.core": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
35
+ "@sphereon/ssi-sdk.data-store-types": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
36
+ "@sphereon/ssi-types": "0.36.1-feature.vdx24.einvoice.inbox.127+3fa475f6",
37
37
  "@veramo/core": "4.2.0",
38
38
  "@veramo/data-store": "4.2.0",
39
39
  "@veramo/utils": "4.2.0",
@@ -67,5 +67,5 @@
67
67
  "PostgreSQL",
68
68
  "Contact Store"
69
69
  ],
70
- "gitHead": "88b3421b6e5bc5f630bf5f877c8db095c5850444"
70
+ "gitHead": "3fa475f6938149c7104b7ca746e6883aa44c3d24"
71
71
  }
package/src/index.ts CHANGED
@@ -47,7 +47,6 @@ export { MachineStateStore } from './machineState/MachineStateStore'
47
47
  export { PDStore } from './presentationDefinition/PDStore'
48
48
  export {
49
49
  DataStoreMigrations,
50
- DataStoreMigrationsWithVeramo,
51
50
  DataStoreEventLoggerMigrations,
52
51
  DataStoreContactMigrations,
53
52
  DataStoreDigitalCredentialMigrations,
@@ -56,6 +55,7 @@ export {
56
55
  DataStoreMachineStateMigrations,
57
56
  DataStorePresentationDefinitionMigrations,
58
57
  DataStoreServiceMigrations,
58
+ DataStoreMigrationsWithVeramo,
59
59
  VeramoDataStoreMigrations,
60
60
  VeramoDataStoreEntities,
61
61
  } from './migrations'
@@ -134,6 +134,7 @@ export const DataStoreEntitiesWithVeramo = [
134
134
  ...DataStoreEntities,
135
135
  ]
136
136
 
137
+
137
138
  export {
138
139
  BaseConfigEntity,
139
140
  ConnectionEntity,
@@ -54,6 +54,8 @@ export const DataStoreMigrations = [
54
54
  ...DataStoreServiceMigrations,
55
55
  ]
56
56
 
57
+
58
+
57
59
  // All migrations combined with Veramo migrations first - use this when you need both
58
60
  export const DataStoreMigrationsWithVeramo = [
59
61
  ...VeramoDataStoreMigrations,