Skip to content

Commit

Permalink
bump hooks-toolkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Feb 29, 2024
1 parent 1dd8d42 commit 5c0e2d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ xrpld
xahau

playground.ts
*partner.ts
mainnet*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@transia/hooks-toolkit": "^1.0.12",
"@transia/hooks-toolkit": "^1.0.13",
"@transia/ripple-binary-codec": "^1.4.6-alpha.8",
"c2wasm-cli": "^1.0.6",
"chai": "^4.3.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -676,13 +676,13 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@transia/hooks-toolkit@^1.0.12":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@transia/hooks-toolkit/-/hooks-toolkit-1.0.12.tgz#774cd2e8987dcad639b6133d4d6f4eb4c9ed5695"
integrity sha512-oDOitnS7MStn1Zg9Om8jArxYCRH9hbjnpqw8h0hhoOjj24iYMCpHdDP70X6g7thUqJcdaqx8e03HUMk0XKDlhQ==
"@transia/hooks-toolkit@^1.0.13":
version "1.0.13"
resolved "https://registry.yarnpkg.com/@transia/hooks-toolkit/-/hooks-toolkit-1.0.13.tgz#8bec788298c2776fdf284aa0add07f12536c4366"
integrity sha512-694yaHSqR9Zq6ShTAqBwmSKIKnF00to6cJGssDL9Il8piCzSjbp6EUVsVtwJBmDVe7ki0/LNnWIJo53gnm4y7w==
dependencies:
"@transia/xpop-toolkit" "^1.0.4"
"@transia/xrpl" "^2.7.3-alpha.24"
"@transia/xrpl" "^2.7.3-alpha.25"
"@types/create-hash" "^1.2.4"
"@types/elliptic" "^6.4.16"
c2wasm-cli "^1.0.6"
Expand Down Expand Up @@ -762,10 +762,10 @@
lodash "^4.17.4"
ws "^8.2.2"

"@transia/xrpl@^2.7.3-alpha.24":
version "2.7.3-alpha.24"
resolved "https://registry.yarnpkg.com/@transia/xrpl/-/xrpl-2.7.3-alpha.24.tgz#215f1a03e24bc8908797dc3ce17d5c90c8bb17ef"
integrity sha512-IqU+n9PRf4Ev6LPk5LT3Nes2a2j1QQYLcqXajSAow2tS5zfwRrCuyaPiPRROcuCOkXdu0j/zSurrPFxE3nJ2MQ==
"@transia/xrpl@^2.7.3-alpha.25":
version "2.7.3-alpha.25"
resolved "https://registry.yarnpkg.com/@transia/xrpl/-/xrpl-2.7.3-alpha.25.tgz#ae4a5d7f0cc11cafac206d34ae877d0f30816a23"
integrity sha512-MJTU9YJ4F+KSAq3w0bYaX2yZQQ7dSzqdBvW0/Z40pVw/r1xbIHj4E1nGXR/qhWVGONwZx5QVunEKR/g1yAFgng==
dependencies:
"@transia/ripple-address-codec" "^4.2.8-alpha.0"
"@transia/ripple-binary-codec" "^1.4.6-alpha.8"
Expand Down

0 comments on commit 5c0e2d5

Please sign in to comment.