mirror of
https://github.com/tauri-apps/tauri-plugin-fs-extra.git
synced 2026-01-31 00:45:17 +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:
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