From 774b8a1df719614e7ef1bdacaa6aa0890e639e03 Mon Sep 17 00:00:00 2001 From: grey4owl <66082492+grey4owl@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:47:20 +0200 Subject: [PATCH] fix(examples): API example with npm, closes #2470 (#2536) * refactor: custom protocol (#2503) Co-authored-by: Lucas Nogueira * Apply Version Updates From Current Changes (#2513) Co-authored-by: lucasfernog * fix(api): revert ES2021 target * Apply Version Updates From Current Changes (#2520) Co-authored-by: lucasfernog * docs: webdriver guide (#2461) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) * fix(core): `Notification.requestPermission()` deadlock regression * Update package.json Small typo in path.. * update lockfile [skip ci] Co-authored-by: david Co-authored-by: Lucas Nogueira Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lucasfernog Co-authored-by: chip Co-authored-by: Ngo Iok Ui (Wu Yu Wei) --- examples/api/package.json | 2 +- examples/api/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/api/package.json b/examples/api/package.json index a5dd72048..d6bd515f7 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -17,7 +17,7 @@ "svelte": "3.35.0" }, "dependencies": { - "@tauri-apps/api": "link:../../tooling/api/dist", + "@tauri-apps/api": "../../tooling/api/dist", "hotkeys-js": "^3.8.5", "sirv-cli": "1.0.11" } diff --git a/examples/api/yarn.lock b/examples/api/yarn.lock index df48d6fa5..678fcb605 100644 --- a/examples/api/yarn.lock +++ b/examples/api/yarn.lock @@ -62,8 +62,8 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@tauri-apps/api@link:../../tooling/api/dist": - version "0.0.0" +"@tauri-apps/api@../../tooling/api/dist": + version "1.0.0-beta.7" "@types/estree@*": version "0.0.46"