@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 +1 -1
- package/package.json +1 -1
- package/web/viewer.mjs +1 -1
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 = "
|
|
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
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 = "
|
|
1044
|
+
const INTERNAL_EVT = "6d877fdc-dcc8-4bbe-b954-4b95aad6dd65";
|
|
1045
1045
|
const internalOpt = Object.freeze({
|
|
1046
1046
|
internal: INTERNAL_EVT
|
|
1047
1047
|
});
|