@sphereon/ssi-sdk.data-store 0.11.1-unstable.102 → 0.11.1-unstable.104

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.11.1-unstable.102+7cc199b",
3
+ "version": "0.11.1-unstable.104+abffd6e",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres"
14
14
  },
15
15
  "dependencies": {
16
- "@sphereon/ssi-types": "0.11.1-unstable.102+7cc199b",
16
+ "@sphereon/ssi-types": "0.11.1-unstable.104+abffd6e",
17
17
  "@veramo/core": "4.2.0",
18
18
  "class-validator": "^0.14.0",
19
19
  "debug": "^4.3.4",
@@ -41,5 +41,5 @@
41
41
  "PostgreSQL",
42
42
  "Contact Store"
43
43
  ],
44
- "gitHead": "7cc199bceef48a9407d2805a241dbf18041341ee"
44
+ "gitHead": "abffd6ea92fd112e62475cd13063e9831036f03c"
45
45
  }
@@ -959,7 +959,7 @@ describe('Issuance branding store tests', (): void => {
959
959
  uri: '',
960
960
  dataUri: '',
961
961
  mediaType: '',
962
- alt: ''
962
+ alt: '',
963
963
  },
964
964
  description: '',
965
965
  background: {
@@ -968,14 +968,14 @@ describe('Issuance branding store tests', (): void => {
968
968
  uri: '',
969
969
  mediaType: '',
970
970
  dataUri: '',
971
- alt: ''
972
- }
971
+ alt: '',
972
+ },
973
973
  },
974
974
  text: {
975
975
  color: '',
976
- }
977
- }
978
- ]
976
+ },
977
+ },
978
+ ],
979
979
  }
980
980
 
981
981
  const result: ICredentialBranding = await issuanceBrandingStore.addCredentialBranding(credentialBranding)
@@ -1861,7 +1861,7 @@ describe('Issuance branding store tests', (): void => {
1861
1861
  uri: '',
1862
1862
  dataUri: '',
1863
1863
  mediaType: '',
1864
- alt: ''
1864
+ alt: '',
1865
1865
  },
1866
1866
  description: '',
1867
1867
  background: {
@@ -1870,14 +1870,14 @@ describe('Issuance branding store tests', (): void => {
1870
1870
  uri: '',
1871
1871
  mediaType: '',
1872
1872
  dataUri: '',
1873
- alt: ''
1874
- }
1873
+ alt: '',
1874
+ },
1875
1875
  },
1876
1876
  text: {
1877
1877
  color: '',
1878
- }
1879
- }
1880
- ]
1878
+ },
1879
+ },
1880
+ ],
1881
1881
  }
1882
1882
 
1883
1883
  const result: IIssuerBranding = await issuanceBrandingStore.addIssuerBranding(issuerBranding)