@mysten/kiosk 0.7.11 → 0.7.13
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.
- package/CHANGELOG.md +16 -1
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @mysten/kiosk
|
|
2
2
|
|
|
3
|
+
## 0.7.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dd362ec1d6: Update docs url to sdk.mystenlabs.com
|
|
8
|
+
- Updated dependencies [dd362ec1d6]
|
|
9
|
+
- @mysten/sui.js@0.48.1
|
|
10
|
+
|
|
11
|
+
## 0.7.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [cdcfa76c43]
|
|
16
|
+
- @mysten/sui.js@0.48.0
|
|
17
|
+
|
|
3
18
|
## 0.7.11
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -97,7 +112,7 @@
|
|
|
97
112
|
|
|
98
113
|
### Minor Changes
|
|
99
114
|
|
|
100
|
-
- 5ee8c24f1: Introduces BREAKING CHANGES. Migration guide and explanation: https://
|
|
115
|
+
- 5ee8c24f1: Introduces BREAKING CHANGES. Migration guide and explanation: https://sdk.mystenlabs.com/kiosk/from-v1
|
|
101
116
|
|
|
102
117
|
## 0.6.0
|
|
103
118
|
|
package/README.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
This Kiosk SDK library provides different utilities to interact/create/manage a
|
|
4
4
|
[Kiosk](https://github.com/MystenLabs/sui/tree/main/kiosk).
|
|
5
5
|
|
|
6
|
-
[You can read the documentation and see examples by clicking here.](https://
|
|
6
|
+
[You can read the documentation and see examples by clicking here.](https://sdk.mystenlabs.com/kiosk)
|
|
7
7
|
|
|
8
|
-
[If you are migrating from `0.6.x`, you can follow these instructions](https://
|
|
8
|
+
[If you are migrating from `0.6.x`, you can follow these instructions](https://sdk.mystenlabs.com/kiosk/from-v1)
|
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.7.
|
|
5
|
+
"version": "0.7.13",
|
|
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.
|
|
27
|
+
"@mysten/sui.js": "0.48.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"cross-env": "^7.0.3",
|