mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
6d3f3138b9
* fix(core/path): change `sep` and `delimiter` to functions * fix impl * semicolons * return types * generated * fix init js --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
6 lines
151 B
Markdown
6 lines
151 B
Markdown
---
|
|
'@tauri-apps/api': 'minor:enhance'
|
|
---
|
|
|
|
Changed `sep` and `delimiter` from `path` module into functions to fix import in frameworks like `next.js`
|