Skip to content

Commit 4dd5c51

Browse files
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 <[email protected]>
1 parent d2aef2f commit 4dd5c51

File tree

60 files changed

+1471
-858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1471
-858
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "2.4.0",
13+
"@tauri-apps/api": "2.4.1",
1414
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
1515
"@tauri-apps/plugin-biometric": "^2.2.0",
1616
"@tauri-apps/plugin-cli": "^2.2.0",
@@ -35,7 +35,7 @@
3535
"@iconify-json/codicon": "^1.2.12",
3636
"@iconify-json/ph": "^1.2.2",
3737
"@sveltejs/vite-plugin-svelte": "^5.0.3",
38-
"@tauri-apps/cli": "2.4.0",
38+
"@tauri-apps/cli": "2.4.1",
3939
"@unocss/extractor-svelte": "^66.0.0",
4040
"svelte": "^5.20.4",
4141
"unocss": "^66.0.0",

plugins/autostart/permissions/autogenerated/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ disable the automatic start on boot.
1111

1212

1313

14+
#### This default permission set includes the following:
15+
1416
- `allow-enable`
1517
- `allow-disable`
1618
- `allow-is-enabled`

plugins/autostart/permissions/schemas/schema.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -297,37 +297,44 @@
297297
{
298298
"description": "Enables the disable command without any pre-configured scope.",
299299
"type": "string",
300-
"const": "allow-disable"
300+
"const": "allow-disable",
301+
"markdownDescription": "Enables the disable command without any pre-configured scope."
301302
},
302303
{
303304
"description": "Denies the disable command without any pre-configured scope.",
304305
"type": "string",
305-
"const": "deny-disable"
306+
"const": "deny-disable",
307+
"markdownDescription": "Denies the disable command without any pre-configured scope."
306308
},
307309
{
308310
"description": "Enables the enable command without any pre-configured scope.",
309311
"type": "string",
310-
"const": "allow-enable"
312+
"const": "allow-enable",
313+
"markdownDescription": "Enables the enable command without any pre-configured scope."
311314
},
312315
{
313316
"description": "Denies the enable command without any pre-configured scope.",
314317
"type": "string",
315-
"const": "deny-enable"
318+
"const": "deny-enable",
319+
"markdownDescription": "Denies the enable command without any pre-configured scope."
316320
},
317321
{
318322
"description": "Enables the is_enabled command without any pre-configured scope.",
319323
"type": "string",
320-
"const": "allow-is-enabled"
324+
"const": "allow-is-enabled",
325+
"markdownDescription": "Enables the is_enabled command without any pre-configured scope."
321326
},
322327
{
323328
"description": "Denies the is_enabled command without any pre-configured scope.",
324329
"type": "string",
325-
"const": "deny-is-enabled"
330+
"const": "deny-is-enabled",
331+
"markdownDescription": "Denies the is_enabled command without any pre-configured scope."
326332
},
327333
{
328-
"description": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n",
334+
"description": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n\n#### This default permission set includes:\n\n- `allow-enable`\n- `allow-disable`\n- `allow-is-enabled`",
329335
"type": "string",
330-
"const": "default"
336+
"const": "default",
337+
"markdownDescription": "This permission set configures if your\napplication can enable or disable auto\nstarting the application on boot.\n\n#### Granted Permissions\n\nIt allows all to check, enable and\ndisable the automatic start on boot.\n\n\n#### This default permission set includes:\n\n- `allow-enable`\n- `allow-disable`\n- `allow-is-enabled`"
331338
}
332339
]
333340
}

plugins/barcode-scanner/permissions/autogenerated/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ It allows all barcode related features.
99

1010

1111

12+
#### This default permission set includes the following:
13+
1214
- `allow-cancel`
1315
- `allow-check-permissions`
1416
- `allow-open-app-settings`

