chore(deps): update tauri to 2.0.0-rc.12 (#1785)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-15 11:36:23 -03:00
committed by GitHub
parent 6f3f66794a
commit fb85e5dd76
31 changed files with 4347 additions and 7422 deletions
+18 -36
View File
@@ -295,67 +295,49 @@
"type": "string",
"oneOf": [
{
"description": "allow-close -> Enables the close command without any pre-configured scope.",
"description": "Enables the close command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-close"
]
"const": "allow-close"
},
{
"description": "deny-close -> Denies the close command without any pre-configured scope.",
"description": "Denies the close command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-close"
]
"const": "deny-close"
},
{
"description": "allow-execute -> Enables the execute command without any pre-configured scope.",
"description": "Enables the execute command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-execute"
]
"const": "allow-execute"
},
{
"description": "deny-execute -> Denies the execute command without any pre-configured scope.",
"description": "Denies the execute command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-execute"
]
"const": "deny-execute"
},
{
"description": "allow-load -> Enables the load command without any pre-configured scope.",
"description": "Enables the load command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-load"
]
"const": "allow-load"
},
{
"description": "deny-load -> Denies the load command without any pre-configured scope.",
"description": "Denies the load command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-load"
]
"const": "deny-load"
},
{
"description": "allow-select -> Enables the select command without any pre-configured scope.",
"description": "Enables the select command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-select"
]
"const": "allow-select"
},
{
"description": "deny-select -> Denies the select command without any pre-configured scope.",
"description": "Denies the select command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-select"
]
"const": "deny-select"
},
{
"description": "default -> # Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n",
"description": "# Tauri SQL Default Permissions\n\nThis permission set configures what kind of\ndatabase operations are available from the sql plugin.\n\n### Granted Permissions\n\nAll reading related operations are enabled.\nAlso allows to load or close a connection.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}