@duonghieu0712z/create-tauri-vue-template 0.0.21 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -3
- package/template/.github/workflows/code-quality.yml +50 -5
- package/template/.github/workflows/release.yml +75 -49
- package/template/.husky/commit-msg +3 -0
- package/template/.vscode/settings.json +1 -1
- package/template/README.md +1 -1
- package/template/commitlint.config.ts +3 -0
- package/template/package.json +20 -18
- package/template/pnpm-lock.yaml +1427 -937
- package/template/src/main.ts +0 -2
- package/template/src/styles/globals.css +18 -7
- package/template/src-tauri/Cargo.lock +58 -58
- package/template/src-tauri/Cargo.toml +2 -2
- package/template/tsconfig.node.json +2 -1
package/template/src/main.ts
CHANGED
|
@@ -149,12 +149,23 @@
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
@
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
152
|
+
@utility scrollbar {
|
|
153
|
+
&::-webkit-scrollbar {
|
|
154
|
+
width: calc(var(--spacing) * 1.5);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
&::-webkit-scrollbar-track {
|
|
158
|
+
background-color: transparent;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&::-webkit-scrollbar-thumb {
|
|
162
|
+
border: 1px solid transparent;
|
|
163
|
+
border-radius: calc(infinity* 1px);
|
|
164
|
+
background-clip: content-box;
|
|
165
|
+
background-color: var(--color-input);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
169
|
+
background-color: var(--color-ring);
|
|
159
170
|
}
|
|
160
171
|
}
|
|
@@ -355,9 +355,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
355
355
|
|
|
356
356
|
[[package]]
|
|
357
357
|
name = "bitflags"
|
|
358
|
-
version = "2.
|
|
358
|
+
version = "2.13.0"
|
|
359
359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
-
checksum = "
|
|
360
|
+
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
361
361
|
dependencies = [
|
|
362
362
|
"serde_core",
|
|
363
363
|
]
|
|
@@ -532,7 +532,7 @@ version = "0.18.5"
|
|
|
532
532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
533
533
|
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
|
|
534
534
|
dependencies = [
|
|
535
|
-
"bitflags 2.
|
|
535
|
+
"bitflags 2.13.0",
|
|
536
536
|
"cairo-sys-rs",
|
|
537
537
|
"glib",
|
|
538
538
|
"libc",
|
|
@@ -644,9 +644,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
644
644
|
|
|
645
645
|
[[package]]
|
|
646
646
|
name = "chrono"
|
|
647
|
-
version = "0.4.
|
|
647
|
+
version = "0.4.45"
|
|
648
648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
649
|
-
checksum = "
|
|
649
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
650
650
|
dependencies = [
|
|
651
651
|
"iana-time-zone",
|
|
652
652
|
"js-sys",
|
|
@@ -662,7 +662,7 @@ version = "0.26.1"
|
|
|
662
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
663
663
|
checksum = "ad36507aeb7e16159dfe68db81ccc27571c3ccd4b76fb2fb72fc59e7a4b1b64c"
|
|
664
664
|
dependencies = [
|
|
665
|
-
"bitflags 2.
|
|
665
|
+
"bitflags 2.13.0",
|
|
666
666
|
"block",
|
|
667
667
|
"cocoa-foundation",
|
|
668
668
|
"core-foundation",
|
|
@@ -678,7 +678,7 @@ version = "0.2.1"
|
|
|
678
678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
679
679
|
checksum = "81411967c50ee9a1fc11365f8c585f863a22a9697c89239c452292c40ba79b0d"
|
|
680
680
|
dependencies = [
|
|
681
|
-
"bitflags 2.
|
|
681
|
+
"bitflags 2.13.0",
|
|
682
682
|
"block",
|
|
683
683
|
"core-foundation",
|
|
684
684
|
"core-graphics-types",
|
|
@@ -746,7 +746,7 @@ version = "0.24.0"
|
|
|
746
746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
747
|
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
|
|
748
748
|
dependencies = [
|
|
749
|
-
"bitflags 2.
|
|
749
|
+
"bitflags 2.13.0",
|
|
750
750
|
"core-foundation",
|
|
751
751
|
"core-graphics-types",
|
|
752
752
|
"foreign-types",
|
|
@@ -759,7 +759,7 @@ version = "0.25.0"
|
|
|
759
759
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
760
760
|
checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97"
|
|
761
761
|
dependencies = [
|
|
762
|
-
"bitflags 2.
|
|
762
|
+
"bitflags 2.13.0",
|
|
763
763
|
"core-foundation",
|
|
764
764
|
"core-graphics-types",
|
|
765
765
|
"foreign-types",
|
|
@@ -772,7 +772,7 @@ version = "0.2.0"
|
|
|
772
772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
773
|
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
|
|
774
774
|
dependencies = [
|
|
775
|
-
"bitflags 2.
|
|
775
|
+
"bitflags 2.13.0",
|
|
776
776
|
"core-foundation",
|
|
777
777
|
"libc",
|
|
778
778
|
]
|
|
@@ -970,7 +970,7 @@ version = "0.5.3"
|
|
|
970
970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
971
971
|
checksum = "2c06ffa9aeb3fb248b41d4e71ab3c0aa89177afc6669459da4320b97a4c77948"
|
|
972
972
|
dependencies = [
|
|
973
|
-
"bitflags 2.
|
|
973
|
+
"bitflags 2.13.0",
|
|
974
974
|
"prost",
|
|
975
975
|
"prost-types",
|
|
976
976
|
"tonic",
|
|
@@ -1014,7 +1014,7 @@ version = "0.3.1"
|
|
|
1014
1014
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1015
1015
|
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
|
|
1016
1016
|
dependencies = [
|
|
1017
|
-
"bitflags 2.
|
|
1017
|
+
"bitflags 2.13.0",
|
|
1018
1018
|
"block2",
|
|
1019
1019
|
"libc",
|
|
1020
1020
|
"objc2",
|
|
@@ -1625,7 +1625,7 @@ version = "0.18.5"
|
|
|
1625
1625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1626
1626
|
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
|
|
1627
1627
|
dependencies = [
|
|
1628
|
-
"bitflags 2.
|
|
1628
|
+
"bitflags 2.13.0",
|
|
1629
1629
|
"futures-channel",
|
|
1630
1630
|
"futures-core",
|
|
1631
1631
|
"futures-executor",
|
|
@@ -2181,9 +2181,9 @@ dependencies = [
|
|
|
2181
2181
|
|
|
2182
2182
|
[[package]]
|
|
2183
2183
|
name = "itertools"
|
|
2184
|
-
version = "0.
|
|
2184
|
+
version = "0.15.0"
|
|
2185
2185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2186
|
-
checksum = "
|
|
2186
|
+
checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
|
|
2187
2187
|
dependencies = [
|
|
2188
2188
|
"either",
|
|
2189
2189
|
]
|
|
@@ -2301,7 +2301,7 @@ version = "0.7.0"
|
|
|
2301
2301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2302
2302
|
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
|
|
2303
2303
|
dependencies = [
|
|
2304
|
-
"bitflags 2.
|
|
2304
|
+
"bitflags 2.13.0",
|
|
2305
2305
|
"serde",
|
|
2306
2306
|
"unicode-segmentation",
|
|
2307
2307
|
]
|
|
@@ -2411,9 +2411,9 @@ dependencies = [
|
|
|
2411
2411
|
|
|
2412
2412
|
[[package]]
|
|
2413
2413
|
name = "log"
|
|
2414
|
-
version = "0.4.
|
|
2414
|
+
version = "0.4.33"
|
|
2415
2415
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2416
|
-
checksum = "
|
|
2416
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
2417
2417
|
dependencies = [
|
|
2418
2418
|
"value-bag",
|
|
2419
2419
|
]
|
|
@@ -2522,7 +2522,7 @@ version = "0.9.0"
|
|
|
2522
2522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2523
2523
|
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
|
|
2524
2524
|
dependencies = [
|
|
2525
|
-
"bitflags 2.
|
|
2525
|
+
"bitflags 2.13.0",
|
|
2526
2526
|
"jni-sys 0.3.1",
|
|
2527
2527
|
"log",
|
|
2528
2528
|
"ndk-sys",
|
|
@@ -2651,7 +2651,7 @@ version = "0.3.2"
|
|
|
2651
2651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2652
2652
|
checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
|
|
2653
2653
|
dependencies = [
|
|
2654
|
-
"bitflags 2.
|
|
2654
|
+
"bitflags 2.13.0",
|
|
2655
2655
|
"block2",
|
|
2656
2656
|
"objc2",
|
|
2657
2657
|
"objc2-core-foundation",
|
|
@@ -2664,7 +2664,7 @@ version = "0.3.2"
|
|
|
2664
2664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2665
2665
|
checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
|
|
2666
2666
|
dependencies = [
|
|
2667
|
-
"bitflags 2.
|
|
2667
|
+
"bitflags 2.13.0",
|
|
2668
2668
|
"objc2",
|
|
2669
2669
|
"objc2-foundation",
|
|
2670
2670
|
]
|
|
@@ -2685,7 +2685,7 @@ version = "0.3.2"
|
|
|
2685
2685
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2686
2686
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
2687
2687
|
dependencies = [
|
|
2688
|
-
"bitflags 2.
|
|
2688
|
+
"bitflags 2.13.0",
|
|
2689
2689
|
"dispatch2",
|
|
2690
2690
|
"objc2",
|
|
2691
2691
|
]
|
|
@@ -2696,7 +2696,7 @@ version = "0.3.2"
|
|
|
2696
2696
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2697
2697
|
checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
|
|
2698
2698
|
dependencies = [
|
|
2699
|
-
"bitflags 2.
|
|
2699
|
+
"bitflags 2.13.0",
|
|
2700
2700
|
"dispatch2",
|
|
2701
2701
|
"objc2",
|
|
2702
2702
|
"objc2-core-foundation",
|
|
@@ -2729,7 +2729,7 @@ version = "0.3.2"
|
|
|
2729
2729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2730
2730
|
checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
|
|
2731
2731
|
dependencies = [
|
|
2732
|
-
"bitflags 2.
|
|
2732
|
+
"bitflags 2.13.0",
|
|
2733
2733
|
"objc2",
|
|
2734
2734
|
"objc2-core-foundation",
|
|
2735
2735
|
"objc2-core-graphics",
|
|
@@ -2756,7 +2756,7 @@ version = "0.3.2"
|
|
|
2756
2756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2757
2757
|
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
|
|
2758
2758
|
dependencies = [
|
|
2759
|
-
"bitflags 2.
|
|
2759
|
+
"bitflags 2.13.0",
|
|
2760
2760
|
"block2",
|
|
2761
2761
|
"objc2",
|
|
2762
2762
|
"objc2-core-foundation",
|
|
@@ -2768,7 +2768,7 @@ version = "0.3.2"
|
|
|
2768
2768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2769
2769
|
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
|
|
2770
2770
|
dependencies = [
|
|
2771
|
-
"bitflags 2.
|
|
2771
|
+
"bitflags 2.13.0",
|
|
2772
2772
|
"objc2",
|
|
2773
2773
|
"objc2-core-foundation",
|
|
2774
2774
|
]
|
|
@@ -2779,7 +2779,7 @@ version = "0.3.2"
|
|
|
2779
2779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2780
2780
|
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
|
|
2781
2781
|
dependencies = [
|
|
2782
|
-
"bitflags 2.
|
|
2782
|
+
"bitflags 2.13.0",
|
|
2783
2783
|
"objc2",
|
|
2784
2784
|
"objc2-core-foundation",
|
|
2785
2785
|
"objc2-foundation",
|
|
@@ -2791,7 +2791,7 @@ version = "0.3.2"
|
|
|
2791
2791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2792
2792
|
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
|
|
2793
2793
|
dependencies = [
|
|
2794
|
-
"bitflags 2.
|
|
2794
|
+
"bitflags 2.13.0",
|
|
2795
2795
|
"block2",
|
|
2796
2796
|
"objc2",
|
|
2797
2797
|
"objc2-cloud-kit",
|
|
@@ -2822,7 +2822,7 @@ version = "0.3.2"
|
|
|
2822
2822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2823
2823
|
checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
|
|
2824
2824
|
dependencies = [
|
|
2825
|
-
"bitflags 2.
|
|
2825
|
+
"bitflags 2.13.0",
|
|
2826
2826
|
"block2",
|
|
2827
2827
|
"objc2",
|
|
2828
2828
|
"objc2-app-kit",
|
|
@@ -3064,7 +3064,7 @@ version = "0.18.1"
|
|
|
3064
3064
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3065
3065
|
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
|
|
3066
3066
|
dependencies = [
|
|
3067
|
-
"bitflags 2.
|
|
3067
|
+
"bitflags 2.13.0",
|
|
3068
3068
|
"crc32fast",
|
|
3069
3069
|
"fdeflate",
|
|
3070
3070
|
"flate2",
|
|
@@ -3332,7 +3332,7 @@ version = "0.5.18"
|
|
|
3332
3332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3333
3333
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
3334
3334
|
dependencies = [
|
|
3335
|
-
"bitflags 2.
|
|
3335
|
+
"bitflags 2.13.0",
|
|
3336
3336
|
]
|
|
3337
3337
|
|
|
3338
3338
|
[[package]]
|
|
@@ -3516,7 +3516,7 @@ version = "1.1.4"
|
|
|
3516
3516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3517
3517
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
3518
3518
|
dependencies = [
|
|
3519
|
-
"bitflags 2.
|
|
3519
|
+
"bitflags 2.13.0",
|
|
3520
3520
|
"errno",
|
|
3521
3521
|
"libc",
|
|
3522
3522
|
"linux-raw-sys",
|
|
@@ -3607,7 +3607,7 @@ version = "0.36.1"
|
|
|
3607
3607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3608
3608
|
checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c"
|
|
3609
3609
|
dependencies = [
|
|
3610
|
-
"bitflags 2.
|
|
3610
|
+
"bitflags 2.13.0",
|
|
3611
3611
|
"cssparser",
|
|
3612
3612
|
"derive_more",
|
|
3613
3613
|
"log",
|
|
@@ -4108,7 +4108,7 @@ version = "0.35.3"
|
|
|
4108
4108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4109
4109
|
checksum = "d1c93047acf68669466a34690ac58cca7010bd1b201e1ec86f1fd0a75d3dd4a9"
|
|
4110
4110
|
dependencies = [
|
|
4111
|
-
"bitflags 2.
|
|
4111
|
+
"bitflags 2.13.0",
|
|
4112
4112
|
"block2",
|
|
4113
4113
|
"core-foundation",
|
|
4114
4114
|
"core-graphics 0.25.0",
|
|
@@ -4167,9 +4167,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
4167
4167
|
|
|
4168
4168
|
[[package]]
|
|
4169
4169
|
name = "tauri"
|
|
4170
|
-
version = "2.11.
|
|
4170
|
+
version = "2.11.3"
|
|
4171
4171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4172
|
-
checksum = "
|
|
4172
|
+
checksum = "c2616f96cb644bf2c5c456d9de4d5d5100e592d7424c74d8b55c5cb96e359e93"
|
|
4173
4173
|
dependencies = [
|
|
4174
4174
|
"anyhow",
|
|
4175
4175
|
"bytes",
|
|
@@ -4220,9 +4220,9 @@ dependencies = [
|
|
|
4220
4220
|
|
|
4221
4221
|
[[package]]
|
|
4222
4222
|
name = "tauri-build"
|
|
4223
|
-
version = "2.6.
|
|
4223
|
+
version = "2.6.3"
|
|
4224
4224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4225
|
-
checksum = "
|
|
4225
|
+
checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632"
|
|
4226
4226
|
dependencies = [
|
|
4227
4227
|
"anyhow",
|
|
4228
4228
|
"cargo_toml",
|
|
@@ -4241,9 +4241,9 @@ dependencies = [
|
|
|
4241
4241
|
|
|
4242
4242
|
[[package]]
|
|
4243
4243
|
name = "tauri-codegen"
|
|
4244
|
-
version = "2.6.
|
|
4244
|
+
version = "2.6.3"
|
|
4245
4245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4246
|
-
checksum = "
|
|
4246
|
+
checksum = "08279169ff42f8fc45a1dbc9dcae888893ba95288142e5880c59b93a26d2cfc5"
|
|
4247
4247
|
dependencies = [
|
|
4248
4248
|
"base64 0.22.1",
|
|
4249
4249
|
"brotli",
|
|
@@ -4268,9 +4268,9 @@ dependencies = [
|
|
|
4268
4268
|
|
|
4269
4269
|
[[package]]
|
|
4270
4270
|
name = "tauri-macros"
|
|
4271
|
-
version = "2.6.
|
|
4271
|
+
version = "2.6.3"
|
|
4272
4272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4273
|
-
checksum = "
|
|
4273
|
+
checksum = "e8b394794f399a421811d06966343e7933fcae92d59f5180b9388d1174497a45"
|
|
4274
4274
|
dependencies = [
|
|
4275
4275
|
"heck 0.5.0",
|
|
4276
4276
|
"proc-macro2",
|
|
@@ -4369,12 +4369,12 @@ dependencies = [
|
|
|
4369
4369
|
|
|
4370
4370
|
[[package]]
|
|
4371
4371
|
name = "tauri-plugin-prevent-default"
|
|
4372
|
-
version = "5.0.
|
|
4372
|
+
version = "5.0.2"
|
|
4373
4373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4374
|
-
checksum = "
|
|
4374
|
+
checksum = "674bac5c9831f4ca7ae42840768ac968b76353dcbe30bb0aad149c56f0be1389"
|
|
4375
4375
|
dependencies = [
|
|
4376
|
-
"bitflags 2.
|
|
4377
|
-
"itertools 0.
|
|
4376
|
+
"bitflags 2.13.0",
|
|
4377
|
+
"itertools 0.15.0",
|
|
4378
4378
|
"serde",
|
|
4379
4379
|
"strum",
|
|
4380
4380
|
"tauri",
|
|
@@ -4383,9 +4383,9 @@ dependencies = [
|
|
|
4383
4383
|
|
|
4384
4384
|
[[package]]
|
|
4385
4385
|
name = "tauri-runtime"
|
|
4386
|
-
version = "2.11.
|
|
4386
|
+
version = "2.11.3"
|
|
4387
4387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4388
|
-
checksum = "
|
|
4388
|
+
checksum = "b0b4bc95aed361b0019067d189a1174a603d460d0f6c72606512d59fc9c12ec8"
|
|
4389
4389
|
dependencies = [
|
|
4390
4390
|
"cookie",
|
|
4391
4391
|
"dpi",
|
|
@@ -4408,9 +4408,9 @@ dependencies = [
|
|
|
4408
4408
|
|
|
4409
4409
|
[[package]]
|
|
4410
4410
|
name = "tauri-runtime-wry"
|
|
4411
|
-
version = "2.11.
|
|
4411
|
+
version = "2.11.3"
|
|
4412
4412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4413
|
-
checksum = "
|
|
4413
|
+
checksum = "fe41e015bf8fc4d6477ff4926a0ef769dc64ff34c7b0038b6f7cacae892acb5c"
|
|
4414
4414
|
dependencies = [
|
|
4415
4415
|
"gtk",
|
|
4416
4416
|
"http 1.4.1",
|
|
@@ -4452,9 +4452,9 @@ dependencies = [
|
|
|
4452
4452
|
|
|
4453
4453
|
[[package]]
|
|
4454
4454
|
name = "tauri-utils"
|
|
4455
|
-
version = "2.9.
|
|
4455
|
+
version = "2.9.3"
|
|
4456
4456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4457
|
-
checksum = "
|
|
4457
|
+
checksum = "3e176a18e67764923c4f1ce66f25ae4abe5f688384d5eb1a0fa6c77f3d90f887"
|
|
4458
4458
|
dependencies = [
|
|
4459
4459
|
"anyhow",
|
|
4460
4460
|
"brotli",
|
|
@@ -4928,7 +4928,7 @@ version = "0.4.4"
|
|
|
4928
4928
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4929
4929
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
4930
4930
|
dependencies = [
|
|
4931
|
-
"bitflags 2.
|
|
4931
|
+
"bitflags 2.13.0",
|
|
4932
4932
|
"bytes",
|
|
4933
4933
|
"futures-core",
|
|
4934
4934
|
"futures-util",
|
|
@@ -4946,7 +4946,7 @@ version = "0.6.11"
|
|
|
4946
4946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4947
4947
|
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
4948
4948
|
dependencies = [
|
|
4949
|
-
"bitflags 2.
|
|
4949
|
+
"bitflags 2.13.0",
|
|
4950
4950
|
"bytes",
|
|
4951
4951
|
"futures-util",
|
|
4952
4952
|
"http 1.4.1",
|
|
@@ -5034,9 +5034,9 @@ dependencies = [
|
|
|
5034
5034
|
|
|
5035
5035
|
[[package]]
|
|
5036
5036
|
name = "tray-icon"
|
|
5037
|
-
version = "0.
|
|
5037
|
+
version = "0.24.1"
|
|
5038
5038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5039
|
-
checksum = "
|
|
5039
|
+
checksum = "65ba1e5f6b9ef9fd87e21b9c6f351554dbd717960089168fcfdef854686961dc"
|
|
5040
5040
|
dependencies = [
|
|
5041
5041
|
"crossbeam-channel",
|
|
5042
5042
|
"dirs",
|
|
@@ -5380,7 +5380,7 @@ version = "0.244.0"
|
|
|
5380
5380
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5381
5381
|
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
5382
5382
|
dependencies = [
|
|
5383
|
-
"bitflags 2.
|
|
5383
|
+
"bitflags 2.13.0",
|
|
5384
5384
|
"hashbrown 0.15.5",
|
|
5385
5385
|
"indexmap 2.14.0",
|
|
5386
5386
|
"semver",
|
|
@@ -6012,7 +6012,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
6012
6012
|
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
6013
6013
|
dependencies = [
|
|
6014
6014
|
"anyhow",
|
|
6015
|
-
"bitflags 2.
|
|
6015
|
+
"bitflags 2.13.0",
|
|
6016
6016
|
"indexmap 2.14.0",
|
|
6017
6017
|
"log",
|
|
6018
6018
|
"serde",
|
|
@@ -15,8 +15,8 @@ name = "tauri_vue_template_lib"
|
|
|
15
15
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
16
16
|
|
|
17
17
|
[dependencies]
|
|
18
|
-
chrono = "0.4.
|
|
19
|
-
log = "0.4.
|
|
18
|
+
chrono = "0.4.45"
|
|
19
|
+
log = "0.4.32"
|
|
20
20
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
21
21
|
specta = { version = "2.0.0-rc.25", features = ["derive"] }
|
|
22
22
|
specta-typescript = "0.0.12"
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"extends": "@tsconfig/node24/tsconfig.json",
|
|
3
|
-
"include": ["vite.config.*", "eslint.config.*", "lint-staged.config.*"],
|
|
3
|
+
"include": ["vite.config.*", "eslint.config.*", "lint-staged.config.*", "commitlint.config.*"],
|
|
4
4
|
"compilerOptions": {
|
|
5
5
|
"module": "preserve",
|
|
6
6
|
"moduleResolution": "bundler",
|
|
7
7
|
"types": ["node"],
|
|
8
8
|
"allowSyntheticDefaultImports": true,
|
|
9
|
+
"noEmit": true,
|
|
9
10
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo"
|
|
10
11
|
}
|
|
11
12
|
}
|