plugins/barcode-scanner/permissions/schemas/schema.json

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -297,67 +297,80 @@
297297
{
298298
"description": "Enables the cancel command without any pre-configured scope.",
299299
"type": "string",
300-
"const": "allow-cancel"
300+
"const": "allow-cancel",
301+
"markdownDescription": "Enables the cancel command without any pre-configured scope."
301302
},
302303
{
303304
"description": "Denies the cancel command without any pre-configured scope.",
304305
"type": "string",
305-
"const": "deny-cancel"
306+
"const": "deny-cancel",
307+
"markdownDescription": "Denies the cancel command without any pre-configured scope."
306308
},
307309
{
308310
"description": "Enables the check_permissions command without any pre-configured scope.",
309311
"type": "string",
310-
"const": "allow-check-permissions"
312+
"const": "allow-check-permissions",
313+
"markdownDescription": "Enables the check_permissions command without any pre-configured scope."
311314
},
312315
{
313316
"description": "Denies the check_permissions command without any pre-configured scope.",
314317
"type": "string",
315-
"const": "deny-check-permissions"
318+
"const": "deny-check-permissions",
319+
"markdownDescription": "Denies the check_permissions command without any pre-configured scope."
316320
},
317321
{
318322
"description": "Enables the open_app_settings command without any pre-configured scope.",
319323
"type": "string",
320-
"const": "allow-open-app-settings"
324+
"const": "allow-open-app-settings",
325+
"markdownDescription": "Enables the open_app_settings command without any pre-configured scope."
321326
},
322327
{
323328
"description": "Denies the open_app_settings command without any pre-configured scope.",
324329
"type": "string",
325-
"const": "deny-open-app-settings"
330+
"const": "deny-open-app-settings",
331+
"markdownDescription": "Denies the open_app_settings command without any pre-configured scope."
326332
},
327333
{
328334
"description": "Enables the request_permissions command without any pre-configured scope.",
329335
"type": "string",
330-
"const": "allow-request-permissions"
336+
"const": "allow-request-permissions",
337+
"markdownDescription": "Enables the request_permissions command without any pre-configured scope."
331338
},
332339
{
333340
"description": "Denies the request_permissions command without any pre-configured scope.",
334341
"type": "string",
335-
"const": "deny-request-permissions"
342+
"const": "deny-request-permissions",
343+
"markdownDescription": "Denies the request_permissions command without any pre-configured scope."
336344
},
337345
{
338346
"description": "Enables the scan command without any pre-configured scope.",
339347
"type": "string",
340-
"const": "allow-scan"
348+
"const": "allow-scan",
349+
"markdownDescription": "Enables the scan command without any pre-configured scope."
341350
},
342351
{
343352
"description": "Denies the scan command without any pre-configured scope.",
344353
"type": "string",
345-
"const": "deny-scan"
354+
"const": "deny-scan",
355+
"markdownDescription": "Denies the scan command without any pre-configured scope."
346356
},
347357
{
348358
"description": "Enables the vibrate command without any pre-configured scope.",
349359
"type": "string",
350-
"const": "allow-vibrate"
360+
"const": "allow-vibrate",
361+
"markdownDescription": "Enables the vibrate command without any pre-configured scope."
351362
},
352363
{
353364
"description": "Denies the vibrate command without any pre-configured scope.",
354365
"type": "string",
355-
"const": "deny-vibrate"
366+
"const": "deny-vibrate",
367+
"markdownDescription": "Denies the vibrate command without any pre-configured scope."
356368
},
357369
{
358-
"description": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n",
370+
"description": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n\n#### This default permission set includes:\n\n- `allow-cancel`\n- `allow-check-permissions`\n- `allow-open-app-settings`\n- `allow-request-permissions`\n- `allow-scan`\n- `allow-vibrate`",
359371
"type": "string",
360-
"const": "default"
372+
"const": "default",
373+
"markdownDescription": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n\n#### This default permission set includes:\n\n- `allow-cancel`\n- `allow-check-permissions`\n- `allow-open-app-settings`\n- `allow-request-permissions`\n- `allow-scan`\n- `allow-vibrate`"
361374
}
362375
]
363376
}

