Skip to content

Commit

Permalink
Merge pull request #19 from Dartroom/18-update-pera-connect-package
Browse files Browse the repository at this point in the history
Pera connect and Algosdk packages updated to lastest
  • Loading branch information
stefdegroot committed Mar 22, 2023
2 parents cea557e + 00f6978 commit 554328e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dartroom/signer",
"version": "0.3.1-alpha",
"version": "0.3.2-alpha",
"description": "A package that aggregates multiple Algorand signing options into one interface. Handles signing and address/login management.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -31,9 +31,9 @@
"typescript": "^4.8.2"
},
"dependencies": {
"@perawallet/connect": "^1.1.0",
"@perawallet/connect": "^1.2.1",
"@randlabs/myalgo-connect": "^1.4.0",
"algosdk": "^1.23.2",
"algosdk": "^2.1.0",
"buffer": "^6.0.3"
}
}

0 comments on commit 554328e

Please sign in to comment.