@mysten/zksend
Advanced tools
Comparing version 0.0.0-experimental-20240402061633 to 0.0.0-experimental-20240402205624
# @mysten/zksend | ||
## 0.0.0-experimental-20240402061633 | ||
## 0.0.0-experimental-20240402205624 | ||
### Patch Changes | ||
- 59168f73ff: Make contract optional in ZkLSendLinkBuilder.createLinks | ||
## 0.4.2 | ||
### Patch Changes | ||
- Updated dependencies [b4ecdb5860] | ||
- @mysten/sui.js@0.0.0-experimental-20240402061633 | ||
- @mysten/wallet-standard@0.0.0-experimental-20240402061633 | ||
- @mysten/sui.js@0.51.2 | ||
- @mysten/wallet-standard@0.11.2 | ||
@@ -11,0 +17,0 @@ ## 0.4.1 |
@@ -49,5 +49,5 @@ import { SuiClient } from '@mysten/sui.js/client'; | ||
links: ZkSendLinkBuilder[]; | ||
contract: ZkBagContractOptions; | ||
contract?: ZkBagContractOptions; | ||
}): Promise<TransactionBlock>; | ||
} | ||
export {}; |
@@ -49,5 +49,5 @@ import { SuiClient } from '@mysten/sui.js/client'; | ||
links: ZkSendLinkBuilder[]; | ||
contract: ZkBagContractOptions; | ||
contract?: ZkBagContractOptions; | ||
}): Promise<TransactionBlock>; | ||
} | ||
export {}; |
{ | ||
"name": "@mysten/zksend", | ||
"version": "0.0.0-experimental-20240402061633", | ||
"version": "0.0.0-experimental-20240402205624", | ||
"description": "TODO: Write Description", | ||
@@ -40,4 +40,4 @@ "license": "Apache-2.0", | ||
"valibot": "^0.25.0", | ||
"@mysten/sui.js": "0.0.0-experimental-20240402061633", | ||
"@mysten/wallet-standard": "0.0.0-experimental-20240402061633" | ||
"@mysten/sui.js": "0.51.2", | ||
"@mysten/wallet-standard": "0.11.2" | ||
}, | ||
@@ -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
516829
+ Added@mysten/sui.js@0.51.2(transitive)
+ Added@mysten/wallet-standard@0.11.2(transitive)
- Removed@mysten/sui.js@0.0.0-experimental-20240402061633(transitive)
- Removed@mysten/wallet-standard@0.0.0-experimental-20240402061633(transitive)
Updated@mysten/sui.js@0.51.2