@mysten/create-dapp 0.5.12 → 0.5.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
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Mysten Labs <build@mystenlabs.com>",
|
|
4
4
|
"description": "A CLI for creating new Sui dApps",
|
|
5
5
|
"homepage": "https://sdk.mystenlabs.com",
|
|
6
|
-
"version": "0.5.
|
|
6
|
+
"version": "0.5.13",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"files": [
|
|
9
9
|
"CHANGELOG.md",
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"main": "./dist/cjs/index.js",
|
|
18
18
|
"module": "./dist/esm/index.js",
|
|
19
19
|
"types": "./dist/cjs/index.d.ts",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/MystenLabs/ts-sdks.git"
|
|
23
|
+
},
|
|
20
24
|
"bugs": {
|
|
21
25
|
"url": "https://github.com/MystenLabs/ts-sdks/issues/new"
|
|
22
26
|
},
|
|
@@ -24,14 +28,14 @@
|
|
|
24
28
|
"access": "public"
|
|
25
29
|
},
|
|
26
30
|
"devDependencies": {
|
|
27
|
-
"typescript": "^5.9.
|
|
31
|
+
"typescript": "^5.9.3",
|
|
28
32
|
"@mysten/build-scripts": "0.0.0"
|
|
29
33
|
},
|
|
30
34
|
"dependencies": {
|
|
31
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^24.10.1",
|
|
32
36
|
"enquirer": "^2.4.1",
|
|
33
|
-
"@mysten/
|
|
34
|
-
"@mysten/
|
|
37
|
+
"@mysten/sui": "1.45.2",
|
|
38
|
+
"@mysten/dapp-kit": "0.20.0"
|
|
35
39
|
},
|
|
36
40
|
"sideEffects": false,
|
|
37
41
|
"bin": "./bin/index.js",
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"@radix-ui/colors": "^3.0.0",
|
|
16
16
|
"@radix-ui/react-icons": "^1.3.0",
|
|
17
17
|
"@radix-ui/themes": "^3.2.1",
|
|
18
|
-
"@tanstack/react-query": "^5.
|
|
19
|
-
"react": "^
|
|
20
|
-
"react-dom": "^
|
|
18
|
+
"@tanstack/react-query": "^5.90.11",
|
|
19
|
+
"react": "^19.2.1",
|
|
20
|
+
"react-dom": "^19.2.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@types/react": "^
|
|
24
|
-
"@types/react-dom": "^
|
|
25
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
26
|
-
"@typescript-eslint/parser": "^8.
|
|
27
|
-
"@vitejs/plugin-react-swc": "^
|
|
23
|
+
"@types/react": "^19.2.7",
|
|
24
|
+
"@types/react-dom": "^19.2.3",
|
|
25
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
26
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
27
|
+
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
28
28
|
"eslint": "^9.17.0",
|
|
29
29
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
30
30
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
31
|
-
"prettier": "^3.
|
|
32
|
-
"typescript": "^5.9.
|
|
33
|
-
"vite": "^7.
|
|
31
|
+
"prettier": "^3.7.3",
|
|
32
|
+
"typescript": "^5.9.3",
|
|
33
|
+
"vite": "^7.2.6"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -15,22 +15,22 @@
|
|
|
15
15
|
"@radix-ui/colors": "^3.0.0",
|
|
16
16
|
"@radix-ui/react-icons": "^1.3.0",
|
|
17
17
|
"@radix-ui/themes": "^3.2.1",
|
|
18
|
-
"@tanstack/react-query": "^5.
|
|
19
|
-
"react": "^
|
|
20
|
-
"react-dom": "^
|
|
21
|
-
"react-spinners": "^0.
|
|
18
|
+
"@tanstack/react-query": "^5.90.11",
|
|
19
|
+
"react": "^19.2.1",
|
|
20
|
+
"react-dom": "^19.2.1",
|
|
21
|
+
"react-spinners": "^0.17.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@types/react": "^
|
|
25
|
-
"@types/react-dom": "^
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
27
|
-
"@typescript-eslint/parser": "^8.
|
|
28
|
-
"@vitejs/plugin-react-swc": "^
|
|
24
|
+
"@types/react": "^19.2.7",
|
|
25
|
+
"@types/react-dom": "^19.2.3",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
27
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
28
|
+
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
29
29
|
"eslint": "^9.17.0",
|
|
30
30
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
31
31
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
32
|
-
"prettier": "^3.
|
|
33
|
-
"typescript": "^5.9.
|
|
34
|
-
"vite": "^7.
|
|
32
|
+
"prettier": "^3.7.3",
|
|
33
|
+
"typescript": "^5.9.3",
|
|
34
|
+
"vite": "^7.2.6"
|
|
35
35
|
}
|
|
36
36
|
}
|