Skip to content

Commit

Permalink
Merge pull request #127 from velocitycareerlabs/v0.9.19-fix-deps
Browse files Browse the repository at this point in the history
v0.9.19 fix deps
  • Loading branch information
michaelavoyan authored Jul 30, 2024
2 parents f101713 + 92186c7 commit d2ec738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velocitycareerlabs/vnf-nodejs-wallet-sdk",
"version": "0.9.18",
"version": "0.9.19",
"description": "VNF Wallet SDK Nodejs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,6 +20,7 @@
"dependencies": {
"jose": "~4.13.1",
"canonicalize": "^2.0.0",
"lodash": "~4.17.20",
"@velocitycareerlabs/vc-checks": "1.20.0"
},
"devDependencies": {
Expand All @@ -43,8 +44,7 @@
"rollup": "~3.20.2",
"ts-jest": "~29.0.5",
"ts-node-dev": "~2.0.0",
"typescript": "~4.9.5",
"lodash": "~4.17.20"
"typescript": "~4.9.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d2ec738

Please sign in to comment.