Skip to content

Commit 58b1ba7

Browse files
authored
Merge pull request #198 from ainblockchain/release/v1.11.0
Upgrade version to 1.11.0
2 parents b82320c + 6505aea commit 58b1ba7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

__tests__/__snapshots__/ain.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ exports[`ain-js Database get with options 5`] = `
169169
}
170170
`;
171171

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

174174
exports[`ain-js Database getStateInfo 1`] = `
175175
{

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ainblockchain/ain-js",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "",
55
"main": "lib/ain.js",
66
"scripts": {
@@ -50,7 +50,7 @@
5050
"typescript": "^5.4.5"
5151
},
5252
"dependencies": {
53-
"@ainblockchain/ain-util": "^1.1.9",
53+
"@ainblockchain/ain-util": "^1.2.1",
5454
"@types/node": "^12.7.3",
5555
"@types/randombytes": "^2.0.0",
5656
"@types/semver": "^7.3.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

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

0 commit comments

Comments
 (0)