diff --git a/package.json b/package.json index d9f5e56..2a708e2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "fix": "run-s fix:*", "fix:prettier": "prettier \"{src,test}/**/*.ts\" --write", "fix:lint": "eslint . --ext .ts --fix", - "test": "run-s build test:*", + "test": "run-s test:*", "test:lint": "eslint . --ext .ts", "test:prettier": "prettier \"{src,test}/**/*.ts\" --list-different", "test:cov": "jest --ci --coverage && codecov", @@ -32,7 +32,7 @@ "@sphereon/did-uni-client": "^0.6.1", "@sphereon/pex": "^3.3.1", "@sphereon/pex-models": "^2.2.2", - "@sphereon/ssi-types": "0.19.0", + "@sphereon/ssi-types": "0.21.0", "@sphereon/wellknown-dids-client": "^0.1.3", "cross-fetch": "^4.0.0", "did-jwt": "6.11.6", diff --git a/test/IT.spec.ts b/test/IT.spec.ts index cb62e50..045ef97 100644 --- a/test/IT.spec.ts +++ b/test/IT.spec.ts @@ -28,7 +28,7 @@ import { VPTokenLocation, } from '../src'; import { checkSIOPSpecVersionSupported } from '../src/helpers/SIOPSpecVersion'; -import { InMemoryRPSessionManager } from '../src/rp/InMemoryRPSessionManager'; +import { InMemoryRPSessionManager } from '../src'; import { mockedGetEnterpriseAuthToken, WELL_KNOWN_OPENID_FEDERATION } from './TestUtils'; import { diff --git a/yarn.lock b/yarn.lock index e2615cd..e449ccf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2628,6 +2628,14 @@ "@sd-jwt/decode" "^0.2.0" jwt-decode "^3.1.2" +"@sphereon/ssi-types@0.21.0": + version "0.21.0" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.21.0.tgz#2ff0e9e0dc3881aa5014af2eb2c69856dbe07cb9" + integrity sha512-gYZVib6KkJ1+SF06ajvjgafrIalKLKuR1afdyigq3tFzWxPJ2mWUEl56EtqPsx0keW0AHfMaQAFebRE4fyDskg== + dependencies: + "@sd-jwt/decode" "^0.6.1" + jwt-decode "^3.1.2" + "@sphereon/ssi-types@^0.9.0": version "0.9.0" resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.9.0.tgz#d140eb6abd77381926d0da7ac51b3c4b96a31b4b"