plugins/biometric/permissions/autogenerated/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ It allows acccess to all biometric commands.
99

1010

1111

12+
#### This default permission set includes the following:
13+
1214
- `allow-authenticate`
1315
- `allow-status`
1416

plugins/biometric/permissions/schemas/schema.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -297,27 +297,32 @@
297297
{
298298
"description": "Enables the authenticate command without any pre-configured scope.",
299299
"type": "string",
300-
"const": "allow-authenticate"
300+
"const": "allow-authenticate",
301+
"markdownDescription": "Enables the authenticate command without any pre-configured scope."
301302
},
302303
{
303304
"description": "Denies the authenticate command without any pre-configured scope.",
304305
"type": "string",
305-
"const": "deny-authenticate"
306+
"const": "deny-authenticate",
307+
"markdownDescription": "Denies the authenticate command without any pre-configured scope."
306308
},
307309
{
308310
"description": "Enables the status command without any pre-configured scope.",
309311
"type": "string",
310-
"const": "allow-status"
312+
"const": "allow-status",
313+
"markdownDescription": "Enables the status command without any pre-configured scope."
311314
},
312315
{
313316
"description": "Denies the status command without any pre-configured scope.",
314317
"type": "string",
315-
"const": "deny-status"
318+
"const": "deny-status",
319+
"markdownDescription": "Denies the status command without any pre-configured scope."
316320
},
317321
{
318-
"description": "This permission set configures which\nbiometric features are by default exposed.\n\n#### Granted Permissions\n\nIt allows acccess to all biometric commands.\n\n",
322+
"description": "This permission set configures which\nbiometric features are by default exposed.\n\n#### Granted Permissions\n\nIt allows acccess to all biometric commands.\n\n\n#### This default permission set includes:\n\n- `allow-authenticate`\n- `allow-status`",
319323
"type": "string",
320-
"const": "default"
324+
"const": "default",
325+
"markdownDescription": "This permission set configures which\nbiometric features are by default exposed.\n\n#### Granted Permissions\n\nIt allows acccess to all biometric commands.\n\n\n#### This default permission set includes:\n\n- `allow-authenticate`\n- `allow-status`"
321326
}
322327
]
323328
}

plugins/cli/permissions/autogenerated/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Allows reading the CLI matches
44

5+
#### This default permission set includes the following:
6+
57
- `allow-cli-matches`
68

79
## Permission Table

plugins/cli/permissions/schemas/schema.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,17 +297,20 @@
297297
{
298298
"description": "Enables the cli_matches command without any pre-configured scope.",
299299
"type": "string",
300-
"const": "allow-cli-matches"
300+
"const": "allow-cli-matches",
301+
"markdownDescription": "Enables the cli_matches command without any pre-configured scope."
301302
},
302303
{
303304
"description": "Denies the cli_matches command without any pre-configured scope.",
304305
"type": "string",
305-
"const": "deny-cli-matches"
306+
"const": "deny-cli-matches",
307+
"markdownDescription": "Denies the cli_matches command without any pre-configured scope."
306308
},
307309
{
308-
"description": "Allows reading the CLI matches",
310+
"description": "Allows reading the CLI matches\n#### This default permission set includes:\n\n- `allow-cli-matches`",
309311
"type": "string",
310-
"const": "default"
312+
"const": "default",
313+
"markdownDescription": "Allows reading the CLI matches\n#### This default permission set includes:\n\n- `allow-cli-matches`"
311314
}
312315
]
313316
}

plugins/clipboard-manager/permissions/autogenerated/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ application specific if read and/or write access is needed.
77
Clipboard interaction needs to be explicitly enabled.
88

99

10+
#### This default permission set includes the following:
11+
1012

1113
## Permission Table
1214

0 commit comments

Comments
 (0)