publish 3.4.3

This commit is contained in:
Tw93
2025-10-22 10:54:48 +08:00
parent 5240ac9f4b
commit 3c8e2a753f
4 changed files with 777 additions and 779 deletions

12
package.json vendored
View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "3.4.2",
"version": "3.4.3",
"description": "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。",
"engines": {
"node": ">=18.0.0"
@@ -50,8 +50,8 @@
"exports": "./dist/cli.js",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/cli": "^2.8.4",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/cli": "^2.9.0",
"axios": "^1.12.2",
"chalk": "^5.6.2",
"commander": "^12.1.0",
@@ -69,12 +69,12 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-commonjs": "^28.0.8",
"@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/node": "^20.19.21",
"@types/node": "^20.19.23",
"@types/page-icon": "^0.3.6",
"@types/prompts": "^2.4.9",
"@types/tmp": "^0.2.6",
@@ -82,7 +82,7 @@
"app-root-path": "^3.1.0",
"cross-env": "^7.0.3",
"prettier": "^3.6.2",
"rollup": "^4.52.4",
"rollup": "^4.52.5",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"