pake-cli 1.3.0 โ†’ 2.0.0-alpha6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pake-cli",
3
- "version": "1.3.0",
3
+ "version": "2.0.0-alpha6",
4
4
  "description": "๐Ÿคฑ๐Ÿป Turn any webpage into a desktop app with Rust. ๐Ÿคฑ๐Ÿป ๅพˆ็ฎ€ๅ•็š„็”จ Rust ๆ‰“ๅŒ…็ฝ‘้กต็”Ÿๆˆๅพˆๅฐ็š„ๆกŒ้ข Appใ€‚",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -32,7 +32,6 @@
32
32
  "scripts": {
33
33
  "start": "npm run dev",
34
34
  "dev": "npm run tauri dev",
35
- "dev:debug": "npm run tauri dev -- --features devtools",
36
35
  "build": "npm run tauri build --release",
37
36
  "build:mac": "npm run tauri build -- --target universal-apple-darwin",
38
37
  "build:all-unix": "chmod +x ./script/build.sh && ./script/build.sh",
@@ -52,6 +51,7 @@
52
51
  "chalk": "^5.1.2",
53
52
  "commander": "^9.4.1",
54
53
  "file-type": "^18.0.0",
54
+ "fs-extra": "^11.1.0",
55
55
  "is-url": "^1.2.4",
56
56
  "loglevel": "^1.8.1",
57
57
  "ora": "^6.1.2",
@@ -66,6 +66,7 @@
66
66
  "@rollup/plugin-json": "^5.0.1",
67
67
  "@rollup/plugin-terser": "^0.1.0",
68
68
  "@rollup/plugin-typescript": "^9.0.2",
69
+ "@types/fs-extra": "^9.0.13",
69
70
  "@types/is-url": "^1.2.30",
70
71
  "@types/page-icon": "^0.3.4",
71
72
  "@types/prompts": "^2.4.1",
@@ -0,0 +1,14 @@
1
+ [source.crates-io]
2
+ # To use sparse index, change 'rsproxy' to 'rsproxy-sparse'
3
+ replace-with = 'rsproxy'
4
+
5
+ [source.rsproxy]
6
+ registry = "https://rsproxy.cn/crates.io-index"
7
+ [source.rsproxy-sparse]
8
+ registry = "sparse+https://rsproxy.cn/index/"
9
+
10
+ [registries.rsproxy]
11
+ index = "https://rsproxy.cn/crates.io-index"
12
+
13
+ [net]
14
+ git-fetch-with-cli = true