mirror of
https://github.com/tauri-apps/tauri-plugin-authenticator.git
synced 2026-01-31 00:35:22 +01:00
fix(deps): update tauri monorepo (v1) (#1433)
* fix(deps): update tauri monorepo * Update Cargo.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9365593188 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ thiserror = { workspace = true }
|
||||
authenticator = "0.3.1"
|
||||
once_cell = "1"
|
||||
sha2 = "0.10"
|
||||
base64 = "0.21"
|
||||
base64 = "0.22"
|
||||
chrono = "0.4"
|
||||
bytes = "1"
|
||||
byteorder = "1"
|
||||
|
||||
2
dist-js/index.min.js
vendored
2
dist-js/index.min.js
vendored
@@ -21,7 +21,7 @@ function transformCallback(callback, once = false) {
|
||||
if (once) {
|
||||
Reflect.deleteProperty(window, prop);
|
||||
}
|
||||
return callback?.(result);
|
||||
return callback === null || callback === void 0 ? void 0 : callback(result);
|
||||
},
|
||||
writable: false,
|
||||
configurable: true
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -28,6 +28,6 @@
|
||||
"tslib": "2.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "1.5.3"
|
||||
"@tauri-apps/api": "1.5.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user