Skip to content

Commit

Permalink
chore: Update to v2 PEX and v0.3 SIOP packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed May 1, 2023
1 parent 45319bb commit 488111f
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SSI-SDK-workspace",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"description": "Sphereon SSI Typescript SDK (Workspace)",
"repository": "[email protected]:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/did-auth-siop-op-authenticator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.3.0-unstable.45",
"@sphereon/pex": "2.0.0",
"@sphereon/did-auth-siop": "0.3.1-unstable.0",
"@sphereon/pex": "2.0.1",
"@sphereon/ssi-sdk-core": "^0.10.0",
"@sphereon/ssi-sdk-did-utils": "^0.10.0",
"@sphereon/ssi-types": "^0.10.0",
Expand Down
67 changes: 46 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2312,15 +2312,15 @@
"@trust/keyto" "^2.0.0-alpha1"
"@veramo/core" "4.2.0"

"@sphereon/[email protected].0-unstable.45":
version "0.3.0-unstable.45"
resolved "https://registry.yarnpkg.com/@sphereon/did-auth-siop/-/did-auth-siop-0.3.0-unstable.45.tgz#d9e2b6d8b9a4451d97c3265138eafd76bf3d575c"
integrity sha512-W6gvc4Kwyvw9caF+ovOTonuisfyWXGIpcf7tkXyc938qq4KdLWryqkOniadUXayTtjTdX5CKnPdF1argX+Tstg==
"@sphereon/[email protected].1-unstable.0":
version "0.3.1-unstable.0"
resolved "https://registry.yarnpkg.com/@sphereon/did-auth-siop/-/did-auth-siop-0.3.1-unstable.0.tgz#01b7d7697f09f918be5adf2077ab86723c10c8c7"
integrity sha512-Omb3Vlr/PO+0GtP8dm6Ve4MGdy8B25rosH05w3OAclnSLciY8/cdU48Q2Q/me/tPURGwQK7Okz5/oTJqSnNulw==
dependencies:
"@sphereon/did-uni-client" "^0.6.0"
"@sphereon/pex" "2.0.0"
"@sphereon/pex-models" "2.0.0"
"@sphereon/ssi-types" "0.9.1-next.120"
"@sphereon/pex" "^2.0.1"
"@sphereon/pex-models" "^2.0.2"
"@sphereon/ssi-types" "^0.10.0"
"@sphereon/wellknown-dids-client" "^0.1.3"
cross-fetch "^3.1.5"
did-jwt "^6.11.6"
Expand Down Expand Up @@ -2396,29 +2396,54 @@
"@waves/ts-lib-crypto" "^1.4.4-beta.1"
lto-api "^0.5.14"

"@sphereon/pex-models@2.0.0", "@sphereon/pex-models@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@sphereon/pex-models/-/pex-models-2.0.0.tgz#144a17b91ed7062bcde6b4456f3f7d2ac3fe0504"
integrity sha512-DjshSMx2TxlC+jgWtc8l4iWy5sAeqsqhQeqDbDul2yZRfAzPucHALHUIC5QxZ5AU2VSbiunb/+8WJa98MSpD4Q==
"@sphereon/pex-models@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@sphereon/pex-models/-/pex-models-2.0.2.tgz#541b3f77522ab295da70b65baa0994e249073d1b"
integrity sha512-ptHM72tdQrhMYSItHoGCm3HgK+HGF6tI29zYfS47H3M7ZjKhBgfmVHohuxhxA0Q6cL5gqH1jEA8G5Z2tadHmTw==

"@sphereon/[email protected].0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@sphereon/pex/-/pex-2.0.0.tgz#22f20b26e2e918b2b9d541bed4c55e99aaf6eb21"
integrity sha512-bjhTkuHzuPV+CZTXHGbG9R/RRTAZ2WqN4Bd3uM/ThB0eRppSi3u1yZkUff3fZC6Y6n8lAhzqv8mWgeluBZHp8Q==
"@sphereon/[email protected].1", "@sphereon/pex@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@sphereon/pex/-/pex-2.0.1.tgz#277de5dd1346c30c50b67fbbbfb8919004c05b52"
integrity sha512-9UW1z60ltPMEauqKXa73gTfmU8SrPxH+X7Rx9v7G13ZmeTC8Yjfm2C7Mit01B9BCL49gShV4htG8np3+UKlorg==
dependencies:
"@sphereon/pex-models" "^2.0.0"
"@sphereon/ssi-types" "0.9.1-next.120"
"@sphereon/pex-models" "^2.0.2"
"@sphereon/ssi-types" "^0.10.0"
ajv "^8.12.0"
ajv-formats "^2.1.1"
jsonpath "^1.1.1"
jwt-decode "^3.1.2"
nanoid "^3.3.6"
string.prototype.matchall "^4.0.8"

"@sphereon/[email protected]":
version "0.9.1-next.120"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.9.1-next.120.tgz#fe1bc2c8d1bb1f90eb4244e341327204ebfc1036"
integrity sha512-RauDmj27176Ovo0r6EIwrqE+CqlSlVNr0xt0wFblKHinSLdCxrbi263zp07fTlDcyEWOsQSuDBKgL2LFsryU0Q==
"@sphereon/ssi-sdk-core@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-core/-/ssi-sdk-core-0.9.0.tgz#2c9a9edef2408d5b0bf5ab76c58752f512a805a1"
integrity sha512-WGHy+13VRcV3tbOwRssGN8t/rtZGZNdrVrdFxfiRnAnQzClS3QQRRcx031pFTaR4MKC0gizol57gt/Uym5IyKQ==
dependencies:
"@scure/base" "^1.1.1"
"@sphereon/ssi-types" "^0.9.0"
"@veramo/core" "4.2.0"

"@sphereon/ssi-sdk-did-utils@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-did-utils/-/ssi-sdk-did-utils-0.9.0.tgz#fd420b3208d662fa56779838462349ecc523bc6c"
integrity sha512-eip1DxvuF194nB9VfYT+RrlppSu+E5/smk/pfbFmv8ANaP8L0o3Guwi+woIfuZNFIHfgZSlDGHAPhyQea95Iqg==
dependencies:
"@sphereon/did-uni-client" "^0.6.0"
"@sphereon/jsencrypt" "3.3.2-unstable.0"
"@sphereon/ssi-sdk-core" "^0.9.0"
"@sphereon/ssi-types" "^0.9.0"
"@trust/keyto" "^2.0.0-alpha1"
"@veramo/core" "^4.2.0"
"@veramo/utils" "^4.2.0"
did-resolver "^4.0.1"
elliptic "^6.5.4"
uint8arrays "^3.1.1"

"@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"
integrity sha512-umCr/syNcmvMMbQ+i/r/mwjI1Qw2aFPp9AwBTvTo1ailAVaaJjJGPkkVz1K9/2NZATNdDiQ3A8yGzdVJoKh9pA==
dependencies:
jwt-decode "^3.1.2"

Expand Down

0 comments on commit 488111f

Please sign in to comment.