Skip to content

Commit

Permalink
Upgrading ContractKit
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 3, 2023
1 parent 66b7fd4 commit e822ee2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@wharfkit/antelope": "^0.7.3",
"@wharfkit/contract": "0.4.2",
"@wharfkit/contract": "^0.4.3",
"@wharfkit/resources": "^1.0.0",
"git": "^0.1.5",
"tslib": "^2.1.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
pako "^2.0.4"
tslib "^2.1.0"

"@wharfkit/antelope@^0.7.3":
"@wharfkit/antelope@^0.7.3", "@wharfkit/antelope@^0.8.0":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-0.7.3.tgz#408f6c587f4f5990d4b55596c10be2e976798641"
integrity sha512-pyUmuXUpLQh1RVpJVIcbVUHTwV/DQ+MI0nlfWDBHIICdYf6XidZtQmaHB7JEXiFzlS8T7S9Xc5VOTOQU8dnl3Q==
Expand All @@ -569,13 +569,13 @@
dependencies:
tslib "^2.1.0"

"@wharfkit/[email protected].2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@wharfkit/contract/-/contract-0.4.2.tgz#cec2ca9585bf1c63b9458089cbd0388b727b800f"
integrity sha512-jSnxaaIy8ZyXljfO2DrR7ytG7VFZX6ml8b6tncZE7GvkPpEt3zEfR3YJmUfYCvbwJTn5Zk6/EWtIl5YTrEaxOA==
"@wharfkit/contract@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@wharfkit/contract/-/contract-0.4.3.tgz#086ee80ae4b87b14a4d8674fa1f53983a9cc8817"
integrity sha512-TjsuUdk9Ep3PJdzp8im4Pw+yDHzF0o7+IReIm5Q6FHe9DWh8HgexETR8VsgzB43bmvKvIUrMZReFRb70wB3P9w==
dependencies:
"@wharfkit/abicache" "^1.1.1"
"@wharfkit/antelope" "^0.7.3"
"@wharfkit/antelope" "^0.8.0"
"@wharfkit/signing-request" "^3.0.0"
tslib "^2.1.0"

Expand Down

0 comments on commit e822ee2

Please sign in to comment.