@mysten/kiosk 0.0.0-experimental-20231009174907 → 0.0.0-experimental-20231010164508

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 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # @mysten/kiosk
2
2
 
3
- ## 0.0.0-experimental-20231009174907
3
+ ## 0.0.0-experimental-20231010164508
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3699dd364: Adds support for extensions (on `getKiosk()`), and exports a `getKioskExtension()` function on kioskClient to get extension's content
8
+ - Updated dependencies [11cf4e68b]
9
+ - @mysten/sui.js@0.0.0-experimental-20231010164508
8
10
 
9
11
  ## 0.7.5
10
12
 
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-20231009174907",
5
+ "version": "0.0.0-experimental-20231010164508",
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.43.3"
27
+ "@mysten/sui.js": "0.0.0-experimental-20231010164508"
28
28
  },
29
29
  "devDependencies": {
30
30
  "cross-env": "^7.0.3",