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,6 +9,8 @@ All operations are enabled by default.
#### This default permission set includes the following:
- `allow-upload`
- `allow-download`
+11 -6
View File
@@ -297,27 +297,32 @@
{
"description": "Enables the download command without any pre-configured scope.",
"type": "string",
"const": "allow-download"
"const": "allow-download",
"markdownDescription": "Enables the download command without any pre-configured scope."
},
{
"description": "Denies the download command without any pre-configured scope.",
"type": "string",
"const": "deny-download"
"const": "deny-download",
"markdownDescription": "Denies the download command without any pre-configured scope."
},
{
"description": "Enables the upload command without any pre-configured scope.",
"type": "string",
"const": "allow-upload"
"const": "allow-upload",
"markdownDescription": "Enables the upload command without any pre-configured scope."
},
{
"description": "Denies the upload command without any pre-configured scope.",
"type": "string",
"const": "deny-upload"
"const": "deny-upload",
"markdownDescription": "Denies the upload command without any pre-configured scope."
},
{
"description": "This permission set configures what kind of\noperations are available from the upload plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
"description": "This permission set configures what kind of\noperations are available from the upload plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n\n#### This default permission set includes:\n\n- `allow-upload`\n- `allow-download`",
"type": "string",
"const": "default"
"const": "default",
"markdownDescription": "This permission set configures what kind of\noperations are available from the upload plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n\n#### This default permission set includes:\n\n- `allow-upload`\n- `allow-download`"
}
]
}