chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.14 (#1786)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10871887834

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-15 14:44:13 +00:00
committed by tauri-bot
parent 9feabac60e
commit 6b317f15de

View File

@@ -295,39 +295,29 @@
"type": "string",
"oneOf": [
{
"description": "allow-exit -> Enables the exit command without any pre-configured scope.",
"description": "Enables the exit command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-exit"
]
"const": "allow-exit"
},
{
"description": "deny-exit -> Denies the exit command without any pre-configured scope.",
"description": "Denies the exit command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-exit"
]
"const": "deny-exit"
},
{
"description": "allow-restart -> Enables the restart command without any pre-configured scope.",
"description": "Enables the restart command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-restart"
]
"const": "allow-restart"
},
{
"description": "deny-restart -> Denies the restart command without any pre-configured scope.",
"description": "Denies the restart command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-restart"
]
"const": "deny-restart"
},
{
"description": "default -> This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}