chore(deps): update tauri monorepo to v2.4.1 (v2) (#2589)

* chore(deps): update tauri monorepo to v2.4.1

* Update tauri and regenerate command ref and schema

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
This commit is contained in:
renovate[bot]
2025-04-02 09:37:19 +08:00
committed by GitHub
parent d2aef2fddb
commit 4dd5c51436
60 changed files with 1471 additions and 858 deletions
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@tauri-apps/cli": "2.4.0",
"@tauri-apps/cli": "2.4.1",
"typescript": "^5.7.3",
"vite": "^6.2.0"
},
@@ -2,6 +2,8 @@
Allows connecting and sending data to a WebSocket server
#### This default permission set includes the following:
- `allow-connect`
- `allow-send`
@@ -297,27 +297,32 @@
{
"description": "Enables the connect command without any pre-configured scope.",
"type": "string",
"const": "allow-connect"
"const": "allow-connect",
"markdownDescription": "Enables the connect command without any pre-configured scope."
},
{
"description": "Denies the connect command without any pre-configured scope.",
"type": "string",
"const": "deny-connect"
"const": "deny-connect",
"markdownDescription": "Denies the connect command without any pre-configured scope."
},
{
"description": "Enables the send command without any pre-configured scope.",
"type": "string",
"const": "allow-send"
"const": "allow-send",
"markdownDescription": "Enables the send command without any pre-configured scope."
},
{
"description": "Denies the send command without any pre-configured scope.",
"type": "string",
"const": "deny-send"
"const": "deny-send",
"markdownDescription": "Denies the send command without any pre-configured scope."
},
{
"description": "Allows connecting and sending data to a WebSocket server",
"description": "Allows connecting and sending data to a WebSocket server\n#### This default permission set includes:\n\n- `allow-connect`\n- `allow-send`",
"type": "string",
"const": "default"
"const": "default",
"markdownDescription": "Allows connecting and sending data to a WebSocket server\n#### This default permission set includes:\n\n- `allow-connect`\n- `allow-send`"
}
]
}