@sphereon/ssi-sdk.credential-vcdm2-sdjwt-provider 0.34.1-fix.226 → 0.34.1-fix.247

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.credential-vcdm2-sdjwt-provider",
3
3
  "description": "Plugin for working with W3C Verifiable Credentials DataModel 2 JOSE Credentials & Presentations.",
4
- "version": "0.34.1-fix.226+0b5294f9",
4
+ "version": "0.34.1-fix.247+6c4b1882",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -31,14 +31,14 @@
31
31
  "@sd-jwt/sd-jwt-vc": "^0.15.1",
32
32
  "@sd-jwt/types": "^0.15.0",
33
33
  "@sd-jwt/utils": "^0.15.0",
34
- "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.226+0b5294f9",
35
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.226+0b5294f9",
36
- "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.226+0b5294f9",
37
- "@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.226+0b5294f9",
38
- "@sphereon/ssi-sdk.core": "0.34.1-fix.226+0b5294f9",
39
- "@sphereon/ssi-sdk.credential-vcdm": "0.34.1-fix.226+0b5294f9",
40
- "@sphereon/ssi-sdk.sd-jwt": "0.34.1-fix.226+0b5294f9",
41
- "@sphereon/ssi-types": "0.34.1-fix.226+0b5294f9",
34
+ "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.247+6c4b1882",
35
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.247+6c4b1882",
36
+ "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.247+6c4b1882",
37
+ "@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.247+6c4b1882",
38
+ "@sphereon/ssi-sdk.core": "0.34.1-fix.247+6c4b1882",
39
+ "@sphereon/ssi-sdk.credential-vcdm": "0.34.1-fix.247+6c4b1882",
40
+ "@sphereon/ssi-sdk.sd-jwt": "0.34.1-fix.247+6c4b1882",
41
+ "@sphereon/ssi-types": "0.34.1-fix.247+6c4b1882",
42
42
  "@veramo/core": "4.2.0",
43
43
  "@veramo/utils": "4.2.0",
44
44
  "canonicalize": "^2.0.0",
@@ -50,10 +50,10 @@
50
50
  "uint8arrays": "3.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@sphereon/ssi-sdk-ext.did-provider-key": "0.34.1-fix.226+0b5294f9",
54
- "@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.226+0b5294f9",
55
- "@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.226+0b5294f9",
56
- "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.226+0b5294f9",
53
+ "@sphereon/ssi-sdk-ext.did-provider-key": "0.34.1-fix.247+6c4b1882",
54
+ "@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.247+6c4b1882",
55
+ "@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.247+6c4b1882",
56
+ "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.247+6c4b1882",
57
57
  "@types/debug": "4.1.8",
58
58
  "@veramo/did-manager": "4.2.0",
59
59
  "@veramo/did-provider-ethr": "4.2.0",
@@ -90,5 +90,5 @@
90
90
  "node_modules",
91
91
  "src"
92
92
  ],
93
- "gitHead": "0b5294f9513532c0bf553b1faf38363c5754b5af"
93
+ "gitHead": "6c4b188290980043b16a2aecce8bb0670d6e8ef2"
94
94
  }
@@ -10,18 +10,13 @@ import { EthrDIDProvider } from '@veramo/did-provider-ethr'
10
10
  import { Resolver } from 'did-resolver'
11
11
  import { getResolver as ethrDidResolver } from 'ethr-did-resolver'
12
12
 
13
- import 'cross-fetch/polyfill'
13
+ import fetch from 'cross-fetch'
14
14
  import { CredentialProviderVcdm2SdJwt } from '../agent/CredentialProviderVcdm2SdJwt'
15
15
  import { type ISphereonKeyManager, MemoryKeyStore, MemoryPrivateKeyStore, SphereonKeyManager } from '@sphereon/ssi-sdk-ext.key-manager'
16
16
  import { SphereonKeyManagementSystem } from '@sphereon/ssi-sdk-ext.kms-local'
17
17
  import { IdentifierResolution, IIdentifierResolution } from '@sphereon/ssi-sdk-ext.identifier-resolution'
18
18
  import { IJwtService, JwtService } from '@sphereon/ssi-sdk-ext.jwt-service'
19
- import {
20
- CredentialMapper,
21
- JwtDecodedVerifiableCredential,
22
- OriginalVerifiableCredential,
23
- VCDM_CREDENTIAL_CONTEXT_V2
24
- } from '@sphereon/ssi-types'
19
+ import { CredentialMapper, JwtDecodedVerifiableCredential, OriginalVerifiableCredential, VCDM_CREDENTIAL_CONTEXT_V2 } from '@sphereon/ssi-types'
25
20
  import { SDJwtPlugin } from '@sphereon/ssi-sdk.sd-jwt'
26
21
 
27
22
  const infuraProjectId = '3586660d179141e3801c3895de1c2eba'