mirror of
https://github.com/tauri-apps/tauri-plugin-process.git
synced 2026-01-31 00:55:17 +01:00
chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804)
* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15873176921 Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
This commit is contained in:
2
node_modules/@tauri-apps/api
generated
vendored
2
node_modules/@tauri-apps/api
generated
vendored
@@ -1 +1 @@
|
||||
../../../../node_modules/.pnpm/@tauri-apps+api@2.5.0/node_modules/@tauri-apps/api
|
||||
../../../../node_modules/.pnpm/@tauri-apps+api@2.6.0/node_modules/@tauri-apps/api
|
||||
@@ -24,6 +24,6 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.0.0"
|
||||
"@tauri-apps/api": "^2.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ process features are by default exposed.
|
||||
This enables to quit via `allow-exit` and restart via `allow-restart`
|
||||
the application.
|
||||
|
||||
|
||||
#### This default permission set includes the following:
|
||||
|
||||
- `allow-exit`
|
||||
|
||||
Reference in New Issue
Block a user