Skip to content

Commit

Permalink
Merge pull request #197 from ainblockchain/feature/platfowner/feature
Browse files Browse the repository at this point in the history
Upgrade ain-util package to v1.2.1
  • Loading branch information
platfowner authored Jul 5, 2024
2 parents f396b87 + 38f84be commit cc44c96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/ain.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ exports[`ain-js Database get with options 5`] = `
}
`;

exports[`ain-js Database getProofHash 1`] = `"0x88496dfee3566db91f487aa4cbf69a0c42a3e2a5d0a65bfd4897d699e8734785"`;
exports[`ain-js Database getProofHash 1`] = `"0x596d0fd28fd56eea0e286985a17e8b1374b7a7557539fd137dcdea0187da6956"`;

exports[`ain-js Database getStateInfo 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@ainblockchain/ain-util": "^1.1.9",
"@ainblockchain/ain-util": "^1.2.1",
"@types/node": "^12.7.3",
"@types/randombytes": "^2.0.0",
"@types/semver": "^7.3.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ainblockchain/ain-util@^1.1.9":
version "1.1.9"
resolved "https://registry.yarnpkg.com/@ainblockchain/ain-util/-/ain-util-1.1.9.tgz#4369547af354d84229c5b0f1fd4e93e8497d6227"
integrity sha512-u3q0h0zwWk+vzZ6VpBZiagVKJbNw/Dw4LVjBAhOvgPCx/E3jHHQCufIMDGqD4wjeBuHVtTAQyMTv7LRPSZFBGg==
"@ainblockchain/ain-util@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ainblockchain/ain-util/-/ain-util-1.2.0.tgz#d2ac228c729cae9f87e8d43120ab0b4fab9de436"
integrity sha512-M0hjvyOSNurTVW1J5sW2zQoAqhry06OAInN3Mz9ARHde19rV2e23hob9laXQTayFUAYRQ5BZqITW9qtOL6HP7A==
dependencies:
bip39 "^3.0.4"
bn.js "^4.11.8"
Expand Down

0 comments on commit cc44c96

Please sign in to comment.