@mysten/kiosk
Advanced tools
Comparing version 0.0.0-experimental-20241115190709 to 0.0.0-experimental-20241117003247
# @mysten/kiosk | ||
## 0.0.0-experimental-20241115190709 | ||
## 0.0.0-experimental-20241117003247 | ||
@@ -8,3 +8,3 @@ ### Patch Changes | ||
- Updated dependencies [938fb6e] | ||
- @mysten/sui@0.0.0-experimental-20241115190709 | ||
- @mysten/sui@0.0.0-experimental-20241117003247 | ||
@@ -11,0 +11,0 @@ ## 0.9.26 |
@@ -184,4 +184,4 @@ import type { Transaction, TransactionArgument, TransactionObjectArgument } from '@mysten/sui/transactions'; | ||
setKiosk(kiosk: TransactionObjectArgument): this; | ||
getKiosk(): any; | ||
getKioskCap(): any; | ||
getKiosk(): TransactionObjectArgument; | ||
getKioskCap(): TransactionObjectArgument; | ||
} |
@@ -112,4 +112,4 @@ import type { Transaction } from '@mysten/sui/transactions'; | ||
removeFloorPriceRule(): this; | ||
getPolicy(): any; | ||
getPolicyCap(): any; | ||
getPolicy(): ObjectArgument; | ||
getPolicyCap(): ObjectArgument; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Kiosk library", | ||
"version": "0.0.0-experimental-20241115190709", | ||
"version": "0.0.0-experimental-20241117003247", | ||
"license": "Apache-2.0", | ||
@@ -28,3 +28,3 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@mysten/sui": "0.0.0-experimental-20241115190709" | ||
"@mysten/sui": "0.0.0-experimental-20241117003247" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
625581
+ Added@mysten/sui@0.0.0-experimental-20241117003247(transitive)
- Removed@mysten/sui@0.0.0-experimental-20241115190709(transitive)