Skip to content

Commit

Permalink
fix(compatibility): use blakejs that doesn't refer to Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 12, 2022
1 parent 0e69d8b commit 94f1879
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 31 deletions.
42 changes: 13 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"SDK"
],
"dependencies": {
"@aeternity/aepp-calldata": "github:aeternity/aepp-calldata-js#a623a44a259cc53e99b1e358ecc7b3f88edcb45c",
"@aeternity/aepp-calldata": "github:aeternity/aepp-calldata-js#a2afc153ae03c28e2fd0706eefb3055c24459683",
"@aeternity/argon2-browser": "^0.1.2",
"@aeternity/json-bigint": "^0.3.1",
"@aeternity/uuid": "^0.0.1",
Expand All @@ -44,7 +44,7 @@
"aes-js": "^3.1.2",
"bignumber.js": "^9.0.2",
"bip32-path": "^0.4.2",
"blakejs": "^1.1.1",
"blakejs": "github:aeternity/blakejs",
"bs58": "^4.0.1",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
Expand Down

0 comments on commit 94f1879

Please sign in to comment.