chore: update to tauri alpha.16, api alpha.9#673
Conversation
|
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: rollup@3.26.3 |
| return await window.__TAURI_INTERNALS__.invoke( | ||
| "plugin:authenticator|init_auth", | ||
| ); |
There was a problem hiding this comment.
We shouldn't really on window.__TAURI_INTERNALS__ anymore, it is internal and should be treated as such in this repo, we should use invokedirectly from @tauri-apps/api/primitives which provides the abstraction around the internals.
There was a problem hiding this comment.
we do this for the plugins because otherwise each plugin global JS script would consume an extra 1.5-2KB on the binary :(
There was a problem hiding this comment.
actually I'm not seeing a huge change anymore... weird
There was a problem hiding this comment.
Maybe your cleanup is saving us :)
There was a problem hiding this comment.
pushed, but on the notification init.js script I can't really do anything about it :(
There was a problem hiding this comment.
we could turn that script into a ts file that we compile with rollup
There was a problem hiding this comment.
the things we do for love
No description provided.