Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 29, 2024
1 parent 79713d8 commit 367ef08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/pex",
"version": "3.2.1-unstable.7",
"version": "3.3.0",
"description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@astronautlabs/jsonpath": "^1.1.2",
"@sd-jwt/present": "^0.3.0",
"@sd-jwt/decode": "^0.3.0",
"@sd-jwt/present": "^0.3.0",
"@sd-jwt/utils": "^0.3.0",
"@sphereon/pex-models": "^2.2.2",
"@sphereon/ssi-types": "0.18.1",
Expand Down

0 comments on commit 367ef08

Please sign in to comment.