Skip to content

Commit

Permalink
updated version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsc0x committed Oct 22, 2024
1 parent be3180c commit c8ff9e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/aave-v3-aptos-ts-sdk",
"version": "0.0.13",
"version": "0.0.14",
"description": "Aave's typescript sdk for Aptos",
"main": "dist/cmd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"bundle.min.js"
],
"dependencies": {
"@aptos-labs/ts-sdk": "^1.29.1",
"@aptos-labs/ts-sdk": "^1.30.0",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
Expand All @@ -80,8 +80,8 @@
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -108,7 +108,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"typescript-eslint": "^8.11.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit c8ff9e4

Please sign in to comment.