@mysten/kiosk
Advanced tools
Comparing version 0.0.0-experimental-20230608180347 to 0.0.0-experimental-20230609075442
@@ -262,3 +262,3 @@ "use strict"; | ||
target: `0x2::transfer::public_share_object`, | ||
typeArguments: [itemType], | ||
typeArguments: [`${TRANSFER_POLICY_TYPE}<${itemType}>`], | ||
arguments: [transferPolicy] | ||
@@ -265,0 +265,0 @@ }); |
# @mysten/kiosk | ||
## 0.0.0-experimental-20230608180347 | ||
## 0.0.0-experimental-20230609075442 | ||
@@ -8,2 +8,3 @@ ### Patch Changes | ||
- abf6ad381e: Refactor the fetchKiosk function to return all content instead of paginating, to prevent missing data | ||
- d72fdb5a5c: Fix on createTransferPolicy method. Updated type arguments for public_share_object command. | ||
@@ -10,0 +11,0 @@ ## 0.3.0 |
@@ -262,3 +262,3 @@ "use strict"; | ||
target: `0x2::transfer::public_share_object`, | ||
typeArguments: [itemType], | ||
typeArguments: [`${TRANSFER_POLICY_TYPE}<${itemType}>`], | ||
arguments: [transferPolicy] | ||
@@ -265,0 +265,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Kiosk library", | ||
"version": "0.0.0-experimental-20230608180347", | ||
"version": "0.0.0-experimental-20230609075442", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
@@ -11,2 +11,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
TRANSFER_POLICY_MODULE, | ||
TRANSFER_POLICY_TYPE, | ||
} from '../types'; | ||
@@ -31,3 +32,3 @@ | ||
target: `0x2::transfer::public_share_object`, | ||
typeArguments: [itemType], | ||
typeArguments: [`${TRANSFER_POLICY_TYPE}<${itemType}>`], | ||
arguments: [transferPolicy], | ||
@@ -34,0 +35,0 @@ }); |
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
205059
3158