Skip to content

Commit

Permalink
Updating to fix buffer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Nov 13, 2023
1 parent 538d4c1 commit 7a3d8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@
},
"dependencies": {
"@wharfkit/abicache": "^1.2.0",
"@wharfkit/antelope": "^1.0.0",
"@wharfkit/antelope": "^1.0.1",
"@wharfkit/common": "^1.2.0",
"@wharfkit/signing-request": "^3.1.0",
"pako": "^2.0.4",
"tslib": "^2.1.0"
},
"resolutions": {
"@wharfkit/antelope": "^1.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-alias": "^3.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1271,10 +1271,10 @@
pako "^2.0.4"
tslib "^2.1.0"

"@wharfkit/antelope@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.0.tgz#c3057b70575991be5de3aea19e0c474614783c80"
integrity sha512-gwc6L3AzceN/menx9HCV22Ekd3it1wRruY6dIkyfCaV2UBGmfvIVJ3wPaDi4Ppj2k50b86ShSSHdd52jOFd+dg==
"@wharfkit/antelope@^1.0.0", "@wharfkit/antelope@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.1.tgz#38c2966573b6d26be2a0c54d46b4db73993259fe"
integrity sha512-Mos1KiJ8Rqf5y+bO3ctbzYsiClVoAhRNWdAQXyXu4Pjj7mtvqLziPcqeg+w6JMMoPeF+D+RUTaxvYgbAOvWkqg==
dependencies:
bn.js "^4.11.9"
brorand "^1.1.0"
Expand Down

0 comments on commit 7a3d8f1

Please sign in to comment.