@tindtechnologies/pdfjs-viewer 5.4.624-tind.2 → 5.4.624-tind.3

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/build/pdf.mjs CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = c36ad63
25
+ * pdfjsBuild = ea39462
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
@@ -16121,7 +16121,7 @@ class InternalRenderTask {
16121
16121
  }
16122
16122
  }
16123
16123
  const version = "5.4.0";
16124
- const build = "c36ad63";
16124
+ const build = "ea39462";
16125
16125
 
16126
16126
  ;// ./src/display/editor/color_picker.js
16127
16127
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = c36ad63
25
+ * pdfjsBuild = ea39462
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = c36ad63
25
+ * pdfjsBuild = ea39462
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tindtechnologies/pdfjs-viewer",
3
- "version": "5.4.624-tind.2",
3
+ "version": "5.4.624-tind.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/tind/pdfjs-viewer"
@@ -6,7 +6,7 @@ function patchPDFViewerApplicationOpen(evt) {
6
6
  }
7
7
 
8
8
  const params = new URLSearchParams(win.location.search);
9
- const rangeChunkSize = Number(params.get("rangeChunkSize"));
9
+ const rangeChunkSize = Number(params.get("chunksize"));
10
10
  if (!Number.isInteger(rangeChunkSize) || rangeChunkSize <= 0) {
11
11
  return;
12
12
  }
package/web/viewer.mjs CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  /**
24
24
  * pdfjsVersion = 5.4.0
25
- * pdfjsBuild = c36ad63
25
+ * pdfjsBuild = ea39462
26
26
  */
27
27
  /******/ // The require scope
28
28
  /******/ var __webpack_require__ = {};