sdk/js-query: bump version

This commit is contained in:
Evan Gray 2024-01-25 14:55:47 -05:00 committed by Evan Gray
parent a445287f38
commit e9f9b52d7b
3 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
## 0.0.9
Fix SolanaAccount mock for minContextSlot
## 0.0.8
Add signaturesToEvmStruct utility
Fix SolanaAccount mock for minContextSlot and dataSliceOffset == 0
Fix SolanaAccount mock for dataSliceOffset == 0
## 0.0.7

View File

@ -1,12 +1,12 @@
{
"name": "@wormhole-foundation/wormhole-query-sdk",
"version": "0.0.8",
"version": "0.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@wormhole-foundation/wormhole-query-sdk",
"version": "0.0.8",
"version": "0.0.9",
"license": "Apache-2.0",
"dependencies": {
"@ethersproject/keccak256": "^5.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/wormhole-query-sdk",
"version": "0.0.8",
"version": "0.0.9",
"description": "Wormhole cross-chain query SDK",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",