@tindtechnologies/pdfjs-viewer 6.1.200-tind.1 → 6.1.200-tind.2

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
@@ -2034,7 +2034,7 @@ class FloatingToolbar {
2034
2034
  }
2035
2035
 
2036
2036
  ;// ./src/shared/internal_evt.js
2037
- const INTERNAL_EVT = "4453825f-3102-4e6f-a170-43134fa58e3b";
2037
+ const INTERNAL_EVT = "6d877fdc-dcc8-4bbe-b954-4b95aad6dd65";
2038
2038
  const internalOpt = Object.freeze({
2039
2039
  internal: INTERNAL_EVT
2040
2040
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tindtechnologies/pdfjs-viewer",
3
- "version": "6.1.200-tind.1",
3
+ "version": "6.1.200-tind.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/tind/pdfjs-viewer"
package/web/viewer.mjs CHANGED
@@ -1041,7 +1041,7 @@ const {
1041
1041
  } = globalThis.pdfjsLib;
1042
1042
 
1043
1043
  ;// ./web/internal_evt.js
1044
- const INTERNAL_EVT = "4453825f-3102-4e6f-a170-43134fa58e3b";
1044
+ const INTERNAL_EVT = "6d877fdc-dcc8-4bbe-b954-4b95aad6dd65";
1045
1045
  const internalOpt = Object.freeze({
1046
1046
  internal: INTERNAL_EVT
1047
1047
  });