chore: update tauri

This commit is contained in:
Lucas Nogueira
2026-06-17 12:12:03 -03:00
parent bc005c44b0
commit b7dab55a2e
9 changed files with 165 additions and 173 deletions
Generated
+78 -63
View File
@@ -922,9 +922,9 @@ dependencies = [
[[package]]
name = "cef"
version = "146.4.1+146.0.9"
version = "148.0.0+147.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5dad6495c583fedab04a24f6fc08274c59a28b33967ca87709398e1f11c2ebe"
checksum = "2445d2f1e820efc064c511faa3a07c3ee79e565fdae026ca62ed3c80d0459223"
dependencies = [
"cef-dll-sys",
"libloading 0.9.0",
@@ -934,8 +934,9 @@ dependencies = [
[[package]]
name = "cef-dll-sys"
version = "146.4.1+146.0.9"
source = "git+https://github.com/tauri-apps/cef-rs?branch=fix/146-location-windows#7fc79c7aa4f1d691ed9996d440f13eb34a151f2d"
version = "148.0.0+147.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d32a7c89af6c77688ad58dc75555c9398c5ded2c328a3ff83554fccc840af57"
dependencies = [
"anyhow",
"cmake",
@@ -1780,11 +1781,13 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "download-cef"
version = "2.3.1"
source = "git+https://github.com/tauri-apps/cef-rs?branch=fix/146-location-windows#7fc79c7aa4f1d691ed9996d440f13eb34a151f2d"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c169adf067a787e1f1c58ed62906a557de85388bee4b54fb878b722ff606b113"
dependencies = [
"bzip2",
"clap",
"fs-err",
"indicatif",
"regex",
"semver",
@@ -2223,6 +2226,15 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-err"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73fde052dbfc920003cfd2c8e2c6e6d4cc7c1091538c3a24226cec0665ab08c0"
dependencies = [
"autocfg",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
@@ -6889,8 +6901,8 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri"
version = "2.11.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.11.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"anyhow",
"bytes",
@@ -6930,7 +6942,7 @@ dependencies = [
"tauri-runtime",
"tauri-runtime-cef",
"tauri-runtime-wry",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"thiserror 2.0.12",
"tokio",
"tray-icon",
@@ -6944,8 +6956,8 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.6.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.6.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"anyhow",
"cargo_toml",
@@ -6959,15 +6971,15 @@ dependencies = [
"serde",
"serde_json",
"tauri-codegen",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"tauri-winres",
"walkdir",
]
[[package]]
name = "tauri-codegen"
version = "2.6.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.6.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"base64 0.22.1",
"ico",
@@ -6981,7 +6993,7 @@ dependencies = [
"serde_json",
"sha2",
"syn 2.0.100",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"thiserror 2.0.12",
"time",
"url",
@@ -6991,21 +7003,21 @@ dependencies = [
[[package]]
name = "tauri-macros"
version = "2.6.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.6.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.100",
"tauri-codegen",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
]
[[package]]
name = "tauri-plugin"
version = "2.6.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.6.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"anyhow",
"glob",
@@ -7013,7 +7025,7 @@ dependencies = [
"schemars",
"serde",
"serde_json",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"walkdir",
]
@@ -7508,8 +7520,8 @@ dependencies = [
[[package]]
name = "tauri-runtime"
version = "2.11.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.11.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"cookie",
"dpi",
@@ -7521,7 +7533,7 @@ dependencies = [
"raw-window-handle",
"serde",
"serde_json",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"thiserror 2.0.12",
"url",
"windows 0.61.1",
@@ -7530,17 +7542,20 @@ dependencies = [
[[package]]
name = "tauri-runtime-cef"
version = "0.1.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"base64 0.22.1",
"cef",
"cef-dll-sys",
"dioxus-debug-cell",
"dirs 6.0.0",
"dlopen2",
"gtk",
"html5ever 0.29.1",
"http",
"kuchikiki",
"libc",
"log",
"objc2 0.6.4",
"objc2-app-kit",
"objc2-foundation 0.3.0",
@@ -7549,7 +7564,7 @@ dependencies = [
"serde_json",
"sha2",
"tauri-runtime",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"url",
"windows 0.61.1",
"x11-dl",
@@ -7557,8 +7572,8 @@ dependencies = [
[[package]]
name = "tauri-runtime-wry"
version = "2.11.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.11.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"gtk",
"http",
@@ -7573,7 +7588,7 @@ dependencies = [
"softbuffer",
"tao",
"tauri-runtime",
"tauri-utils 2.9.0",
"tauri-utils 2.9.2",
"url",
"webkit2gtk",
"webview2-com",
@@ -7583,8 +7598,38 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.9.0"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d175c487acac135e7212a6314c61d651ea3cde27"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57200389a2f82b4b0a40ae29ca19b6978116e8f4d4e974c3234ce40c0ffbdec"
dependencies = [
"anyhow",
"ctor",
"dunce",
"glob",
"http",
"infer",
"json-patch",
"log",
"memchr",
"phf 0.13.1",
"plist",
"regex",
"semver",
"serde",
"serde-untagged",
"serde_json",
"serde_with",
"thiserror 2.0.12",
"toml 1.0.7+spec-1.1.0",
"url",
"urlpattern",
"uuid",
]
[[package]]
name = "tauri-utils"
version = "2.9.2"
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#d4b20828b0684b05f7563d49e3a70a8661846ad3"
dependencies = [
"aes-gcm",
"anyhow",
@@ -7622,36 +7667,6 @@ dependencies = [
"walkdir",
]
[[package]]
name = "tauri-utils"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57200389a2f82b4b0a40ae29ca19b6978116e8f4d4e974c3234ce40c0ffbdec"
dependencies = [
"anyhow",
"ctor",
"dunce",
"glob",
"http",
"infer",
"json-patch",
"log",
"memchr",
"phf 0.13.1",
"plist",
"regex",
"semver",
"serde",
"serde-untagged",
"serde_json",
"serde_with",
"thiserror 2.0.12",
"toml 1.0.7+spec-1.1.0",
"url",
"urlpattern",
"uuid",
]
[[package]]
name = "tauri-winres"
version = "0.3.0"
@@ -8110,9 +8125,9 @@ dependencies = [
[[package]]
name = "tray-icon"
version = "0.23.1"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15edbb0d80583e85ee8df283410038e17314df5cba30da2087a54a85216c0773"
checksum = "65ba1e5f6b9ef9fd87e21b9c6f351554dbd717960089168fcfdef854686961dc"
dependencies = [
"crossbeam-channel",
"dirs 6.0.0",
-1
View File
@@ -45,4 +45,3 @@ tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
tauri-utils = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
tauri-plugin = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
tauri-build = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
cef-dll-sys = { git = "https://github.com/tauri-apps/cef-rs", branch = "fix/146-location-windows" }
+1 -1
View File
@@ -36,7 +36,7 @@
"@iconify-json/codicon": "^1.2.49",
"@iconify-json/ph": "^1.2.2",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tauri-apps/cli": "2.11.1",
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"@unocss/extractor-svelte": "^66.6.7",
"svelte": "^5.54.0",
"unocss": "^66.6.7",
+1 -1
View File
@@ -14,7 +14,7 @@
"@tauri-apps/plugin-deep-link": "2.4.9"
},
"devDependencies": {
"@tauri-apps/cli": "2.11.1",
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"typescript": "^6.0.0",
"vite": "^8.0.1"
}
+1 -1
View File
@@ -28,6 +28,6 @@
"@tauri-apps/api": "^2.11.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.11.1"
"@tauri-apps/cli-cef": "3.0.0-alpha.5"
}
}
@@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.11.1"
"@tauri-apps/cli-cef": "3.0.0-alpha.5"
}
}
@@ -8,7 +8,7 @@
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "2.11.1",
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"typescript": "^6.0.0",
"vite": "^8.0.1"
}
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@tauri-apps/cli": "2.11.1",
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"typescript": "^6.0.0",
"vite": "^8.0.1"
},
+81 -103
View File
@@ -55,7 +55,7 @@ importers:
version: 2.11.0
'@tauri-apps/plugin-barcode-scanner':
specifier: ^2.4.4
version: link:../../plugins/barcode-scanner
version: 2.4.5
'@tauri-apps/plugin-biometric':
specifier: ^2.3.2
version: link:../../plugins/biometric
@@ -76,7 +76,7 @@ importers:
version: link:../../plugins/geolocation
'@tauri-apps/plugin-global-shortcut':
specifier: ^2.3.1
version: link:../../plugins/global-shortcut
version: 2.3.2
'@tauri-apps/plugin-haptics':
specifier: ^2.3.2
version: link:../../plugins/haptics
@@ -123,9 +123,9 @@ importers:
'@sveltejs/vite-plugin-svelte':
specifier: ^7.0.0
version: 7.0.0(svelte@5.55.7(@typescript-eslint/types@8.58.2))(vite@8.0.5(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.3)(jiti@2.6.1)(terser@5.46.1)(tsx@4.19.2))
'@tauri-apps/cli':
specifier: 2.11.1
version: 2.11.1
'@tauri-apps/cli-cef':
specifier: 3.0.0-alpha.5
version: 3.0.0-alpha.5
'@unocss/extractor-svelte':
specifier: ^66.6.7
version: 66.6.7
@@ -175,9 +175,9 @@ importers:
specifier: ^2.11.0
version: 2.11.0
devDependencies:
'@tauri-apps/cli':
specifier: 2.11.1
version: 2.11.1
'@tauri-apps/cli-cef':
specifier: 3.0.0-alpha.5
version: 3.0.0-alpha.5
plugins/deep-link/examples/app:
dependencies:
@@ -188,9 +188,9 @@ importers:
specifier: 2.4.9
version: link:../..
devDependencies:
'@tauri-apps/cli':
specifier: 2.11.1
version: 2.11.1
'@tauri-apps/cli-cef':
specifier: 3.0.0-alpha.5
version: 3.0.0-alpha.5
typescript:
specifier: ^6.0.0
version: 6.0.3
@@ -284,9 +284,9 @@ importers:
plugins/single-instance/examples/vanilla:
devDependencies:
'@tauri-apps/cli':
specifier: 2.11.1
version: 2.11.1
'@tauri-apps/cli-cef':
specifier: 3.0.0-alpha.5
version: 3.0.0-alpha.5
plugins/sql:
dependencies:
@@ -302,9 +302,9 @@ importers:
plugins/store/examples/AppSettingsManager:
devDependencies:
'@tauri-apps/cli':
specifier: 2.11.1
version: 2.11.1
'@tauri-apps/cli-cef':
specifier: 3.0.0-alpha.5
version: 3.0.0-alpha.5
typescript:
specifier: ^6.0.0
version: 6.0.3
@@ -342,9 +342,9 @@ importers:
specifier: link:..\..
version: link:../..
devDependencies:
'@tauri-apps/cli':
specifier: 2.11.1
version: 2.11.1
'@tauri-apps/cli-cef':
specifier: 3.0.0-alpha.5
version: 3.0.0-alpha.5
typescript:
specifier: ^6.0.0
version: 6.0.3
@@ -667,56 +667,48 @@ packages:
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [glibc]
'@oxc-parser/binding-linux-arm64-musl@0.115.0':
resolution: {integrity: sha512-HjsZbJPH9mMd4swJRywVMsDZsJX0hyKb1iNHo5ijRl5yhtbO3lj7ImSrrL1oZ1VEg0te4iKmDGGz/6YPLd1G8w==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [musl]
'@oxc-parser/binding-linux-ppc64-gnu@0.115.0':
resolution: {integrity: sha512-zhhePoBrd7kQx3oClX/W6NldsuCbuMqaN9rRsY+6/WoorAb4j490PG/FjqgAXscWp2uSW2WV9L+ksn0wHrvsrg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
libc: [glibc]
'@oxc-parser/binding-linux-riscv64-gnu@0.115.0':
resolution: {integrity: sha512-t/IRojvUE9XrKu+/H1b8YINug+7Q6FLls5rsm2lxB5mnS8GN/eYAYrPgHkcg9/1SueRDSzGpDYu3lGWTObk1zw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [glibc]
'@oxc-parser/binding-linux-riscv64-musl@0.115.0':
resolution: {integrity: sha512-79jBHSSh/YpQRAmvYoaCfpyToRbJ/HBrdB7hxK2ku2JMehjopTVo+xMJss/RV7/ZYqeezgjvKDQzapJbgcjVZA==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [riscv64]
os: [linux]
libc: [musl]
'@oxc-parser/binding-linux-s390x-gnu@0.115.0':
resolution: {integrity: sha512-nA1TpxkhNTIOMMyiSSsa7XIVJVoOU/SsVrHIz3gHvWweB5PHCQfO7w+Lb2EP0lBWokv7HtA/KbF7aLDoXzmuMw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
libc: [glibc]
'@oxc-parser/binding-linux-x64-gnu@0.115.0':
resolution: {integrity: sha512-9iVX789DoC3SaOOG+X6NcF/tVChgLp2vcHffzOC2/Z1JTPlz6bMG2ogvcW6/9s0BG2qvhNQImd+gbWYeQbOwVw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [glibc]
'@oxc-parser/binding-linux-x64-musl@0.115.0':
resolution: {integrity: sha512-RmQmk+mjCB0nMNfEYhaCxwofLo1Z95ebHw1AGvRiWGCd4zhCNOyskgCbMogIcQzSB3SuEKWgkssyaiQYVAA4hQ==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [musl]
'@oxc-parser/binding-openharmony-arm64@0.115.0':
resolution: {integrity: sha512-viigraWWQhhDvX5aGq+wrQq58k00Xq3MHz/0R4AFMxGlZ8ogNonpEfNc73Q5Ly87Z6sU9BvxEdG0dnYTfVnmew==}
@@ -794,42 +786,36 @@ packages:
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [glibc]
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [arm64]
os: [linux]
libc: [musl]
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [ppc64]
os: [linux]
libc: [glibc]
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [s390x]
os: [linux]
libc: [glibc]
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [glibc]
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==}
engines: {node: ^20.19.0 || >=22.12.0}
cpu: [x64]
os: [linux]
libc: [musl]
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==}
@@ -931,79 +917,66 @@ packages:
resolution: {integrity: sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g==}
cpu: [arm]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-arm-musleabihf@4.60.3':
resolution: {integrity: sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w==}
cpu: [arm]
os: [linux]
libc: [musl]
'@rollup/rollup-linux-arm64-gnu@4.60.3':
resolution: {integrity: sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA==}
cpu: [arm64]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-arm64-musl@4.60.3':
resolution: {integrity: sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg==}
cpu: [arm64]
os: [linux]
libc: [musl]
'@rollup/rollup-linux-loong64-gnu@4.60.3':
resolution: {integrity: sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA==}
cpu: [loong64]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-loong64-musl@4.60.3':
resolution: {integrity: sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg==}
cpu: [loong64]
os: [linux]
libc: [musl]
'@rollup/rollup-linux-ppc64-gnu@4.60.3':
resolution: {integrity: sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ==}
cpu: [ppc64]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-ppc64-musl@4.60.3':
resolution: {integrity: sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA==}
cpu: [ppc64]
os: [linux]
libc: [musl]
'@rollup/rollup-linux-riscv64-gnu@4.60.3':
resolution: {integrity: sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw==}
cpu: [riscv64]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-riscv64-musl@4.60.3':
resolution: {integrity: sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ==}
cpu: [riscv64]
os: [linux]
libc: [musl]
'@rollup/rollup-linux-s390x-gnu@4.60.3':
resolution: {integrity: sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig==}
cpu: [s390x]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-x64-gnu@4.60.3':
resolution: {integrity: sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==}
cpu: [x64]
os: [linux]
libc: [glibc]
'@rollup/rollup-linux-x64-musl@4.60.3':
resolution: {integrity: sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA==}
cpu: [x64]
os: [linux]
libc: [musl]
'@rollup/rollup-openbsd-x64@4.60.3':
resolution: {integrity: sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q==}
@@ -1050,82 +1023,83 @@ packages:
'@tauri-apps/api@2.11.0':
resolution: {integrity: sha512-7CinYODhky9lmO23xHnUFv0Xt43fbtWMyxZcLcRBlFkcgXKuEirBvHpmtJ89YMhyeGcq20Wuc47Fa4XjyniywA==}
'@tauri-apps/cli-darwin-arm64@2.11.1':
resolution: {integrity: sha512-6eEKMBXsQPCuM1EmvrjT2+aBuxWQuFdKdW8pzNuNQtpq45nEEpBlD5gr8pUeAyOU1DQKlkFaEc/MPBxb/Pfjtg==}
'@tauri-apps/cli-cef-darwin-arm64@3.0.0-alpha.5':
resolution: {integrity: sha512-TimR8vxsmKfmOsYBViXhXr6eoPQEDbQ0c+Mrm+NwjukoyPoKoZ+30mh/nE4Y54n5U4TcGGzO2+e7tPrZm2hmOQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
'@tauri-apps/cli-darwin-x64@2.11.1':
resolution: {integrity: sha512-LQUO7exfRWjWALNhetph5guWpMeHphRpokOLk0OIbTTExaNwJNFu3I4vb+CCM/4G/QGoZe/5XikZOJdNEFP1ig==}
'@tauri-apps/cli-cef-darwin-x64@3.0.0-alpha.5':
resolution: {integrity: sha512-hMB9HwDk+Nh5fB25a68eB4ZeaSU6V+Wkw05XLg6PWAHHpl9cHHmyOejK7WV/ZbumZibZ/P+cksbU2BkwZBCvDA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
'@tauri-apps/cli-linux-arm-gnueabihf@2.11.1':
resolution: {integrity: sha512-5i/awiBCRRhOUG8yjn0fMHXIWD5Ez8eEk5LtvOxyQrKuJkRaZDvnbIjZbE183blAwkoA4xN3aO/prJiqscl02Q==}
'@tauri-apps/cli-cef-linux-arm-gnueabihf@3.0.0-alpha.5':
resolution: {integrity: sha512-hU2j0vT5KGdeknCI2hiKPu27QOE2X/aLgk0dPRL+64aZoDEI26ze+9XYEsCJ7iCd0/W40qLDdR+uSd6TBIeNyw==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
'@tauri-apps/cli-linux-arm64-gnu@2.11.1':
resolution: {integrity: sha512-9LrwDw3S9Fygtw/Q6WDhOP+3svJRGAsejeE+GKrc0eO1ThMVhwi2LL6hw4dlKw93IfS7VY1G19sWGxJ/NcU4nA==}
'@tauri-apps/cli-cef-linux-arm64-gnu@3.0.0-alpha.5':
resolution: {integrity: sha512-OddlrRfw2jLHCttoPPF0JRijklzmOZF3a24oyRsFKn/NX604xybmjaANLr2wpi7fA3k9RUKQSFtoYfmkIwF3cA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
libc: [glibc]
'@tauri-apps/cli-linux-arm64-musl@2.11.1':
resolution: {integrity: sha512-mNA5dbbqPqDUdTIwdUYYuhO2GvIe9UnB2r0VU2njxBOS3Opbx4gKNC5yP0Iu4rYmEmqdlwry9VzGZQ3wq9dyFg==}
'@tauri-apps/cli-cef-linux-arm64-musl@3.0.0-alpha.5':
resolution: {integrity: sha512-K6LaI/9Z/hc7vHhC3Huxu1n6fNKc3gzKaxVjV7rapkAYN1NFerVVhDmhFcx4yxGiuQEr3ueht1XOT9lC66xL1g==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
libc: [musl]
'@tauri-apps/cli-linux-riscv64-gnu@2.11.1':
resolution: {integrity: sha512-fZj3Gwq+6fUs305T5WQiD5iSGJw+j/4w/HGmk4sHDAcy+rp9zU5eaxB7nOyz5/I/nkNAuKPqfp6uIbiUBXkBCw==}
'@tauri-apps/cli-cef-linux-riscv64-gnu@3.0.0-alpha.5':
resolution: {integrity: sha512-I08Ris1KklqEYOPkJyb8/QY/RZ9m7XOvRHh8d9INLXKEtU+X/dQ8ihWARBIuOi5V//3TrSZJ3n2Bs7qJYSw/ng==}
engines: {node: '>= 10'}
cpu: [riscv64]
os: [linux]
libc: [glibc]
'@tauri-apps/cli-linux-x64-gnu@2.11.1':
resolution: {integrity: sha512-XFxGxOvHM7jjeD6ozCKdGfhzJ7lERYDGZl1/Kb4fsvchaJsfLJ981TlyTG8Qy/gFq+f5GitH3bfrX9JAkjPEyw==}
'@tauri-apps/cli-cef-linux-x64-gnu@3.0.0-alpha.5':
resolution: {integrity: sha512-b9TPymlufbA9Au6h489LYLeVJOep3lT5BBO67PwiT/7vxwosh4tre0GNlM/YejB+9G+AmwZWn5wPAele0RkraQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
libc: [glibc]
'@tauri-apps/cli-linux-x64-musl@2.11.1':
resolution: {integrity: sha512-d5C2/Zm+68v7R9wTuTCjRQEVrWjcdMkJBZ1+rXse+QdMMlTB9+u9PDNDLw9PQflWxYLaYZ7tjxxL9Nb9II6PbA==}
'@tauri-apps/cli-cef-linux-x64-musl@3.0.0-alpha.5':
resolution: {integrity: sha512-J7aRqlmVM72KC0W4wPIwsZ86tbnUWtMhfITF/81srtqM5XNQkBUdl/SIFKF5R7XH7yzsPJCPs1wbz3TKx6Dsug==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
libc: [musl]
'@tauri-apps/cli-win32-arm64-msvc@2.11.1':
resolution: {integrity: sha512-YdeVWFAR1pTXzUU6NLstPq4G6OLxuDrXCXEBdmBH+5EZIDXUx0D2kJlz3+YjpazkKvAzYpgziTsyRagls0OfRQ==}
'@tauri-apps/cli-cef-win32-arm64-msvc@3.0.0-alpha.5':
resolution: {integrity: sha512-0ScyI7oDDgysHAX5tkV2ScgoEmCPbw3Yvk3n6vN6jMopT5gIUld6wdMgHrCRtCT+ssHtorsO9ZkhVXdM6E4SqA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
'@tauri-apps/cli-win32-ia32-msvc@2.11.1':
resolution: {integrity: sha512-VBGkuH0eB9K9LLSMv361Gzr5Ou72sCS4+ztpmkWEQ+wd/amhcYOsf3X6qn1RJZDzIhiOYHJEOysZUC3baD01rA==}
'@tauri-apps/cli-cef-win32-ia32-msvc@3.0.0-alpha.5':
resolution: {integrity: sha512-G8e2efupazw56Rh5SgQ7VDCqBqpDAZd4um7GtNSS6f/CqnM5jRilTz9Kpqk+NEkd3tzkb574ymxXFf4xHZmyfw==}
engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
'@tauri-apps/cli-win32-x64-msvc@2.11.1':
resolution: {integrity: sha512-b3ORhIAKgp9ZYY+zBt7b7r0kLU2kjvyGF0+MS2SBym3emsweGPybEqocJcmtMuxyBhkOKHP4CiuEJEDuAlTx6A==}
'@tauri-apps/cli-cef-win32-x64-msvc@3.0.0-alpha.5':
resolution: {integrity: sha512-AH5avgbxjQwzgwUMg3s8z0T6zTLoiv0MiUZTSlBSzTvszkB4yv7voYnmLlN/YTKZZtMSpueRYtyZEQO6Vfbs0g==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
'@tauri-apps/cli@2.11.1':
resolution: {integrity: sha512-rpEbaJ/HzNb6fwsquwoAbq29/Vt4gADhS423A8fdkwL4edJ0wZmoB8ar7O6JPDL834MUKOCm/rrJ7c9oAaEaYQ==}
'@tauri-apps/cli-cef@3.0.0-alpha.5':
resolution: {integrity: sha512-3lc3ppOSiBLyZn7I71uzhtBbNpAMG5EQvaDJ1/WlYkbIQorwuNGQkC0qGHmJJIUkDPsNv7923ecpoQlkGhKS2Q==}
engines: {node: '>= 10'}
hasBin: true
'@tauri-apps/plugin-barcode-scanner@2.4.5':
resolution: {integrity: sha512-sIPRYEfxww8/y8skZ2LcAp/h5bwvlHkQiq+3w6QEl+2BHs13xnpn7hP+pv4fkBs8DyDfpUbOBIYS5YBwP7x1QQ==}
'@tauri-apps/plugin-global-shortcut@2.3.2':
resolution: {integrity: sha512-UReHNXrLvpEjylE4jb4oCYiy96uRykPUthoCQCmRXYrd5hs5X9DrW+qOn7GLW57EJN4tdK8bgK5twBTz2NOxzA==}
'@tybys/wasm-util@0.10.1':
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
@@ -1602,28 +1576,24 @@ packages:
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
libc: [glibc]
lightningcss-linux-arm64-musl@1.32.0:
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
libc: [musl]
lightningcss-linux-x64-gnu@1.32.0:
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
libc: [glibc]
lightningcss-linux-x64-musl@1.32.0:
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
libc: [musl]
lightningcss-win32-arm64-msvc@1.32.0:
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
@@ -2432,52 +2402,60 @@ snapshots:
'@tauri-apps/api@2.11.0': {}
'@tauri-apps/cli-darwin-arm64@2.11.1':
'@tauri-apps/cli-cef-darwin-arm64@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-darwin-x64@2.11.1':
'@tauri-apps/cli-cef-darwin-x64@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-linux-arm-gnueabihf@2.11.1':
'@tauri-apps/cli-cef-linux-arm-gnueabihf@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-linux-arm64-gnu@2.11.1':
'@tauri-apps/cli-cef-linux-arm64-gnu@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-linux-arm64-musl@2.11.1':
'@tauri-apps/cli-cef-linux-arm64-musl@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-linux-riscv64-gnu@2.11.1':
'@tauri-apps/cli-cef-linux-riscv64-gnu@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-linux-x64-gnu@2.11.1':
'@tauri-apps/cli-cef-linux-x64-gnu@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-linux-x64-musl@2.11.1':
'@tauri-apps/cli-cef-linux-x64-musl@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-win32-arm64-msvc@2.11.1':
'@tauri-apps/cli-cef-win32-arm64-msvc@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-win32-ia32-msvc@2.11.1':
'@tauri-apps/cli-cef-win32-ia32-msvc@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli-win32-x64-msvc@2.11.1':
'@tauri-apps/cli-cef-win32-x64-msvc@3.0.0-alpha.5':
optional: true
'@tauri-apps/cli@2.11.1':
'@tauri-apps/cli-cef@3.0.0-alpha.5':
optionalDependencies:
'@tauri-apps/cli-darwin-arm64': 2.11.1
'@tauri-apps/cli-darwin-x64': 2.11.1
'@tauri-apps/cli-linux-arm-gnueabihf': 2.11.1
'@tauri-apps/cli-linux-arm64-gnu': 2.11.1
'@tauri-apps/cli-linux-arm64-musl': 2.11.1
'@tauri-apps/cli-linux-riscv64-gnu': 2.11.1
'@tauri-apps/cli-linux-x64-gnu': 2.11.1
'@tauri-apps/cli-linux-x64-musl': 2.11.1
'@tauri-apps/cli-win32-arm64-msvc': 2.11.1
'@tauri-apps/cli-win32-ia32-msvc': 2.11.1
'@tauri-apps/cli-win32-x64-msvc': 2.11.1
'@tauri-apps/cli-cef-darwin-arm64': 3.0.0-alpha.5
'@tauri-apps/cli-cef-darwin-x64': 3.0.0-alpha.5
'@tauri-apps/cli-cef-linux-arm-gnueabihf': 3.0.0-alpha.5
'@tauri-apps/cli-cef-linux-arm64-gnu': 3.0.0-alpha.5
'@tauri-apps/cli-cef-linux-arm64-musl': 3.0.0-alpha.5
'@tauri-apps/cli-cef-linux-riscv64-gnu': 3.0.0-alpha.5
'@tauri-apps/cli-cef-linux-x64-gnu': 3.0.0-alpha.5
'@tauri-apps/cli-cef-linux-x64-musl': 3.0.0-alpha.5
'@tauri-apps/cli-cef-win32-arm64-msvc': 3.0.0-alpha.5
'@tauri-apps/cli-cef-win32-ia32-msvc': 3.0.0-alpha.5
'@tauri-apps/cli-cef-win32-x64-msvc': 3.0.0-alpha.5
'@tauri-apps/plugin-barcode-scanner@2.4.5':
dependencies:
'@tauri-apps/api': 2.11.0
'@tauri-apps/plugin-global-shortcut@2.3.2':
dependencies:
'@tauri-apps/api': 2.11.0
'@tybys/wasm-util@0.10.1':
dependencies: