Skip to content

Commit

Permalink
Merge pull request #47 from velocitycareerlabs/VL-7723-cont
Browse files Browse the repository at this point in the history
fix api entry point
  • Loading branch information
michaelavoyan authored Apr 24, 2024
2 parents fb9b19a + 06b95d8 commit 18fe08d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/sample-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@fastify/autoload": "~5.7.1",
"env-var": "~7.3.0",
"fastify": "~4.15.0",
"@velocitycareerlabs/vnf-nodejs-wallet-sdk": "^0.8.3"
"@velocitycareerlabs/vnf-nodejs-wallet-sdk": "^0.8.4"
},
"devDependencies": {
"@jest/globals": "~29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@velocitycareerlabs/vnf-nodejs-wallet-sdk",
"version": "0.8.3",
"version": "0.8.4",
"description": "VNF Wallet SDK Nodejs",
"main": "index.js",
"types": "index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix --ext .js .",
Expand Down

0 comments on commit 18fe08d

Please sign in to comment.