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
@@ -2,6 +2,8 @@
Allows the log command
#### This default permission set includes the following:
- `allow-log`
## Permission Table
+7 -4
View File
@@ -297,17 +297,20 @@
{
"description": "Enables the log command without any pre-configured scope.",
"type": "string",
"const": "allow-log"
"const": "allow-log",
"markdownDescription": "Enables the log command without any pre-configured scope."
},
{
"description": "Denies the log command without any pre-configured scope.",
"type": "string",
"const": "deny-log"
"const": "deny-log",
"markdownDescription": "Denies the log command without any pre-configured scope."
},
{
"description": "Allows the log command",
"description": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`",
"type": "string",
"const": "default"
"const": "default",
"markdownDescription": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`"
}
]
}