mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839)
* chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 * fix lockfile
This commit is contained in:
committed by
GitHub
parent
e5f979f91a
commit
2cf8faa3e1
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
"authenticator": patch
|
||||||
|
"autostart": patch
|
||||||
|
"barcode-scanner": patch
|
||||||
|
"cli": patch
|
||||||
|
"clipboard-manager": patch
|
||||||
|
"deep-link": patch
|
||||||
|
"dialog": patch
|
||||||
|
"fs": patch
|
||||||
|
"global-shortcut": patch
|
||||||
|
"http": patch
|
||||||
|
"localhost": patch
|
||||||
|
"log-plugin": 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
|
||||||
|
---
|
||||||
|
|
||||||
|
Update to tauri@alpha.20.
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
"authenticator-js": patch
|
||||||
|
"autostart-js": patch
|
||||||
|
"barcode-scanner-js": patch
|
||||||
|
"cli-js": patch
|
||||||
|
"clipboard-manager-js": patch
|
||||||
|
"deep-link-js": patch
|
||||||
|
"dialog-js": patch
|
||||||
|
"fs-js": patch
|
||||||
|
"global-shortcut-js": patch
|
||||||
|
"http-js": patch
|
||||||
|
"log-js": patch
|
||||||
|
"notification-js": patch
|
||||||
|
"os-js": patch
|
||||||
|
"positioner-js": patch
|
||||||
|
"process-js": patch
|
||||||
|
"shell-js": patch
|
||||||
|
"sql-js": patch
|
||||||
|
"store-js": patch
|
||||||
|
"stronghold-js": patch
|
||||||
|
"updater-js": patch
|
||||||
|
"upload-js": patch
|
||||||
|
"websocket-js": patch
|
||||||
|
"window-state-js": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update to @tauri-apps/api v2.0.0-alpha.12.
|
||||||
@@ -24,4 +24,4 @@
|
|||||||
"window-state-js": patch
|
"window-state-js": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
Update to @tauri-apps/api v2.0.0-alpha.12.
|
Update to @tauri-apps/api v2.0.0-alpha.13.
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
".changes/alpha.17.md",
|
".changes/alpha.17.md",
|
||||||
".changes/alpha.18.md",
|
".changes/alpha.18.md",
|
||||||
".changes/api-alpha.11.md",
|
".changes/api-alpha.11.md",
|
||||||
".changes/api-alpha.13.md",
|
".changes/api-alpha.12.md",
|
||||||
".changes/api-alpha.9.md",
|
".changes/api-alpha.9.md",
|
||||||
".changes/deep-link-initial-release.md",
|
".changes/deep-link-initial-release.md",
|
||||||
".changes/dialog-async-message-dialog.md",
|
".changes/dialog-async-message-dialog.md",
|
||||||
|
|||||||
Generated
+93
-54
@@ -864,6 +864,12 @@ version = "1.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cfg_aliases"
|
||||||
|
version = "0.1.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chacha20"
|
name = "chacha20"
|
||||||
version = "0.8.2"
|
version = "0.8.2"
|
||||||
@@ -2044,6 +2050,20 @@ dependencies = [
|
|||||||
"system-deps",
|
"system-deps",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "gdkx11"
|
||||||
|
version = "0.18.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce"
|
||||||
|
dependencies = [
|
||||||
|
"gdk",
|
||||||
|
"gdkx11-sys",
|
||||||
|
"gio",
|
||||||
|
"glib 0.18.3",
|
||||||
|
"libc",
|
||||||
|
"x11",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gdkx11-sys"
|
name = "gdkx11-sys"
|
||||||
version = "0.18.0"
|
version = "0.18.0"
|
||||||
@@ -2633,7 +2653,7 @@ dependencies = [
|
|||||||
"iana-time-zone-haiku",
|
"iana-time-zone-haiku",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
"windows-core",
|
"windows-core 0.51.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -5663,26 +5683,19 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tao"
|
name = "tao"
|
||||||
version = "0.23.0"
|
version = "0.24.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f130523fee9820ad78141d443e6cef75043acade79107bc483872bc183928c0f"
|
checksum = "3c0dff18fed076d29cb5779e918ef4b8a5dbb756204e4a027794f0bce233d949"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"cairo-rs",
|
|
||||||
"cc",
|
"cc",
|
||||||
"cocoa 0.24.1",
|
"cocoa 0.25.0",
|
||||||
"core-foundation",
|
"core-foundation",
|
||||||
"core-graphics 0.22.3",
|
"core-graphics 0.23.1",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"dispatch",
|
"dispatch",
|
||||||
"gdk",
|
|
||||||
"gdk-pixbuf",
|
|
||||||
"gdk-sys",
|
|
||||||
"gdkwayland-sys",
|
"gdkwayland-sys",
|
||||||
"gdkx11-sys",
|
"gdkx11-sys",
|
||||||
"gio",
|
|
||||||
"glib 0.18.3",
|
|
||||||
"glib-sys 0.18.1",
|
|
||||||
"gtk",
|
"gtk",
|
||||||
"image",
|
"image",
|
||||||
"instant",
|
"instant",
|
||||||
@@ -5699,13 +5712,12 @@ dependencies = [
|
|||||||
"png",
|
"png",
|
||||||
"raw-window-handle",
|
"raw-window-handle",
|
||||||
"scopeguard",
|
"scopeguard",
|
||||||
"serde",
|
|
||||||
"tao-macros",
|
"tao-macros",
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
"url",
|
"url",
|
||||||
"uuid",
|
"windows 0.52.0",
|
||||||
"windows 0.51.1",
|
|
||||||
"windows-implement",
|
"windows-implement",
|
||||||
|
"windows-version",
|
||||||
"x11-dl",
|
"x11-dl",
|
||||||
"zbus",
|
"zbus",
|
||||||
]
|
]
|
||||||
@@ -5740,9 +5752,9 @@ checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri"
|
name = "tauri"
|
||||||
version = "2.0.0-alpha.18"
|
version = "2.0.0-alpha.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6dc6ec8c246fa16092a3e650de2f10f3af3362915b7caab1aeed364a60829fcc"
|
checksum = "05fb63873c39d3fd5ddad995d395e7b7394ece0b69aeacb31e91d24af48f3de1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes 1.5.0",
|
"bytes 1.5.0",
|
||||||
@@ -5764,7 +5776,6 @@ dependencies = [
|
|||||||
"mime",
|
"mime",
|
||||||
"muda",
|
"muda",
|
||||||
"objc",
|
"objc",
|
||||||
"once_cell",
|
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"png",
|
"png",
|
||||||
"raw-window-handle",
|
"raw-window-handle",
|
||||||
@@ -5788,14 +5799,14 @@ dependencies = [
|
|||||||
"webkit2gtk",
|
"webkit2gtk",
|
||||||
"webview2-com",
|
"webview2-com",
|
||||||
"window-vibrancy",
|
"window-vibrancy",
|
||||||
"windows 0.51.1",
|
"windows 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-build"
|
name = "tauri-build"
|
||||||
version = "2.0.0-alpha.12"
|
version = "2.0.0-alpha.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f0997a36aa2a1431500ef6ef92e7076521ae3258a8f73914b49ba876361ba2fe"
|
checksum = "a7a2582ffb43e5c28932c43ffc40c295a9196a9a33ffb1163269c6baed84834a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_toml",
|
"cargo_toml",
|
||||||
@@ -5816,9 +5827,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-codegen"
|
name = "tauri-codegen"
|
||||||
version = "2.0.0-alpha.11"
|
version = "2.0.0-alpha.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "71c36db748f557c1f89f075e37ab22ad77e8798fb9432367cf4013ea364811de"
|
checksum = "b06976ec7b704d6b842169ffd4ce596e9ce45917a0ab462cb96a119fa2829be9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.5",
|
"base64 0.21.5",
|
||||||
"brotli",
|
"brotli",
|
||||||
@@ -5842,9 +5853,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-macros"
|
name = "tauri-macros"
|
||||||
version = "2.0.0-alpha.11"
|
version = "2.0.0-alpha.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "83c895e684477cfb07aeeb0fdb11076bee98219806b68d1f3ddf99d893038a93"
|
checksum = "ff509be5a5ac34ec2e60d9029af1032c0a33e421f3e823bc92695192e2871c17"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
@@ -6265,9 +6276,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-runtime"
|
name = "tauri-runtime"
|
||||||
version = "1.0.0-alpha.5"
|
version = "1.0.0-alpha.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "16cc441e5bcb3332a0af069b7580083104aacf09b66e27938b47517790d7b384"
|
checksum = "64a989e58af6e554dbac798a0a8d112faafc1509bcfab626466181e0724f09c5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gtk",
|
"gtk",
|
||||||
"http",
|
"http",
|
||||||
@@ -6278,34 +6289,35 @@ dependencies = [
|
|||||||
"tauri-utils",
|
"tauri-utils",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"url",
|
"url",
|
||||||
"windows 0.51.1",
|
"windows 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-runtime-wry"
|
name = "tauri-runtime-wry"
|
||||||
version = "1.0.0-alpha.6"
|
version = "1.0.0-alpha.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7c9229a7caf9c63eeaf4389789e1c983757135f4ece3355d0ae647c492682f61"
|
checksum = "5a9f181a6f5f982204ae293c19f37ba90116b8ec0bfd0a08c7a7ba67200cd9e3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cocoa 0.24.1",
|
"cocoa 0.25.0",
|
||||||
"gtk",
|
"gtk",
|
||||||
"http",
|
"http",
|
||||||
"jni",
|
"jni",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"raw-window-handle",
|
"raw-window-handle",
|
||||||
|
"tao",
|
||||||
"tauri-runtime",
|
"tauri-runtime",
|
||||||
"tauri-utils",
|
"tauri-utils",
|
||||||
"webkit2gtk",
|
"webkit2gtk",
|
||||||
"webview2-com",
|
"webview2-com",
|
||||||
"windows 0.51.1",
|
"windows 0.52.0",
|
||||||
"wry",
|
"wry",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-utils"
|
name = "tauri-utils"
|
||||||
version = "2.0.0-alpha.11"
|
version = "2.0.0-alpha.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ce0dbf67341adad8d48255d605b45b25bf1c7445116355e61ed6219d204e94e0"
|
checksum = "f4858f99fc9f28b72008ef51d04d18b7e3646845c2bc18ee340045fed6ed5095"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm 0.10.3",
|
"aes-gcm 0.10.3",
|
||||||
"brotli",
|
"brotli",
|
||||||
@@ -6331,7 +6343,6 @@ dependencies = [
|
|||||||
"thiserror",
|
"thiserror",
|
||||||
"url",
|
"url",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
"windows-version",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -7238,14 +7249,14 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webview2-com"
|
name = "webview2-com"
|
||||||
version = "0.27.0"
|
version = "0.28.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cd15556ff1d1d6bc850dbb362762bae86069773dd30177c90d3bfa917080dc73"
|
checksum = "e0ae9c7e420783826cf769d2c06ac9ba462f450eca5893bb8c6c6529a4e5dd33"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"webview2-com-macros",
|
"webview2-com-macros",
|
||||||
"webview2-com-sys",
|
"webview2-com-sys",
|
||||||
"windows 0.51.1",
|
"windows 0.52.0",
|
||||||
"windows-core",
|
"windows-core 0.52.0",
|
||||||
"windows-implement",
|
"windows-implement",
|
||||||
"windows-interface",
|
"windows-interface",
|
||||||
]
|
]
|
||||||
@@ -7263,13 +7274,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webview2-com-sys"
|
name = "webview2-com-sys"
|
||||||
version = "0.27.0"
|
version = "0.28.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3775bb005c3170497ec411b36005708b57ad486bfa3d23864c92f5973858ce8d"
|
checksum = "d6ad85fceee6c42fa3d61239eba5a11401bf38407a849ed5ea1b407df08cca72"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"windows 0.51.1",
|
"windows 0.52.0",
|
||||||
"windows-core",
|
"windows-core 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -7392,10 +7403,20 @@ version = "0.51.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
|
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-core",
|
"windows-core 0.51.1",
|
||||||
|
"windows-targets 0.48.5",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows"
|
||||||
|
version = "0.52.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
||||||
|
dependencies = [
|
||||||
|
"windows-core 0.52.0",
|
||||||
"windows-implement",
|
"windows-implement",
|
||||||
"windows-interface",
|
"windows-interface",
|
||||||
"windows-targets 0.48.5",
|
"windows-targets 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -7408,10 +7429,19 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-implement"
|
name = "windows-core"
|
||||||
version = "0.51.1"
|
version = "0.52.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fb2b158efec5af20d8846836622f50a87e6556b9153a42772fa047f773c0e555"
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
||||||
|
dependencies = [
|
||||||
|
"windows-targets 0.52.0",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-implement"
|
||||||
|
version = "0.52.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -7420,9 +7450,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-interface"
|
name = "windows-interface"
|
||||||
version = "0.51.1"
|
version = "0.52.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0546e63e1ce64c04403d2311fa0e3ab5ae3a367bd524b4a38d8d8d18c70cfa76"
|
checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -7719,38 +7749,47 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wry"
|
name = "wry"
|
||||||
version = "0.34.2"
|
version = "0.35.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3f1e29660f22d8eec141f41f59b7fef231e4113c370c89b90ae3a0db8dec1927"
|
checksum = "a2ad1bc1d6925e0cde1bd01830b0073cd0448e21357e843b9ede33b6d81c7423"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.5",
|
"base64 0.21.5",
|
||||||
"block",
|
"block",
|
||||||
|
"cfg_aliases",
|
||||||
"cocoa 0.25.0",
|
"cocoa 0.25.0",
|
||||||
"core-graphics 0.23.1",
|
"core-graphics 0.23.1",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"dunce",
|
"dunce",
|
||||||
|
"gdkx11",
|
||||||
"gtk",
|
"gtk",
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"http",
|
"http",
|
||||||
"javascriptcore-rs",
|
"javascriptcore-rs",
|
||||||
|
"jni",
|
||||||
"kuchikiki",
|
"kuchikiki",
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
|
"ndk",
|
||||||
|
"ndk-context",
|
||||||
|
"ndk-sys",
|
||||||
"objc",
|
"objc",
|
||||||
"objc_id",
|
"objc_id",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
"raw-window-handle",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sha2 0.10.8",
|
"sha2 0.10.8",
|
||||||
"soup3",
|
"soup3",
|
||||||
"tao",
|
"tao-macros",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"url",
|
"url",
|
||||||
"webkit2gtk",
|
"webkit2gtk",
|
||||||
"webkit2gtk-sys",
|
"webkit2gtk-sys",
|
||||||
"webview2-com",
|
"webview2-com",
|
||||||
"windows 0.51.1",
|
"windows 0.52.0",
|
||||||
"windows-implement",
|
"windows-implement",
|
||||||
|
"windows-version",
|
||||||
|
"x11-dl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
+2
-2
@@ -5,8 +5,8 @@ resolver = "2"
|
|||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
tauri = "2.0.0-alpha.18"
|
tauri = "2.0.0-alpha.20"
|
||||||
tauri-build = "2.0.0-alpha.12"
|
tauri-build = "2.0.0-alpha.13"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"serve": "vite preview"
|
"serve": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12",
|
"@tauri-apps/api": "2.0.0-alpha.13",
|
||||||
"@tauri-apps/plugin-barcode-scanner": "2.0.0-alpha.3",
|
"@tauri-apps/plugin-barcode-scanner": "2.0.0-alpha.3",
|
||||||
"@tauri-apps/plugin-biometric": "1.0.0",
|
"@tauri-apps/plugin-biometric": "1.0.0",
|
||||||
"@tauri-apps/plugin-cli": "2.0.0-alpha.4",
|
"@tauri-apps/plugin-cli": "2.0.0-alpha.4",
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
"@iconify-json/codicon": "^1.1.37",
|
"@iconify-json/codicon": "^1.1.37",
|
||||||
"@iconify-json/ph": "^1.1.8",
|
"@iconify-json/ph": "^1.1.8",
|
||||||
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
||||||
"@tauri-apps/cli": "2.0.0-alpha.18",
|
"@tauri-apps/cli": "2.0.0-alpha.20",
|
||||||
"@unocss/extractor-svelte": "^0.58.0",
|
"@unocss/extractor-svelte": "^0.58.0",
|
||||||
"internal-ip": "^8.0.0",
|
"internal-ip": "^8.0.0",
|
||||||
"svelte": "^4.2.8",
|
"svelte": "^4.2.8",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import { getCurrent } from "@tauri-apps/api/window";
|
import { getCurrent } from "@tauri-apps/api/window";
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import { onMount, onDestroy } from "svelte";
|
import { onMount, onDestroy } from "svelte";
|
||||||
|
|
||||||
const appWindow = getCurrent();
|
const appWindow = getCurrent();
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
readDir,
|
readDir,
|
||||||
Dir,
|
Dir,
|
||||||
} from "@tauri-apps/plugin-fs";
|
} from "@tauri-apps/plugin-fs";
|
||||||
import { convertFileSrc } from "@tauri-apps/api/primitives";
|
import { convertFileSrc } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export let onMessage;
|
export let onMessage;
|
||||||
export let insecureRenderHtml;
|
export let insecureRenderHtml;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export class Authenticator {
|
export class Authenticator {
|
||||||
async init(): Promise<void> {
|
async init(): Promise<void> {
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export async function isEnabled(): Promise<boolean> {
|
export async function isEnabled(): Promise<boolean> {
|
||||||
return await invoke("plugin:autostart|is_enabled");
|
return await invoke("plugin:autostart|is_enabled");
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export type PermissionState = "granted" | "denied" | "prompt";
|
export type PermissionState = "granted" | "denied" | "prompt";
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export enum BiometryType {
|
export enum BiometryType {
|
||||||
None = 0,
|
None = 0,
|
||||||
|
|||||||
@@ -27,6 +27,6 @@
|
|||||||
"tslib": "2.6.0"
|
"tslib": "2.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 2.0.0
|
* @since 2.0.0
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
type ClipResponse = Record<"plainText", { text: string }>;
|
type ClipResponse = Record<"plainText", { text: string }>;
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,11 +10,11 @@
|
|||||||
"tauri": "tauri"
|
"tauri": "tauri"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12",
|
"@tauri-apps/api": "2.0.0-alpha.13",
|
||||||
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.3"
|
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tauri-apps/cli": "2.0.0-alpha.18",
|
"@tauri-apps/cli": "2.0.0-alpha.20",
|
||||||
"internal-ip": "^8.0.0",
|
"internal-ip": "^8.0.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^5.0.6"
|
"vite": "^5.0.6"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import { UnlistenFn, listen } from "@tauri-apps/api/event";
|
import { UnlistenFn, listen } from "@tauri-apps/api/event";
|
||||||
|
|
||||||
export async function getCurrent(): Promise<string[] | null> {
|
export async function getCurrent(): Promise<string[] | null> {
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
interface FileResponse {
|
interface FileResponse {
|
||||||
base64Data?: string;
|
base64Data?: string;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
window.alert = function (message: string) {
|
window.alert = function (message: string) {
|
||||||
invoke("plugin:dialog|message", {
|
invoke("plugin:dialog|message", {
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
import { BaseDirectory } from "@tauri-apps/api/path";
|
import { BaseDirectory } from "@tauri-apps/api/path";
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
interface Permissions {
|
interface Permissions {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke, Channel } from "@tauri-apps/api/primitives";
|
import { invoke, Channel } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export type ShortcutHandler = (shortcut: string) => void;
|
export type ShortcutHandler = (shortcut: string) => void;
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options to configure the Rust client used to make fetch requests
|
* Options to configure the Rust client used to make fetch requests
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import { listen, UnlistenFn } from "@tauri-apps/api/event";
|
import { listen, UnlistenFn } from "@tauri-apps/api/event";
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export type LogOptions = {
|
export type LogOptions = {
|
||||||
file?: string;
|
file?: string;
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export const RTD_TEXT = [0x54]; // "T"
|
export const RTD_TEXT = [0x54]; // "T"
|
||||||
export const RTD_URI = [0x55]; // "U"
|
export const RTD_URI = [0x55]; // "U"
|
||||||
|
|||||||
@@ -27,6 +27,6 @@
|
|||||||
"tslib": "2.6.0"
|
"tslib": "2.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import {
|
|||||||
invoke,
|
invoke,
|
||||||
PluginListener,
|
PluginListener,
|
||||||
addPluginListener,
|
addPluginListener,
|
||||||
} from "@tauri-apps/api/primitives";
|
} from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options to send a notification.
|
* Options to send a notification.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import type { Options } from "./index";
|
import type { Options } from "./index";
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/** @ignore */
|
/** @ignore */
|
||||||
declare global {
|
declare global {
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Well known window positions.
|
* Well known window positions.
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exits immediately with the given `exitCode`.
|
* Exits immediately with the given `exitCode`.
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
* @module
|
* @module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { invoke, Channel } from "@tauri-apps/api/primitives";
|
import { invoke, Channel } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 2.0.0
|
* @since 2.0.0
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
// open <a href="..."> links with the API
|
// open <a href="..."> links with the API
|
||||||
function openLinks() {
|
function openLinks() {
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tauri-apps/cli": "2.0.0-alpha.18"
|
"@tauri-apps/cli": "2.0.0-alpha.20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export interface QueryResult {
|
export interface QueryResult {
|
||||||
/** The number of rows affected by the query. */
|
/** The number of rows affected by the query. */
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import { listen, UnlistenFn } from "@tauri-apps/api/event";
|
import { listen, UnlistenFn } from "@tauri-apps/api/event";
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
interface ChangePayload<T> {
|
interface ChangePayload<T> {
|
||||||
path: string;
|
path: string;
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
type BytesDto = string | number[];
|
type BytesDto = string | number[];
|
||||||
export type ClientPath =
|
export type ClientPath =
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -434,10 +434,11 @@ impl Builder {
|
|||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
/// use tauri::Manager;
|
||||||
/// tauri::Builder::default()
|
/// tauri::Builder::default()
|
||||||
/// .setup(|app| {
|
/// .setup(|app| {
|
||||||
/// let salt_path = app
|
/// let salt_path = app
|
||||||
/// .path_resolver()
|
/// .path()
|
||||||
/// .app_local_data_dir()
|
/// .app_local_data_dir()
|
||||||
/// .expect("could not resolve app local data path")
|
/// .expect("could not resolve app local data path")
|
||||||
/// .join("salt.txt");
|
/// .join("salt.txt");
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke, Channel } from "@tauri-apps/api/primitives";
|
import { invoke, Channel } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
/** Options used to check for updates */
|
/** Options used to check for updates */
|
||||||
interface CheckOptions {
|
interface CheckOptions {
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke, Channel } from "@tauri-apps/api/primitives";
|
import { invoke, Channel } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
interface ProgressPayload {
|
interface ProgressPayload {
|
||||||
progress: number;
|
progress: number;
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sveltejs/adapter-auto": "2.1.1",
|
"@sveltejs/adapter-auto": "2.1.1",
|
||||||
"@sveltejs/kit": "1.27.7",
|
"@sveltejs/kit": "1.27.7",
|
||||||
"@tauri-apps/cli": "2.0.0-alpha.18",
|
"@tauri-apps/cli": "2.0.0-alpha.20",
|
||||||
"svelte": "4.2.8",
|
"svelte": "4.2.8",
|
||||||
"svelte-check": "3.6.2",
|
"svelte-check": "3.6.2",
|
||||||
"typescript": "5.3.2",
|
"typescript": "5.3.2",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke, Channel } from "@tauri-apps/api/primitives";
|
import { invoke, Channel } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
export interface ConnectionConfig {
|
export interface ConnectionConfig {
|
||||||
writeBufferSize?: number;
|
writeBufferSize?: number;
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { invoke } from "@tauri-apps/api/primitives";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import { WindowLabel, getCurrent } from "@tauri-apps/api/window";
|
import { WindowLabel, getCurrent } from "@tauri-apps/api/window";
|
||||||
|
|
||||||
export enum StateFlags {
|
export enum StateFlags {
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+96
-96
@@ -64,8 +64,8 @@ importers:
|
|||||||
examples/api:
|
examples/api:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
'@tauri-apps/plugin-barcode-scanner':
|
'@tauri-apps/plugin-barcode-scanner':
|
||||||
specifier: 2.0.0-alpha.3
|
specifier: 2.0.0-alpha.3
|
||||||
version: link:../../plugins/barcode-scanner
|
version: link:../../plugins/barcode-scanner
|
||||||
@@ -122,8 +122,8 @@ importers:
|
|||||||
specifier: ^3.0.1
|
specifier: ^3.0.1
|
||||||
version: 3.0.1(svelte@4.2.8)(vite@5.0.6)
|
version: 3.0.1(svelte@4.2.8)(vite@5.0.6)
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 2.0.0-alpha.18
|
specifier: 2.0.0-alpha.20
|
||||||
version: 2.0.0-alpha.18
|
version: 2.0.0-alpha.20
|
||||||
'@unocss/extractor-svelte':
|
'@unocss/extractor-svelte':
|
||||||
specifier: ^0.58.0
|
specifier: ^0.58.0
|
||||||
version: 0.58.0
|
version: 0.58.0
|
||||||
@@ -143,26 +143,26 @@ importers:
|
|||||||
plugins/authenticator:
|
plugins/authenticator:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/autostart:
|
plugins/autostart:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/barcode-scanner:
|
plugins/barcode-scanner:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/biometric:
|
plugins/biometric:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tslib:
|
tslib:
|
||||||
specifier: 2.6.0
|
specifier: 2.6.0
|
||||||
@@ -171,33 +171,33 @@ importers:
|
|||||||
plugins/cli:
|
plugins/cli:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/clipboard-manager:
|
plugins/clipboard-manager:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/deep-link:
|
plugins/deep-link:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/deep-link/examples/app:
|
plugins/deep-link/examples/app:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
'@tauri-apps/plugin-deep-link':
|
'@tauri-apps/plugin-deep-link':
|
||||||
specifier: 2.0.0-alpha.3
|
specifier: 2.0.0-alpha.3
|
||||||
version: link:../..
|
version: link:../..
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 2.0.0-alpha.18
|
specifier: 2.0.0-alpha.20
|
||||||
version: 2.0.0-alpha.18
|
version: 2.0.0-alpha.20
|
||||||
internal-ip:
|
internal-ip:
|
||||||
specifier: ^8.0.0
|
specifier: ^8.0.0
|
||||||
version: 8.0.0
|
version: 8.0.0
|
||||||
@@ -211,38 +211,38 @@ importers:
|
|||||||
plugins/dialog:
|
plugins/dialog:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/fs:
|
plugins/fs:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/global-shortcut:
|
plugins/global-shortcut:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/http:
|
plugins/http:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/log:
|
plugins/log:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/nfc:
|
plugins/nfc:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tslib:
|
tslib:
|
||||||
specifier: 2.6.0
|
specifier: 2.6.0
|
||||||
@@ -251,74 +251,74 @@ importers:
|
|||||||
plugins/notification:
|
plugins/notification:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/os:
|
plugins/os:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/positioner:
|
plugins/positioner:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/process:
|
plugins/process:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/shell:
|
plugins/shell:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/single-instance/examples/vanilla:
|
plugins/single-instance/examples/vanilla:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 2.0.0-alpha.18
|
specifier: 2.0.0-alpha.20
|
||||||
version: 2.0.0-alpha.18
|
version: 2.0.0-alpha.20
|
||||||
|
|
||||||
plugins/sql:
|
plugins/sql:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/store:
|
plugins/store:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/stronghold:
|
plugins/stronghold:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/updater:
|
plugins/updater:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/upload:
|
plugins/upload:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/websocket:
|
plugins/websocket:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
plugins/websocket/examples/svelte-app:
|
plugins/websocket/examples/svelte-app:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -333,8 +333,8 @@ importers:
|
|||||||
specifier: 1.27.7
|
specifier: 1.27.7
|
||||||
version: 1.27.7(svelte@4.2.8)(vite@5.0.6)
|
version: 1.27.7(svelte@4.2.8)(vite@5.0.6)
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 2.0.0-alpha.18
|
specifier: 2.0.0-alpha.20
|
||||||
version: 2.0.0-alpha.18
|
version: 2.0.0-alpha.20
|
||||||
svelte:
|
svelte:
|
||||||
specifier: 4.2.8
|
specifier: 4.2.8
|
||||||
version: 4.2.8
|
version: 4.2.8
|
||||||
@@ -351,8 +351,8 @@ importers:
|
|||||||
plugins/window-state:
|
plugins/window-state:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: 2.0.0-alpha.12
|
specifier: 2.0.0-alpha.13
|
||||||
version: 2.0.0-alpha.12
|
version: 2.0.0-alpha.13
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -1462,13 +1462,13 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@tauri-apps/api@2.0.0-alpha.12:
|
/@tauri-apps/api@2.0.0-alpha.13:
|
||||||
resolution: {integrity: sha512-acpNZQxFgHMHC5qV/IUg4IL/xmypzfxHB4ECkwb58fT48H4zBmklNd5TC0k7BvLUBoSmmgHc4InbYwQai392Yw==}
|
resolution: {integrity: sha512-sGgCkFahF3OZAHoGN5Ozt9WK7wJlbVZSgWpPQKNag4nSOX1+Py6VDRTEWriiJHDiV+gg31CWHnNXRy6TFoZmdA==}
|
||||||
engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
|
engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-arm64@2.0.0-alpha.18:
|
/@tauri-apps/cli-darwin-arm64@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-FBfbfSupOYG9BXmoGi1uRoMspqm5F0BdQbfgEuTkAnTl8cxUQnzOnoEc+qkd5+QqNCPssO89nsvijDLJmyK3AQ==}
|
resolution: {integrity: sha512-L+6OYTjKA42U7XXLQDxoUb43hcKSU8mJ4T3PMCuE08jtv4p6MNfcJQ9FwBCYV6XqYmqE1s5AEBGxR4wBk7bbXQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
@@ -1476,8 +1476,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-x64@2.0.0-alpha.18:
|
/@tauri-apps/cli-darwin-x64@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-RaKTqHQsqwAZub02WFp53Zhrh5B01hJgCyMlfwB3YnYTxOKi7ZEGraZg6ZZpnioUw6S6vc20IHS2NNjLjYv7XQ==}
|
resolution: {integrity: sha512-KnSuiZPnQi9rIbcBRUGyPBEjVpxZ4IcumUVbG2A+BhKMN/sZ4/w+xBhlRhG5V4gvp512LU20zGb3zMmePmOGlQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
@@ -1485,8 +1485,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.18:
|
/@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-UJuhHcRtVHSVcLrOV9uWN3nqKI9iEEPZWD7FRgHwPyNWuhqMmgNEzZKoCHyCL30Hu8bUO7zPu3QuNmrT5odcWw==}
|
resolution: {integrity: sha512-wfneLGGgd7unwMtNs4izkbyhbP+mswsep6aF11RWsGKasq3c6ZFcjFl1/E6/B5WspfjdlVW1/FfVGU6kMwZQwA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@@ -1494,8 +1494,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.18:
|
/@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-tFh+pKoLvxcIFq9POE2pBdXzzyjOakhDEX3LmClHtdm3Il8QDcXXfin1rdORgDTgpjnYHJRke4mZAjpVumhsFA==}
|
resolution: {integrity: sha512-QL+jKiJqCAf65iDkbylxvTKnM3hS3Dq9QCUoguJ5lfLTtztjJzXgCqTeo7yA1AOQjGPQ656p206HrBjO4Ppkog==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@@ -1503,8 +1503,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.18:
|
/@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-j9UuPVtvQ1O6xMAp4zaDvmrZpy2ANOltXmz1jD4pINpcFFzyfyZjQFCAhGNn5zu5JKut0jii+wQnMikBoTXkSg==}
|
resolution: {integrity: sha512-nVknro6J4e+82wkhVaNqc9eEA1SLXR0JQQ9lVcjZWauR7lU6gurRchSQ1xFaCfHW2ZwDgQE7RzdrCZGh3QJmog==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@@ -1512,8 +1512,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.18:
|
/@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-HKxvXH8SGI8mrwdlRS9q9iQpTvJecyNN8O/Ie1FKwRPAfaGy6zNNFTbiNji15PilTL5bS3KrOzjZcHaQHLY9AA==}
|
resolution: {integrity: sha512-x6bCiOIvjnwcrHEabkXzFFRicPmdPNDCTtn02eX4vFnEWbmkssDM40NjqcWnTIR8z1F289FoPuPVA4WiEc0g9Q==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@@ -1521,8 +1521,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.18:
|
/@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-gHjjsItqCiVXLNwXkv5GRmd+FmuNkbP2aM4hoYjhVtSKZpJzioxJl0CZTdZ8CHzuCjQ7M+FKHd9z3t15QQUMZw==}
|
resolution: {integrity: sha512-trA5N9r/RA6uaRrCzzd4Q/kHMehpfhzUruTnsu/bHXf2cnMOhGmnstPzLHlPRudyMELqCngrykR0l4Pp33XHvg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@@ -1530,8 +1530,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.18:
|
/@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-ULzuaPlqFKkjviqafDdmYC+1ysja5cbLsP5P+pJw/cdwf/s/k6+xEYgcICqNMVgiynLhpRXWj0/ypN1t4xdBNQ==}
|
resolution: {integrity: sha512-ib99wuC4WEVS/aZ10YT+IdBOM/zeDRQV01wPd4WT0djNW4nv0b0TmhsZ9BaD9cL/GQD5YPWfwx/EGoHKB1rj9g==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@@ -1539,8 +1539,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.18:
|
/@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-mdt7JDZuZ4qFBlF1VBRRsLtabF/muy/ftFnDvUSNPTalLhX2rN6Tnu/N7qxeknlhChbVXL3mUTHRguhT2AfxtA==}
|
resolution: {integrity: sha512-xiJygmAIbqWl6BRA9LDOWwMg8BnH5KFQbcVaftGtuc+1K5ujViO18hEB4+3i76lNR/xTjq8AX3njxT7yKT0mVA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@@ -1548,8 +1548,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.18:
|
/@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-quIImUuN2bbUMX0WZKbeqpSlKT949e2AZJ93p/NaFd0op5EdFV6Z42Y5YpLb3PTodOen1J3wWCGKdLDc+sgcuA==}
|
resolution: {integrity: sha512-4mN+rCPhPfv1Yjq3elpxaZnp5OY4BHrrlwKzOgLJty2crMy3UAP1s2uXwNZl/86HfHkIkR8RGaR8KR8ioFdmZg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@@ -1557,21 +1557,21 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli@2.0.0-alpha.18:
|
/@tauri-apps/cli@2.0.0-alpha.20:
|
||||||
resolution: {integrity: sha512-M6KynJjEVyJuuBbt6EaiGiyKh/v8CF3pzCYzpjTy/rG6YXsZTnqRCOQqdWCB0KyHeDsPSODmoaDGyFq+MoZfig==}
|
resolution: {integrity: sha512-TNoaRunh2a9Id57EOWSSEziTszBdxyWUtHq9qw3olgY+i/fF3s0Kxwy2c7TM4kON1KnBSvzF+FEGRInNJNvbXw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.18
|
'@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-darwin-x64': 2.0.0-alpha.18
|
'@tauri-apps/cli-darwin-x64': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.18
|
'@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.18
|
'@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.18
|
'@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.18
|
'@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.18
|
'@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.18
|
'@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.18
|
'@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.20
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.18
|
'@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.20
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@tauri-apps/toml@2.2.4:
|
/@tauri-apps/toml@2.2.4:
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ export function createConfig(options = {}) {
|
|||||||
additionalConfigs = [],
|
additionalConfigs = [],
|
||||||
} = options;
|
} = options;
|
||||||
|
|
||||||
|
// eslint-disable-next-line security/detect-non-literal-fs-filename
|
||||||
const pkg = JSON.parse(readFileSync(join(cwd(), "package.json"), "utf8"));
|
const pkg = JSON.parse(readFileSync(join(cwd(), "package.json"), "utf8"));
|
||||||
|
|
||||||
const pluginJsName = pkg.name
|
const pluginJsName = pkg.name
|
||||||
|
|||||||
@@ -23,6 +23,6 @@
|
|||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-alpha.12"
|
"@tauri-apps/api": "2.0.0-alpha.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user