Skip to content

Commit 027f161

Browse files
committed
installation: use invenio-previewer PDF.js patch
* Uses as patch that disables range and pre-fetching for PDF.js preview. πŸ“ invenio-previewer (3.4.0 -> 3.4.2 πŸ›) πŸ“¦ release: v3.4.2 fix(pdfjs): specify Wasm URL parameter for OpenJPEG decoding
1 parent b477ed1 commit 027f161

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zenodo-rdm-app"
3-
version = "21.1.5"
3+
version = "21.1.6"
44
authors = [
55
{ name = "CERN" }
66
]
@@ -22,6 +22,7 @@ dependencies = [
2222
"uwsgitop>=0.11",
2323
"uwsgi-tools>=1.1.1",
2424
"invenio-records-resources",
25+
"invenio-previewer",
2526
]
2627

2728
[tool.uv.sources]
@@ -30,6 +31,7 @@ zenodo-legacy = { workspace = true }
3031
invenio-swh = { git = "https://github.com/inveniosoftware/invenio-swh", rev = "v0.13.4" }
3132
# User profile fixes
3233
invenio-records-resources = { git = "https://github.com/inveniosoftware/invenio-records-resources", branch = "fix-read-many" }
34+
invenio-previewer = { git = "https://github.com/inveniosoftware/invenio-previewer", branch = "pdfjs-disable-range-stream" }
3335

3436
[tool.uv.workspace]
3537
members = [

0 commit comments

Comments
Β (0)