File tree 3 files changed +271
-279
lines changed
3 files changed +271
-279
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # [ 3.1.0 ] ( https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2 ) (2022-10-1)
2
2
3
3
- Add a default export to the plugin which allows two styles of importing:
4
4
- Named export (current):
12
12
13
13
- Detect ` Tauri.toml ` file when detecting if there is a Tauri project is initialized or not .
14
14
15
- # [3.0 .1 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v3.0.2...v3.0.1) (2022-10-1)
15
+ # [3.0 .2 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v3.0.2...v3.0.1) (2022-10-1)
16
16
17
17
### What ' s Changed
18
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-tauri" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " Integrate Tauri in a Vite project to build cross-platform apps." ,
5
5
"repository" : " https://github.com/amrbashir/vite-plugin-tauri.git" ,
6
6
"author" :
" Amr Bashir <[email protected] >" ,
27
27
"vite" : " >= 2"
28
28
},
29
29
"devDependencies" : {
30
- "@tauri-apps/cli" : " 1.2.1 " ,
31
- "@types/node" : " 18.11.11 " ,
32
- "prettier" : " 2.8.1 " ,
30
+ "@tauri-apps/cli" : " 1.2.2 " ,
31
+ "@types/node" : " 18.11.18 " ,
32
+ "prettier" : " 2.8.3 " ,
33
33
"tsup" : " 6.5.0" ,
34
34
"typescript" : " 4.9.4" ,
35
- "vite" : " 3.2.5 "
35
+ "vite" : " 4.0.4 "
36
36
},
37
37
"engines" : {
38
38
"node" : " >=14.6.0"
You can’t perform that action at this time.
0 commit comments