feat(plugins): use @tauri-apps namespace on NPM (#368)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-05-17 20:52:53 -03:00
committed by GitHub
co-authored by Amr Bashir
parent caf8456864
commit 22991af9f4
72 changed files with 435 additions and 419 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script>
import { check } from "tauri-plugin-updater-api";
import { relaunch } from "tauri-plugin-process-api";
import { check } from "@tauri-apps/plugin-updater";
import { relaunch } from "@tauri-apps/plugin-process";
export let onMessage;