Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Aug 13, 2024
1 parent d96de05 commit 8c123a9
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": "@blockworks-foundation/mangolana",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,12 +30,12 @@
},
"homepage": "https://github.com/blockworks-foundation/mangolana#readme",
"dependencies": {
"@solana/promises": "2.0.0-canary-20240812091942",
"@solana/web3.js": "^1.95.2",
"bs58": "^5.0.0",
"isomorphic-ws": "^5.0.0",
"node-fetch": "3.3.2",
"ws": "^8.18.0",
"@solana/promises": "2.0.0-canary-20240812091942"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "20.12.7",
Expand Down

0 comments on commit 8c123a9

Please sign in to comment.