🔀 merge main

This commit is contained in:
Tw93
2025-08-13 16:50:40 +08:00
6 changed files with 684 additions and 517 deletions

View File

@@ -48,17 +48,15 @@
"exports": "./dist/pake.js",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/cli": "^2.2.5",
"axios": "^1.7.9",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"execa": "^9.5.2",
"file-type": "^20.0.0",
"fs-extra": "^11.3.0",
"is-url": "^1.2.4",
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/cli": "^2.7.1",
"axios": "^1.11.0",
"chalk": "^5.5.0",
"commander": "^11.1.0",
"file-type": "^18.7.0",
"fs-extra": "^11.3.1",
"loglevel": "^1.9.2",
"ora": "^8.1.1",
"ora": "^8.2.0",
"prompts": "^2.4.2",
"psl": "^1.15.0",
"tmp-promise": "^3.0.3",
@@ -66,23 +64,22 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/fs-extra": "^11.0.4",
"@types/is-url": "^1.2.32",
"@types/node": "^22.10.8",
"@types/node": "^20.19.10",
"@types/page-icon": "^0.3.6",
"@types/prompts": "^2.4.9",
"@types/psl": "^1.1.3",
"@types/psl": "^1.11.0",
"@types/tmp": "^0.2.6",
"@types/update-notifier": "^6.0.8",
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"rollup": "^4.31.0",
"rollup": "^4.46.2",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
"typescript": "^5.9.2"
}
}