Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-bellotti committed Dec 5, 2024
1 parent 21b6fd9 commit 62e3c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avnu/avnu-sdk",
"version": "2.1.1",
"version": "3.0.0",
"description": "TypeScript SDK for building exchange functionality on Layers 2 with the AVNU API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -51,8 +51,8 @@
],
"peerDependencies": {
"ethers": "^6.13.0",
"qs": "^6.13.0",
"moment": "^2.30.1",
"qs": "^6.13.0",
"starknet": "^6.11.0"
},
"devDependencies": {
Expand All @@ -72,8 +72,8 @@
"ethers": "6.13.4",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"moment": "2.30.1",
"prettier": "3.4.1",
"qs": "6.13.1",
"size-limit": "11.1.6",
"starknet": "6.11.0",
Expand Down

0 comments on commit 62e3c4d

Please sign in to comment.