@sphereon/ssi-sdk.vc-status-list-issuer 0.33.1-next.73 → 0.34.1-feature.SSISDK.17.bitstring.sl.2

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.
Files changed (2) hide show
  1. package/package.json +17 -17
  2. package/src/functions.ts +1 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.vc-status-list-issuer",
3
3
  "description": "Sphereon SSI-SDK plugin for Status List issuance",
4
- "version": "0.33.1-next.73+be17b2cb",
4
+ "version": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -29,12 +29,12 @@
29
29
  "dependencies": {
30
30
  "@sd-jwt/core": "^0.9.2",
31
31
  "@sd-jwt/sd-jwt-vc": "^0.9.2",
32
- "@sphereon/ssi-sdk-ext.did-utils": "0.28.1-next.53",
33
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-next.53",
34
- "@sphereon/ssi-sdk.core": "0.33.1-next.73+be17b2cb",
35
- "@sphereon/ssi-sdk.vc-status-list": "0.33.1-next.73+be17b2cb",
36
- "@sphereon/ssi-sdk.vc-status-list-issuer-drivers": "0.33.1-next.73+be17b2cb",
37
- "@sphereon/ssi-types": "0.33.1-next.73+be17b2cb",
32
+ "@sphereon/ssi-sdk-ext.did-utils": "0.29.0",
33
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0",
34
+ "@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
35
+ "@sphereon/ssi-sdk.vc-status-list": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
36
+ "@sphereon/ssi-sdk.vc-status-list-issuer-drivers": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
37
+ "@sphereon/ssi-types": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
38
38
  "@sphereon/vc-status-list": "7.0.0-next.0",
39
39
  "@veramo/core": "4.2.0",
40
40
  "debug": "^4.3.5",
@@ -47,15 +47,15 @@
47
47
  "devDependencies": {
48
48
  "@babel/preset-typescript": "^7.24.7",
49
49
  "@sphereon/did-uni-client": "^0.6.3",
50
- "@sphereon/oid4vci-common": "0.17.1-next.39",
51
- "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.28.1-next.53",
52
- "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.28.1-next.53",
53
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-next.53",
54
- "@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-next.53",
55
- "@sphereon/ssi-sdk.agent-config": "0.33.1-next.73+be17b2cb",
56
- "@sphereon/ssi-sdk.credential-vcdm": "0.33.1-next.73+be17b2cb",
57
- "@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.33.1-next.73+be17b2cb",
58
- "@sphereon/ssi-sdk.data-store": "0.33.1-next.73+be17b2cb",
50
+ "@sphereon/oid4vci-common": "0.19.0",
51
+ "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.29.0",
52
+ "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.29.0",
53
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0",
54
+ "@sphereon/ssi-sdk-ext.jwt-service": "0.29.0",
55
+ "@sphereon/ssi-sdk.agent-config": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
56
+ "@sphereon/ssi-sdk.credential-vcdm": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
57
+ "@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
58
+ "@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.17.bitstring.sl.2+0a0992f6",
59
59
  "@types/body-parser": "^1.19.5",
60
60
  "@types/cookie-parser": "^1.4.7",
61
61
  "@types/cors": "^2.8.17",
@@ -98,5 +98,5 @@
98
98
  "SSI",
99
99
  "StatusList2021"
100
100
  ],
101
- "gitHead": "be17b2cb752a6e5368119259e89a1f2a99f56848"
101
+ "gitHead": "0a0992f6323610a12e82716b1d80a2eedf4b4669"
102
102
  }
package/src/functions.ts CHANGED
@@ -211,11 +211,10 @@ export const handleCredentialStatus = async (
211
211
  )
212
212
  },
213
213
  })
214
+
214
215
  if (!credential.credentialStatus || Array.isArray(credential.credentialStatus)) {
215
216
  credential.credentialStatus = {
216
217
  id: `${statusListId}`,
217
- type: 'StatusList2021Entry',
218
- statusPurpose: 'revocation',
219
218
  statusListCredential: statusListId,
220
219
  ...updateResult.credentialStatus,
221
220
  }