@sphereon/ssi-sdk.mdl-mdoc 0.34.1-fix.112 → 0.34.1-fix.117

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.mdl-mdoc",
3
- "version": "0.34.1-fix.112+4e73733e",
3
+ "version": "0.34.1-fix.117+6f692cf3",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -30,11 +30,11 @@
30
30
  "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
31
31
  "@sphereon/pex": "5.0.0-unstable.28",
32
32
  "@sphereon/pex-models": "^2.3.2",
33
- "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.112+4e73733e",
34
- "@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.112+4e73733e",
35
- "@sphereon/ssi-sdk-ext.x509-utils": "0.34.1-fix.112+4e73733e",
36
- "@sphereon/ssi-sdk.core": "0.34.1-fix.112+4e73733e",
37
- "@sphereon/ssi-types": "0.34.1-fix.112+4e73733e",
33
+ "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.117+6f692cf3",
34
+ "@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.117+6f692cf3",
35
+ "@sphereon/ssi-sdk-ext.x509-utils": "0.34.1-fix.117+6f692cf3",
36
+ "@sphereon/ssi-sdk.core": "0.34.1-fix.117+6f692cf3",
37
+ "@sphereon/ssi-types": "0.34.1-fix.117+6f692cf3",
38
38
  "@veramo/core": "4.2.0",
39
39
  "@veramo/did-manager": "4.2.0",
40
40
  "@veramo/utils": "4.2.0",
@@ -49,12 +49,12 @@
49
49
  "devDependencies": {
50
50
  "@sphereon/oid4vci-client": "0.19.1-feature.DIIPv4.106",
51
51
  "@sphereon/oid4vci-common": "0.19.1-feature.DIIPv4.106",
52
- "@sphereon/ssi-express-support": "0.34.1-fix.112+4e73733e",
53
- "@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.112+4e73733e",
54
- "@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.112+4e73733e",
55
- "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.112+4e73733e",
56
- "@sphereon/ssi-sdk.data-store": "0.34.1-fix.112+4e73733e",
57
- "@sphereon/ssi-sdk.public-key-hosting": "0.34.1-fix.112+4e73733e",
52
+ "@sphereon/ssi-express-support": "0.34.1-fix.117+6f692cf3",
53
+ "@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.117+6f692cf3",
54
+ "@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.117+6f692cf3",
55
+ "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.117+6f692cf3",
56
+ "@sphereon/ssi-sdk.data-store": "0.34.1-fix.117+6f692cf3",
57
+ "@sphereon/ssi-sdk.public-key-hosting": "0.34.1-fix.117+6f692cf3",
58
58
  "@transmute/json-web-signature": "0.7.0-unstable.81",
59
59
  "@types/cors": "^2.8.17",
60
60
  "@types/express": "^4.17.21",
@@ -89,5 +89,5 @@
89
89
  "EBSI",
90
90
  "EBSI Authorization Client"
91
91
  ],
92
- "gitHead": "4e73733eaf85b60b3dbde334446c79ebff412d37"
92
+ "gitHead": "6f692cf3d1fdd6a52c757b80010d830c3daf6799"
93
93
  }
@@ -1,7 +1,6 @@
1
1
  import mdocPkg from '@sphereon/kmp-mdoc-core'
2
2
  const { com } = mdocPkg
3
3
  import { Nullable } from '@sphereon/kmp-mdoc-core'
4
-
5
4
  import { calculateJwkThumbprint, globalCrypto, verifyRawSignature } from '@sphereon/ssi-sdk-ext.key-utils'
6
5
  import {
7
6
  CertificateInfo,
@@ -28,15 +27,15 @@ type ICoseCryptoCallbackJS = mdocPkg.com.sphereon.crypto.ICoseCryptoCallbackJS
28
27
  type IKey = mdocPkg.com.sphereon.crypto.IKey
29
28
  type IX509ServiceJS = mdocPkg.com.sphereon.crypto.IX509ServiceJS
30
29
  type Jwk = mdocPkg.com.sphereon.crypto.jose.Jwk
31
- const KeyInfo = mdocPkg.com.sphereon.crypto.KeyInfo
30
+ const KeyInfo = com.sphereon.crypto.KeyInfo
32
31
  type X509VerificationProfile = mdocPkg.com.sphereon.crypto.X509VerificationProfile
33
- const DateTimeUtils = mdocPkg.com.sphereon.kmp.DateTimeUtils
34
- const decodeFrom = mdocPkg.com.sphereon.kmp.decodeFrom
35
- const encodeTo = mdocPkg.com.sphereon.kmp.encodeTo
36
- const Encoding = mdocPkg.com.sphereon.kmp.Encoding
32
+ const DateTimeUtils = com.sphereon.kmp.DateTimeUtils
33
+ const decodeFrom = com.sphereon.kmp.decodeFrom
34
+ const encodeTo = com.sphereon.kmp.encodeTo
35
+ const Encoding = com.sphereon.kmp.Encoding
37
36
  type LocalDateTimeKMP = mdocPkg.com.sphereon.kmp.LocalDateTimeKMP
38
- const SignatureAlgorithm = mdocPkg.com.sphereon.crypto.generic.SignatureAlgorithm
39
- const DefaultCallbacks = mdocPkg.com.sphereon.crypto.DefaultCallbacks
37
+ const SignatureAlgorithm = com.sphereon.crypto.generic.SignatureAlgorithm
38
+ const DefaultCallbacks = com.sphereon.crypto.DefaultCallbacks
40
39
 
41
40
  export class CoseCryptoService implements ICoseCryptoCallbackJS {
42
41
  constructor(private context?: IRequiredContext) {}