fix(positioner): pass correct values through IPC (#1858)

* fix(positioner): pass correct values through IPC

followup to https://github.com/tauri-apps/plugins-workspace/pull/1822

* build api & remove packageManager field
This commit is contained in:
Amr Bashir
2024-10-02 14:28:28 +03:00
committed by GitHub
parent 58eab11faf
commit 654a7299c3
31 changed files with 82 additions and 72 deletions
+1 -1
View File
@@ -25,6 +25,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.4"
"@tauri-apps/api": "^2.0.0-rc.6"
}
}