@mysten/kiosk 0.0.0-experimental-20230612213240 → 0.0.0-experimental-20230613155347

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # @mysten/kiosk
2
2
 
3
- ## 0.0.0-experimental-20230612213240
3
+ ## 0.0.0-experimental-20230613155347
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6a2a42d779: Add `getOwnedKiosks` query to easily get owned kiosks and their ownerCaps for an address
8
8
  - abf6ad381e: Refactor the fetchKiosk function to return all content instead of paginating, to prevent missing data
9
9
  - d72fdb5a5c: Fix on createTransferPolicy method. Updated type arguments for public_share_object command.
10
+ - Updated dependencies [3ea9adb71a]
10
11
  - Updated dependencies [1cfb1c9da3]
11
12
  - Updated dependencies [1cfb1c9da3]
12
13
  - Updated dependencies [fb3bb9118a]
13
- - @mysten/sui.js@0.0.0-experimental-20230612213240
14
+ - @mysten/sui.js@0.0.0-experimental-20230613155347
14
15
 
15
16
  ## 0.3.0
16
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mysten/kiosk",
3
3
  "author": "Mysten Labs <build@mystenlabs.com>",
4
4
  "description": "Sui Kiosk library",
5
- "version": "0.0.0-experimental-20230612213240",
5
+ "version": "0.0.0-experimental-20230613155347",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.mjs",
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@mysten/sui.js": "0.0.0-experimental-20230612213240"
27
+ "@mysten/sui.js": "0.0.0-experimental-20230613155347"
28
28
  },
29
29
  "devDependencies": {
30
30
  "eslint": "^8.38.0",