@mysten/zksend
Advanced tools
Comparing version 0.0.0-experimental-20240111232544 to 0.0.0-experimental-20240112000237
# @mysten/zksend | ||
## 0.0.0-experimental-20240111232544 | ||
## 0.0.0-experimental-20240112000237 | ||
@@ -13,2 +13,3 @@ ### Minor Changes | ||
- c6b3066069: Fix cursor when enumerating links owned assets | ||
- 66fbbc7faa: Detect gasCoin when claiming | ||
- c6b3066069: Improve zkSend error messages | ||
@@ -21,4 +22,4 @@ - 44a1f9ea0b: Tweak types of events sent over the bridge | ||
- Updated dependencies [9a14e61db4] | ||
- @mysten/sui.js@0.0.0-experimental-20240111232544 | ||
- @mysten/wallet-standard@0.0.0-experimental-20240111232544 | ||
- @mysten/sui.js@0.0.0-experimental-20240112000237 | ||
- @mysten/wallet-standard@0.0.0-experimental-20240112000237 | ||
@@ -25,0 +26,0 @@ ## 0.1.1 |
@@ -297,2 +297,7 @@ "use strict"; | ||
} while (nextCursor); | ||
const coins = await __privateGet(this, _client2).getCoins({ | ||
coinType: SUI_COIN_TYPE, | ||
owner: __privateGet(this, _keypair2).toSuiAddress() | ||
}); | ||
__privateSet(this, _gasCoin, coins.data.find((coin) => BigInt(coin.balance) % 1000n === 987n)); | ||
}; | ||
@@ -299,0 +304,0 @@ _loadInitialTransactionData = new WeakSet(); |
@@ -280,2 +280,7 @@ var __accessCheck = (obj, member, msg) => { | ||
} while (nextCursor); | ||
const coins = await __privateGet(this, _client2).getCoins({ | ||
coinType: SUI_COIN_TYPE, | ||
owner: __privateGet(this, _keypair2).toSuiAddress() | ||
}); | ||
__privateSet(this, _gasCoin, coins.data.find((coin) => BigInt(coin.balance) % 1000n === 987n)); | ||
}; | ||
@@ -282,0 +287,0 @@ _loadInitialTransactionData = new WeakSet(); |
{ | ||
"name": "@mysten/zksend", | ||
"version": "0.0.0-experimental-20240111232544", | ||
"version": "0.0.0-experimental-20240112000237", | ||
"description": "TODO: Write Description", | ||
@@ -40,4 +40,4 @@ "license": "Apache-2.0", | ||
"valibot": "^0.25.0", | ||
"@mysten/sui.js": "0.0.0-experimental-20240111232544", | ||
"@mysten/wallet-standard": "0.0.0-experimental-20240111232544" | ||
"@mysten/sui.js": "0.0.0-experimental-20240112000237", | ||
"@mysten/wallet-standard": "0.0.0-experimental-20240112000237" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288439
2438
+ Added@mysten/sui.js@0.0.0-experimental-20240112000237(transitive)
+ Added@mysten/wallet-standard@0.0.0-experimental-20240112000237(transitive)
- Removed@mysten/sui.js@0.0.0-experimental-20240111232544(transitive)
- Removed@mysten/wallet-standard@0.0.0-experimental-20240111232544(transitive)
Updated@mysten/wallet-standard@0.0.0-experimental-20240112000237