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
+14 -28
View File
@@ -295,53 +295,39 @@
"type": "string",
"oneOf": [
{
"description": "allow-is-available -> Enables the is_available command without any pre-configured scope.",
"description": "Enables the is_available command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-is-available"
]
"const": "allow-is-available"
},
{
"description": "deny-is-available -> Denies the is_available command without any pre-configured scope.",
"description": "Denies the is_available command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-is-available"
]
"const": "deny-is-available"
},
{
"description": "allow-scan -> Enables the scan command without any pre-configured scope.",
"description": "Enables the scan command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-scan"
]
"const": "allow-scan"
},
{
"description": "deny-scan -> Denies the scan command without any pre-configured scope.",
"description": "Denies the scan command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-scan"
]
"const": "deny-scan"
},
{
"description": "allow-write -> Enables the write command without any pre-configured scope.",
"description": "Enables the write command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-write"
]
"const": "allow-write"
},
{
"description": "deny-write -> Denies the write command without any pre-configured scope.",
"description": "Denies the write command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-write"
]
"const": "deny-write"
},
{
"description": "default -> This permission set configures what kind of\noperations are available from the nfc plugin.\n\n#### Granted Permissions\n\nChecking if the NFC functionality is available\nand scanning nearby tags is allowed.\nWriting to tags needs to be manually enabled.\n\n",
"description": "This permission set configures what kind of\noperations are available from the nfc plugin.\n\n#### Granted Permissions\n\nChecking if the NFC functionality is available\nand scanning nearby tags is allowed.\nWriting to tags needs to be manually enabled.\n\n",
"type": "string",
"enum": [
"default"
]
"const": "default"
}
]
}