Skip to content

Commit 40d2365

Browse files
authored
Update to 1.82 (#300)
# PR Checklist - [ ] Did you check if it works normally in all models? *ignore this when it dosen't uses models* - [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? - [ ] Did you added a type def? # Description
2 parents e40fb85 + bc1a737 commit 40d2365

13 files changed

+509
-39
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"cors": "^2.8.5",
3737
"crc": "^4.3.2",
3838
"dompurify": "^3.0.8",
39+
"eventsource-parser": "^1.1.2",
3940
"exifr": "^7.1.3",
4041
"express": "^4.18.2",
4142
"fflate": "^0.8.1",

pnpm-lock.yaml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.lock

+174
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ reqwest = { version = "0.11.16", features = ["json"] }
2121
darling = "0.20.3"
2222
zip = "0.6.6"
2323
tar = "0.4.40"
24+
eventsource-client = "0.12.2"
25+
futures = "0.3.30"
2426

2527
[features]
2628
# this feature is used for production builds or when `devPath` points to the filesystem

0 commit comments

Comments
 (0)