mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
a04ea2f382
* refactor: only inject API IIFE script when withGlobalTauri is true * fmt * update tauri
32 lines
627 B
Markdown
32 lines
627 B
Markdown
---
|
|
"authenticator": patch
|
|
"autostart": patch
|
|
"barcode-scanner": patch
|
|
"biometric": patch
|
|
"cli": patch
|
|
"clipboard-manager": patch
|
|
"deep-link": patch
|
|
"dialog": patch
|
|
"fs": patch
|
|
"global-shortcut": patch
|
|
"http": patch
|
|
"localhost": patch
|
|
"log-plugin": patch
|
|
"nfc": patch
|
|
"notification": patch
|
|
"os": patch
|
|
"persisted-scope": patch
|
|
"positioner": patch
|
|
"process": patch
|
|
"shell": patch
|
|
"single-instance": patch
|
|
"sql": patch
|
|
"store": patch
|
|
"stronghold": patch
|
|
"updater": patch
|
|
"upload": patch
|
|
"websocket": patch
|
|
"window-state": patch
|
|
---
|
|
|
|
The global API script is now only added to the binary when the `withGlobalTauri` config is true. |