Merge branch 'v2' into deep-link

pull/504/head
Lucas Nogueira 2 years ago
commit 1458f857fe
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -0,0 +1,5 @@
---
"http": patch
---
Remove `cmd` property which breaks invoke call.

@ -0,0 +1,30 @@
---
"app": patch
"authenticator": patch
"autostart": patch
"cli": patch
"clipboard-manager": 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": patch
"window-state": patch
---
Update to alpha.12.

@ -0,0 +1,5 @@
---
"window": "patch"
---
On macOS, fixed tapping on custom title bar doesn't maximize the window.

23
Cargo.lock generated

@ -3252,9 +3252,9 @@ dependencies = [
[[package]] [[package]]
name = "muda" name = "muda"
version = "0.8.2" version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e33f46fb20f85553edb85e30a6a5231567f4103276ccdb5a2050613d253b1d" checksum = "41fe753ec4d3e8137a1d3ecb1aee1192b8f7661fe1247641968f5bf5f2e6ebbe"
dependencies = [ dependencies = [
"cocoa 0.25.0", "cocoa 0.25.0",
"crossbeam-channel", "crossbeam-channel",
@ -5527,9 +5527,9 @@ checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e"
[[package]] [[package]]
name = "tauri" name = "tauri"
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 = "fad0a5c32ce9e3e9862fb8cd433abf63e65ffea9b80dcc44d3d991e6794ea9a6" checksum = "8ee399da0cca87a81e1bf9365321340595a45a24190f20b1aa476b4cd96c3318"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes 1.4.0", "bytes 1.4.0",
@ -5542,6 +5542,7 @@ dependencies = [
"gtk", "gtk",
"heck", "heck",
"http", "http",
"http-range",
"ico", "ico",
"infer 0.15.0", "infer 0.15.0",
"jni", "jni",
@ -6023,13 +6024,12 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime" name = "tauri-runtime"
version = "1.0.0-alpha.0" version = "1.0.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5ba2ea1c0b7a2c3e53259edc3c78527e9f40fa7b45f73c52ab5165e42f9d18a" checksum = "525c4dea52547a13e58816c655bd0928f6c30026515e7b2a77166bcd984da6d0"
dependencies = [ dependencies = [
"gtk", "gtk",
"http", "http",
"http-range",
"jni", "jni",
"rand 0.8.5", "rand 0.8.5",
"raw-window-handle", "raw-window-handle",
@ -6044,12 +6044,13 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime-wry" name = "tauri-runtime-wry"
version = "1.0.0-alpha.0" version = "1.0.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "095d8a6cb312211bd0ed6b51f078be2e5bba4e3244b5fdbe39fce2ebfc0d7a15" checksum = "79f53914c8ab391c5cd83f0bc269f8dfa6d48cb826d0584b57d396862360dc38"
dependencies = [ dependencies = [
"cocoa 0.24.1", "cocoa 0.24.1",
"gtk", "gtk",
"http",
"jni", "jni",
"percent-encoding", "percent-encoding",
"rand 0.8.5", "rand 0.8.5",
@ -7457,9 +7458,9 @@ dependencies = [
[[package]] [[package]]
name = "wry" name = "wry"
version = "0.31.0" version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6289018fa3cbc051c13f4ae1a102d80c3f35a527456c75567eb2cad6989020" checksum = "41fc00d1511c9ff5b600a6c6bde254eb39b9fcc5c0369b71a8efd5ff807bf937"
dependencies = [ dependencies = [
"base64 0.21.2", "base64 0.21.2",
"block", "block",

@ -5,7 +5,7 @@ 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.11" tauri = "2.0.0-alpha.12"
tauri-build = "2.0.0-alpha.8" tauri-build = "2.0.0-alpha.8"
serde_json = "1" serde_json = "1"
thiserror = "1" thiserror = "1"

@ -29,7 +29,7 @@
"@iconify-json/codicon": "^1.1.26", "@iconify-json/codicon": "^1.1.26",
"@iconify-json/ph": "^1.1.5", "@iconify-json/ph": "^1.1.5",
"@sveltejs/vite-plugin-svelte": "^2.4.1", "@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tauri-apps/cli": "2.0.0-alpha.11", "@tauri-apps/cli": "2.0.0-alpha.12",
"@unocss/extractor-svelte": "^0.53.1", "@unocss/extractor-svelte": "^0.53.1",
"internal-ip": "^8.0.0", "internal-ip": "^8.0.0",
"svelte": "^3.59.1", "svelte": "^3.59.1",

@ -14,7 +14,7 @@
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.0" "@tauri-apps/plugin-deep-link": "2.0.0-alpha.0"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.11", "@tauri-apps/cli": "^2.0.0-alpha.12",
"internal-ip": "^7.0.0", "internal-ip": "^7.0.0",
"typescript": "^4.8.2", "typescript": "^4.8.2",
"vite": "^4.2.1" "vite": "^4.2.1"

@ -1,5 +1,5 @@
{ {
"$schema": "../../../node_modules/.pnpm/@tauri-apps+cli@2.0.0-alpha.8/node_modules/@tauri-apps/cli/schema.json", "$schema": "../../../node_modules/.pnpm/@tauri-apps+cli@2.0.0-alpha.12/node_modules/@tauri-apps/cli/schema.json",
"build": { "build": {
"distDir": ".", "distDir": ".",
"devPath": "http://localhost:4000" "devPath": "http://localhost:4000"

@ -83,7 +83,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<Config>> {
.on_event(|app, event| { .on_event(|app, event| {
if let RunEvent::WindowEvent { if let RunEvent::WindowEvent {
label: _, label: _,
event: WindowEvent::FileDrop(FileDropEvent::Dropped(paths)), event: WindowEvent::FileDrop(FileDropEvent::Dropped { paths, position: _ }),
.. ..
} = event } = event
{ {

@ -77,7 +77,6 @@ export async function fetch(
const reqData = buffer.byteLength ? Array.from(new Uint8Array(buffer)) : null; const reqData = buffer.byteLength ? Array.from(new Uint8Array(buffer)) : null;
const rid = await window.__TAURI_INVOKE__<number>("plugin:http|fetch", { const rid = await window.__TAURI_INVOKE__<number>("plugin:http|fetch", {
cmd: "fetch",
method: req.method, method: req.method,
url: req.url, url: req.url,
headers: Array.from(req.headers.entries()), headers: Array.from(req.headers.entries()),
@ -111,7 +110,7 @@ export async function fetch(
}, },
); );
const res = new Response(Uint8Array.from(body), { const res = new Response(new Uint8Array(body), {
headers, headers,
status, status,
statusText, statusText,

@ -1 +1 @@
if("__TAURI__"in window){var __TAURI_HTTP__=function(e){"use strict";return e.fetch=async function(e,t){const n=null==t?void 0:t.maxRedirections,r=null==t?void 0:t.maxRedirections;t&&(delete t.maxRedirections,delete t.connectTimeout);const _=new Request(e,t),i=await _.arrayBuffer(),a=i.byteLength?Array.from(new Uint8Array(i)):null,d=await window.__TAURI_INVOKE__("plugin:http|fetch",{cmd:"fetch",method:_.method,url:_.url,headers:Array.from(_.headers.entries()),data:a,maxRedirections:n,connectTimeout:r});_.signal.addEventListener("abort",(()=>{window.__TAURI_INVOKE__("plugin:http|fetch_cancel",{rid:d})}));const{status:o,statusText:s,url:c,headers:u}=await window.__TAURI_INVOKE__("plugin:http|fetch_send",{rid:d}),l=await window.__TAURI_INVOKE__("plugin:http|fetch_read_body",{rid:d}),w=new Response(Uint8Array.from(l),{headers:u,status:o,statusText:s});return Object.defineProperty(w,"url",{value:c}),w},e}({});Object.defineProperty(window.__TAURI__,"http",{value:__TAURI_HTTP__})} if("__TAURI__"in window){var __TAURI_HTTP__=function(e){"use strict";return e.fetch=async function(e,t){const n=null==t?void 0:t.maxRedirections,r=null==t?void 0:t.maxRedirections;t&&(delete t.maxRedirections,delete t.connectTimeout);const _=new Request(e,t),i=await _.arrayBuffer(),a=i.byteLength?Array.from(new Uint8Array(i)):null,d=await window.__TAURI_INVOKE__("plugin:http|fetch",{method:_.method,url:_.url,headers:Array.from(_.headers.entries()),data:a,maxRedirections:n,connectTimeout:r});_.signal.addEventListener("abort",(()=>{window.__TAURI_INVOKE__("plugin:http|fetch_cancel",{rid:d})}));const{status:o,statusText:s,url:u,headers:c}=await window.__TAURI_INVOKE__("plugin:http|fetch_send",{rid:d}),l=await window.__TAURI_INVOKE__("plugin:http|fetch_read_body",{rid:d}),w=new Response(new Uint8Array(l),{headers:c,status:o,statusText:s});return Object.defineProperty(w,"url",{value:u}),w},e}({});Object.defineProperty(window.__TAURI__,"http",{value:__TAURI_HTTP__})}

@ -1,5 +1,5 @@
{ {
"$schema": "../../../node_modules/.pnpm/@tauri-apps+cli@2.0.0-alpha.8/node_modules/@tauri-apps/cli/schema.json", "$schema": "../../../node_modules/.pnpm/@tauri-apps+cli@2.0.0-alpha.12/node_modules/@tauri-apps/cli/schema.json",
"build": { "build": {
"distDir": ".", "distDir": ".",
"devPath": "http://localhost:4000" "devPath": "http://localhost:4000"

@ -9,6 +9,6 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.11" "@tauri-apps/cli": "2.0.0-alpha.12"
} }
} }

@ -1,5 +1,5 @@
{ {
"$schema": "../../../../node_modules/.pnpm/@tauri-apps+cli@2.0.0-alpha.8/node_modules/@tauri-apps/cli/schema.json", "$schema": "../../../../node_modules/.pnpm/@tauri-apps+cli@2.0.0-alpha.12/node_modules/@tauri-apps/cli/schema.json",
"build": { "build": {
"distDir": [], "distDir": [],
"devPath": [] "devPath": []

@ -13,7 +13,7 @@
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.50", "@sveltejs/adapter-static": "1.0.0-next.50",
"@sveltejs/kit": "1.22.3", "@sveltejs/kit": "1.22.3",
"@tauri-apps/cli": "2.0.0-alpha.11", "@tauri-apps/cli": "2.0.0-alpha.12",
"svelte": "4.0.5", "svelte": "4.0.5",
"svelte-check": "3.4.6", "svelte-check": "3.4.6",
"tslib": "2.6.0", "tslib": "2.6.0",

@ -3,7 +3,7 @@
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
document.addEventListener("mousedown", (e) => { document.addEventListener("mousedown", (e) => {
if (e.target.hasAttribute("data-tauri-drag-region") && e.buttons === 1) { if (e.target.hasAttribute("data-tauri-drag-region") && e.button === 0) {
// prevents text cursor // prevents text cursor
e.preventDefault(); e.preventDefault();
// fix #2549: double click on drag region edge causes content to maximize without window sizing change // fix #2549: double click on drag region edge causes content to maximize without window sizing change

@ -119,8 +119,8 @@ importers:
specifier: ^2.4.1 specifier: ^2.4.1
version: 2.4.1(svelte@3.59.1)(vite@4.4.4) version: 2.4.1(svelte@3.59.1)(vite@4.4.4)
'@tauri-apps/cli': '@tauri-apps/cli':
specifier: 2.0.0-alpha.11 specifier: 2.0.0-alpha.12
version: 2.0.0-alpha.11 version: 2.0.0-alpha.12
'@unocss/extractor-svelte': '@unocss/extractor-svelte':
specifier: ^0.53.1 specifier: ^0.53.1
version: 0.53.1 version: 0.53.1
@ -207,8 +207,8 @@ importers:
version: link:../.. version: link:../..
devDependencies: devDependencies:
'@tauri-apps/cli': '@tauri-apps/cli':
specifier: ^2.0.0-alpha.11 specifier: ^2.0.0-alpha.12
version: 2.0.0-alpha.11 version: 2.0.0-alpha.12
internal-ip: internal-ip:
specifier: ^7.0.0 specifier: ^7.0.0
version: 7.0.0 version: 7.0.0
@ -322,8 +322,8 @@ importers:
plugins/single-instance/examples/vanilla: plugins/single-instance/examples/vanilla:
devDependencies: devDependencies:
'@tauri-apps/cli': '@tauri-apps/cli':
specifier: 2.0.0-alpha.11 specifier: 2.0.0-alpha.12
version: 2.0.0-alpha.11 version: 2.0.0-alpha.12
plugins/sql: plugins/sql:
dependencies: dependencies:
@ -398,8 +398,8 @@ importers:
specifier: 1.22.3 specifier: 1.22.3
version: 1.22.3(svelte@4.0.5)(vite@4.4.4) version: 1.22.3(svelte@4.0.5)(vite@4.4.4)
'@tauri-apps/cli': '@tauri-apps/cli':
specifier: 2.0.0-alpha.11 specifier: 2.0.0-alpha.12
version: 2.0.0-alpha.11 version: 2.0.0-alpha.12
svelte: svelte:
specifier: 4.0.5 specifier: 4.0.5
version: 4.0.5 version: 4.0.5
@ -1345,8 +1345,8 @@ packages:
engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'} engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
dev: false dev: false
/@tauri-apps/cli-darwin-arm64@2.0.0-alpha.11: /@tauri-apps/cli-darwin-arm64@2.0.0-alpha.12:
resolution: {integrity: sha512-SXm5vCO/Rt5JoY9se35jA4zz8iqgA0bgbcM/qVOrTnd1DUFWUP9Tss0g+UExhqEcvUxo/QPfuwk8qVYDH3A7gg==} resolution: {integrity: sha512-4PVyuhqka4aid/wTgGcuA2kvvXs0KBHzGgWJ3yMqgADW4r65qxZcSoBcY76JUcru/rECTDdQ1baI5MEwR7Q10A==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
@ -1354,8 +1354,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-darwin-x64@2.0.0-alpha.11: /@tauri-apps/cli-darwin-x64@2.0.0-alpha.12:
resolution: {integrity: sha512-usboHzRGITRcT4YM6CC7M11EpgO1pormVhOb2OzhkUmt7m0HTwKDswZL7YER5Kx82RaMqXmt8MKF5q14HZqzkg==} resolution: {integrity: sha512-xno8ByVeRowhfTDf2pKI7bIyDchnldnt1dF2/DcXLLTliOjMCLLhBk67doBMMZ6qBq8n/AKPwVl8dUXzP54q5Q==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
@ -1363,8 +1363,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.11: /@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.12:
resolution: {integrity: sha512-yAcJOpTnijxSmvxwkbRmHNBmFGo0UyA9qunboDaSppQQqlEozGMwQe6yASUpBdjzRaECbygoiiNez9dHOnQfOg==} resolution: {integrity: sha512-BAO3DSna+589lCtx8mjY2vduigihTicAH8F3csHnDptx2wbm5oASEmEZDCR8nMERKFuJmO2STgqZp+wVOZ6QyA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
@ -1372,8 +1372,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.11: /@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.12:
resolution: {integrity: sha512-tPYRhxZjAKaBcpN5WerHO39PEru9Uql8milTgp+rD+uu5C0cqUTR524YoffuIox38zB4skq7y8sQCT+oivDLkQ==} resolution: {integrity: sha512-vOHlOXUBrqbTPpY0/G3FSzxEtsdDIuiy426nGsQA76EZiouGUTAlqzQ6V5MxlLsDkU/wzLDMnQNiNh+JEQ7x2Q==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
@ -1381,8 +1381,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.11: /@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.12:
resolution: {integrity: sha512-E+FJ9nnaYcsmm88u8GZOmmiHG/3qG4guF/k7r7Y3v5N9I1NFyiEr8hg5WeHBNBZoepHSrtBRQ0Ov2Bq58hqOzg==} resolution: {integrity: sha512-ND372Qv6HsAs+TAGjMOSWax7n4ogT/t6d5Vuh+asLX45zfdfvmLRqEFgdyxEuMFbsYaIdYO8Aa/S1y9yU6A/KA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
@ -1390,8 +1390,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.11: /@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.12:
resolution: {integrity: sha512-Rvy/r0HI2RmE+D+0EUAs5xlIa4zMxQ421PTrOY0WmyTHrjxx/M4TX3D4oJnZsKrLjQ3L8OFvV6A632BJnxpAuA==} resolution: {integrity: sha512-/r6R4NkdH+ilAxghNXMLHyPwdkdARl6CUKD9gdQCp3oRbSc6NCgckja/r/57xctn9kC3NFadGbd4X6JxIq4wIg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
@ -1399,8 +1399,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.11: /@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.12:
resolution: {integrity: sha512-QT1TH+QieJKDT8YOyUKRIdcnMZgeH/vGdkzkmXbKaGURcYEjsh8qHelYzE+2oyWt8VBIJJXV7DcbNX6g4Q+fMA==} resolution: {integrity: sha512-qQkrihz3ORt7h4ecIi2Bmgac95TB3kVxPu8Jr9ZhkeNADiW8f8hOkVitrFyfzanCrhYJRUwpX7QqSGSpng6vkg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
@ -1408,8 +1408,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.11: /@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.12:
resolution: {integrity: sha512-ggGRBzdND1lEYlZ31ujeYvVAKZh/vHjnx7Q5Gsi4Bu3e9pSt3sId0G5G2OXH7WyxftaDUzfsLfKknE3cQwX9rA==} resolution: {integrity: sha512-cl1t9780yMAO0MY+tQaeW1r0YqNjQKyo3C74JOch9WqZD/bRZ0JtWl8oha+xrgXKanbh2VzatQmo6tFYhiPRuw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
@ -1417,8 +1417,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.11: /@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.12:
resolution: {integrity: sha512-P32D6CvyzVB+5pPDxcKSoIClGB0el5rzaDne8jVS/VR+IidYp1oCP5wAsF9h+ldEsdesAbsbtWaMKS36kxgA2g==} resolution: {integrity: sha512-t4X5HFP/oY5KM3fvoV6bjKjLD+VUTbXDr+PvH7/TJrroDdlxfHvEp4YtF1ypnJlwFAfoHdXgFQcVxLN0WfrexQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
@ -1426,8 +1426,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.11: /@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.12:
resolution: {integrity: sha512-a3geg/sWR7+qfTuoQGFK13YlHlip47XYnMXtoaC+SAXJ7Pur+/m48PZgxYy5mwvI2ApNUTgkMO5ZwdeeK2sh5g==} resolution: {integrity: sha512-LNo60aSDBQtdaptWw5CUmbdL8uzkZeVcGmgFWcD3mmfu70NTYgrIT2PNwGPc5ZlUIKz6GNBI8WSEm3ozp3AkKg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@ -1435,21 +1435,21 @@ packages:
dev: true dev: true
optional: true optional: true
/@tauri-apps/cli@2.0.0-alpha.11: /@tauri-apps/cli@2.0.0-alpha.12:
resolution: {integrity: sha512-akkxK6lkPyo27F7+GHJuZTEUWwaX5yKRXrDhir+DAzEH4Gt/EZ+GsPFPgSV1EBQzDZGdMGpRovuftIky7m0TZw==} resolution: {integrity: sha512-R0FG+dSel4zt5Sra8WlNwclNlZpgxOtDoPFcdezUtUMjmetrwEJGeiUIFMA46IEUV+LCCije5tUvUqEkBlysKg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
'@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.11 '@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.12
'@tauri-apps/cli-darwin-x64': 2.0.0-alpha.11 '@tauri-apps/cli-darwin-x64': 2.0.0-alpha.12
'@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.11 '@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.12
'@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.11 '@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.12
'@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.11 '@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.12
'@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.11 '@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.12
'@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.11 '@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.12
'@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.11 '@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.12
'@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.11 '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.12
'@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.11 '@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.12
dev: true dev: true
/@tauri-apps/toml@2.2.4: /@tauri-apps/toml@2.2.4:

Loading…
Cancel
Save