diff --git a/.changes/http-remove-cmd-property.md b/.changes/http-remove-cmd-property.md new file mode 100644 index 00000000..bca5472a --- /dev/null +++ b/.changes/http-remove-cmd-property.md @@ -0,0 +1,5 @@ +--- +"http": patch +--- + +Remove `cmd` property which breaks invoke call. diff --git a/.changes/tauri-alpha.12.md b/.changes/tauri-alpha.12.md new file mode 100644 index 00000000..b19782aa --- /dev/null +++ b/.changes/tauri-alpha.12.md @@ -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. diff --git a/.changes/window-tap-drag-region-detection.md b/.changes/window-tap-drag-region-detection.md new file mode 100644 index 00000000..66fcbaf7 --- /dev/null +++ b/.changes/window-tap-drag-region-detection.md @@ -0,0 +1,5 @@ +--- +"window": "patch" +--- + +On macOS, fixed tapping on custom title bar doesn't maximize the window. diff --git a/Cargo.lock b/Cargo.lock index 82f31a09..bf71afbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3252,9 +3252,9 @@ dependencies = [ [[package]] name = "muda" -version = "0.8.2" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47e33f46fb20f85553edb85e30a6a5231567f4103276ccdb5a2050613d253b1d" +checksum = "41fe753ec4d3e8137a1d3ecb1aee1192b8f7661fe1247641968f5bf5f2e6ebbe" dependencies = [ "cocoa 0.25.0", "crossbeam-channel", @@ -5527,9 +5527,9 @@ checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e" [[package]] name = "tauri" -version = "2.0.0-alpha.11" +version = "2.0.0-alpha.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fad0a5c32ce9e3e9862fb8cd433abf63e65ffea9b80dcc44d3d991e6794ea9a6" +checksum = "8ee399da0cca87a81e1bf9365321340595a45a24190f20b1aa476b4cd96c3318" dependencies = [ "anyhow", "bytes 1.4.0", @@ -5542,6 +5542,7 @@ dependencies = [ "gtk", "heck", "http", + "http-range", "ico", "infer 0.15.0", "jni", @@ -6023,13 +6024,12 @@ dependencies = [ [[package]] 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" -checksum = "f5ba2ea1c0b7a2c3e53259edc3c78527e9f40fa7b45f73c52ab5165e42f9d18a" +checksum = "525c4dea52547a13e58816c655bd0928f6c30026515e7b2a77166bcd984da6d0" dependencies = [ "gtk", "http", - "http-range", "jni", "rand 0.8.5", "raw-window-handle", @@ -6044,12 +6044,13 @@ dependencies = [ [[package]] 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" -checksum = "095d8a6cb312211bd0ed6b51f078be2e5bba4e3244b5fdbe39fce2ebfc0d7a15" +checksum = "79f53914c8ab391c5cd83f0bc269f8dfa6d48cb826d0584b57d396862360dc38" dependencies = [ "cocoa 0.24.1", "gtk", + "http", "jni", "percent-encoding", "rand 0.8.5", @@ -7457,9 +7458,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6289018fa3cbc051c13f4ae1a102d80c3f35a527456c75567eb2cad6989020" +checksum = "41fc00d1511c9ff5b600a6c6bde254eb39b9fcc5c0369b71a8efd5ff807bf937" dependencies = [ "base64 0.21.2", "block", diff --git a/Cargo.toml b/Cargo.toml index 29d109b6..eb2b98f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.dependencies] serde = { version = "1", features = ["derive"] } log = "0.4" -tauri = "2.0.0-alpha.11" +tauri = "2.0.0-alpha.12" tauri-build = "2.0.0-alpha.8" serde_json = "1" thiserror = "1" diff --git a/examples/api/package.json b/examples/api/package.json index fe1eea3f..afed34b2 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -29,7 +29,7 @@ "@iconify-json/codicon": "^1.1.26", "@iconify-json/ph": "^1.1.5", "@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", "internal-ip": "^8.0.0", "svelte": "^3.59.1", diff --git a/plugins/deep-link/examples/app/package.json b/plugins/deep-link/examples/app/package.json index 3e8a6cd1..a83f4c48 100644 --- a/plugins/deep-link/examples/app/package.json +++ b/plugins/deep-link/examples/app/package.json @@ -14,7 +14,7 @@ "@tauri-apps/plugin-deep-link": "2.0.0-alpha.0" }, "devDependencies": { - "@tauri-apps/cli": "^2.0.0-alpha.11", + "@tauri-apps/cli": "^2.0.0-alpha.12", "internal-ip": "^7.0.0", "typescript": "^4.8.2", "vite": "^4.2.1" diff --git a/plugins/dialog/test/tauri.conf.json b/plugins/dialog/test/tauri.conf.json index 8a9c0108..19cd8a5a 100644 --- a/plugins/dialog/test/tauri.conf.json +++ b/plugins/dialog/test/tauri.conf.json @@ -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": { "distDir": ".", "devPath": "http://localhost:4000" diff --git a/plugins/fs/src/lib.rs b/plugins/fs/src/lib.rs index aab60ce9..d2004168 100644 --- a/plugins/fs/src/lib.rs +++ b/plugins/fs/src/lib.rs @@ -83,7 +83,7 @@ pub fn init() -> TauriPlugin> { .on_event(|app, event| { if let RunEvent::WindowEvent { label: _, - event: WindowEvent::FileDrop(FileDropEvent::Dropped(paths)), + event: WindowEvent::FileDrop(FileDropEvent::Dropped { paths, position: _ }), .. } = event { diff --git a/plugins/http/guest-js/index.ts b/plugins/http/guest-js/index.ts index e991076f..020faae1 100644 --- a/plugins/http/guest-js/index.ts +++ b/plugins/http/guest-js/index.ts @@ -77,7 +77,6 @@ export async function fetch( const reqData = buffer.byteLength ? Array.from(new Uint8Array(buffer)) : null; const rid = await window.__TAURI_INVOKE__("plugin:http|fetch", { - cmd: "fetch", method: req.method, url: req.url, 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, status, statusText, diff --git a/plugins/http/src/api-iife.js b/plugins/http/src/api-iife.js index 18db7172..a2a5b5c7 100644 --- a/plugins/http/src/api-iife.js +++ b/plugins/http/src/api-iife.js @@ -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__})} diff --git a/plugins/notification/test/tauri.conf.json b/plugins/notification/test/tauri.conf.json index 8a9c0108..19cd8a5a 100644 --- a/plugins/notification/test/tauri.conf.json +++ b/plugins/notification/test/tauri.conf.json @@ -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": { "distDir": ".", "devPath": "http://localhost:4000" diff --git a/plugins/single-instance/examples/vanilla/package.json b/plugins/single-instance/examples/vanilla/package.json index 1578d03e..230ac83e 100644 --- a/plugins/single-instance/examples/vanilla/package.json +++ b/plugins/single-instance/examples/vanilla/package.json @@ -9,6 +9,6 @@ "author": "", "license": "MIT", "devDependencies": { - "@tauri-apps/cli": "2.0.0-alpha.11" + "@tauri-apps/cli": "2.0.0-alpha.12" } } diff --git a/plugins/updater/tests/app-updater/tauri.conf.json b/plugins/updater/tests/app-updater/tauri.conf.json index 27442c2d..126627e8 100644 --- a/plugins/updater/tests/app-updater/tauri.conf.json +++ b/plugins/updater/tests/app-updater/tauri.conf.json @@ -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": { "distDir": [], "devPath": [] diff --git a/plugins/websocket/examples/svelte-app/package.json b/plugins/websocket/examples/svelte-app/package.json index 98041d47..5b12b20f 100644 --- a/plugins/websocket/examples/svelte-app/package.json +++ b/plugins/websocket/examples/svelte-app/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@sveltejs/adapter-static": "1.0.0-next.50", "@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-check": "3.4.6", "tslib": "2.6.0", diff --git a/plugins/window/src/scripts/drag.js b/plugins/window/src/scripts/drag.js index 3b227bc6..2bcc3ee6 100644 --- a/plugins/window/src/scripts/drag.js +++ b/plugins/window/src/scripts/drag.js @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT 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 e.preventDefault(); // fix #2549: double click on drag region edge causes content to maximize without window sizing change diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2416ae52..f6bc46f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -119,8 +119,8 @@ importers: specifier: ^2.4.1 version: 2.4.1(svelte@3.59.1)(vite@4.4.4) '@tauri-apps/cli': - specifier: 2.0.0-alpha.11 - version: 2.0.0-alpha.11 + specifier: 2.0.0-alpha.12 + version: 2.0.0-alpha.12 '@unocss/extractor-svelte': specifier: ^0.53.1 version: 0.53.1 @@ -207,8 +207,8 @@ importers: version: link:../.. devDependencies: '@tauri-apps/cli': - specifier: ^2.0.0-alpha.11 - version: 2.0.0-alpha.11 + specifier: ^2.0.0-alpha.12 + version: 2.0.0-alpha.12 internal-ip: specifier: ^7.0.0 version: 7.0.0 @@ -322,8 +322,8 @@ importers: plugins/single-instance/examples/vanilla: devDependencies: '@tauri-apps/cli': - specifier: 2.0.0-alpha.11 - version: 2.0.0-alpha.11 + specifier: 2.0.0-alpha.12 + version: 2.0.0-alpha.12 plugins/sql: dependencies: @@ -398,8 +398,8 @@ importers: specifier: 1.22.3 version: 1.22.3(svelte@4.0.5)(vite@4.4.4) '@tauri-apps/cli': - specifier: 2.0.0-alpha.11 - version: 2.0.0-alpha.11 + specifier: 2.0.0-alpha.12 + version: 2.0.0-alpha.12 svelte: specifier: 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'} dev: false - /@tauri-apps/cli-darwin-arm64@2.0.0-alpha.11: - resolution: {integrity: sha512-SXm5vCO/Rt5JoY9se35jA4zz8iqgA0bgbcM/qVOrTnd1DUFWUP9Tss0g+UExhqEcvUxo/QPfuwk8qVYDH3A7gg==} + /@tauri-apps/cli-darwin-arm64@2.0.0-alpha.12: + resolution: {integrity: sha512-4PVyuhqka4aid/wTgGcuA2kvvXs0KBHzGgWJ3yMqgADW4r65qxZcSoBcY76JUcru/rECTDdQ1baI5MEwR7Q10A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -1354,8 +1354,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-darwin-x64@2.0.0-alpha.11: - resolution: {integrity: sha512-usboHzRGITRcT4YM6CC7M11EpgO1pormVhOb2OzhkUmt7m0HTwKDswZL7YER5Kx82RaMqXmt8MKF5q14HZqzkg==} + /@tauri-apps/cli-darwin-x64@2.0.0-alpha.12: + resolution: {integrity: sha512-xno8ByVeRowhfTDf2pKI7bIyDchnldnt1dF2/DcXLLTliOjMCLLhBk67doBMMZ6qBq8n/AKPwVl8dUXzP54q5Q==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -1363,8 +1363,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.11: - resolution: {integrity: sha512-yAcJOpTnijxSmvxwkbRmHNBmFGo0UyA9qunboDaSppQQqlEozGMwQe6yASUpBdjzRaECbygoiiNez9dHOnQfOg==} + /@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.12: + resolution: {integrity: sha512-BAO3DSna+589lCtx8mjY2vduigihTicAH8F3csHnDptx2wbm5oASEmEZDCR8nMERKFuJmO2STgqZp+wVOZ6QyA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -1372,8 +1372,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.11: - resolution: {integrity: sha512-tPYRhxZjAKaBcpN5WerHO39PEru9Uql8milTgp+rD+uu5C0cqUTR524YoffuIox38zB4skq7y8sQCT+oivDLkQ==} + /@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.12: + resolution: {integrity: sha512-vOHlOXUBrqbTPpY0/G3FSzxEtsdDIuiy426nGsQA76EZiouGUTAlqzQ6V5MxlLsDkU/wzLDMnQNiNh+JEQ7x2Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -1381,8 +1381,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.11: - resolution: {integrity: sha512-E+FJ9nnaYcsmm88u8GZOmmiHG/3qG4guF/k7r7Y3v5N9I1NFyiEr8hg5WeHBNBZoepHSrtBRQ0Ov2Bq58hqOzg==} + /@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.12: + resolution: {integrity: sha512-ND372Qv6HsAs+TAGjMOSWax7n4ogT/t6d5Vuh+asLX45zfdfvmLRqEFgdyxEuMFbsYaIdYO8Aa/S1y9yU6A/KA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -1390,8 +1390,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.11: - resolution: {integrity: sha512-Rvy/r0HI2RmE+D+0EUAs5xlIa4zMxQ421PTrOY0WmyTHrjxx/M4TX3D4oJnZsKrLjQ3L8OFvV6A632BJnxpAuA==} + /@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.12: + resolution: {integrity: sha512-/r6R4NkdH+ilAxghNXMLHyPwdkdARl6CUKD9gdQCp3oRbSc6NCgckja/r/57xctn9kC3NFadGbd4X6JxIq4wIg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -1399,8 +1399,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.11: - resolution: {integrity: sha512-QT1TH+QieJKDT8YOyUKRIdcnMZgeH/vGdkzkmXbKaGURcYEjsh8qHelYzE+2oyWt8VBIJJXV7DcbNX6g4Q+fMA==} + /@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.12: + resolution: {integrity: sha512-qQkrihz3ORt7h4ecIi2Bmgac95TB3kVxPu8Jr9ZhkeNADiW8f8hOkVitrFyfzanCrhYJRUwpX7QqSGSpng6vkg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -1408,8 +1408,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.11: - resolution: {integrity: sha512-ggGRBzdND1lEYlZ31ujeYvVAKZh/vHjnx7Q5Gsi4Bu3e9pSt3sId0G5G2OXH7WyxftaDUzfsLfKknE3cQwX9rA==} + /@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.12: + resolution: {integrity: sha512-cl1t9780yMAO0MY+tQaeW1r0YqNjQKyo3C74JOch9WqZD/bRZ0JtWl8oha+xrgXKanbh2VzatQmo6tFYhiPRuw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -1417,8 +1417,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.11: - resolution: {integrity: sha512-P32D6CvyzVB+5pPDxcKSoIClGB0el5rzaDne8jVS/VR+IidYp1oCP5wAsF9h+ldEsdesAbsbtWaMKS36kxgA2g==} + /@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.12: + resolution: {integrity: sha512-t4X5HFP/oY5KM3fvoV6bjKjLD+VUTbXDr+PvH7/TJrroDdlxfHvEp4YtF1ypnJlwFAfoHdXgFQcVxLN0WfrexQ==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -1426,8 +1426,8 @@ packages: dev: true optional: true - /@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.11: - resolution: {integrity: sha512-a3geg/sWR7+qfTuoQGFK13YlHlip47XYnMXtoaC+SAXJ7Pur+/m48PZgxYy5mwvI2ApNUTgkMO5ZwdeeK2sh5g==} + /@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.12: + resolution: {integrity: sha512-LNo60aSDBQtdaptWw5CUmbdL8uzkZeVcGmgFWcD3mmfu70NTYgrIT2PNwGPc5ZlUIKz6GNBI8WSEm3ozp3AkKg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1435,21 +1435,21 @@ packages: dev: true optional: true - /@tauri-apps/cli@2.0.0-alpha.11: - resolution: {integrity: sha512-akkxK6lkPyo27F7+GHJuZTEUWwaX5yKRXrDhir+DAzEH4Gt/EZ+GsPFPgSV1EBQzDZGdMGpRovuftIky7m0TZw==} + /@tauri-apps/cli@2.0.0-alpha.12: + resolution: {integrity: sha512-R0FG+dSel4zt5Sra8WlNwclNlZpgxOtDoPFcdezUtUMjmetrwEJGeiUIFMA46IEUV+LCCije5tUvUqEkBlysKg==} engines: {node: '>= 10'} hasBin: true optionalDependencies: - '@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.11 - '@tauri-apps/cli-darwin-x64': 2.0.0-alpha.11 - '@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.11 - '@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.11 - '@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.11 - '@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.11 - '@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.11 - '@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.11 - '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.11 - '@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.11 + '@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.12 + '@tauri-apps/cli-darwin-x64': 2.0.0-alpha.12 + '@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.12 + '@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.12 + '@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.12 + '@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.12 + '@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.12 + '@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.12 + '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.12 + '@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.12 dev: true /@tauri-apps/toml@2.2.4: