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:
Lucas Fernandes Nogueira
2023-12-20 00:18:05 +02:00
committed by GitHub
parent e5f979f91a
commit 2cf8faa3e1
69 changed files with 315 additions and 217 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
import { invoke } from "@tauri-apps/api/primitives";
import { invoke } from "@tauri-apps/api/core";
type BytesDto = string | number[];
export type ClientPath =
+1 -1
View File
@@ -24,6 +24,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.12"
"@tauri-apps/api": "2.0.0-alpha.13"
}
}
+2 -1
View File
@@ -434,10 +434,11 @@ impl Builder {
/// # Examples
///
/// ```rust
/// use tauri::Manager;
/// tauri::Builder::default()
/// .setup(|app| {
/// let salt_path = app
/// .path_resolver()
/// .path()
/// .app_local_data_dir()
/// .expect("could not resolve app local data path")
/// .join("salt.txt");