Skip to content

Commit

Permalink
generate new build
Browse files Browse the repository at this point in the history
  • Loading branch information
nidafarooqui committed Dec 28, 2023
1 parent af3f8cc commit 9654ac5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions build/generic/build/pdf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ function getDocument(src) {
}
const fetchDocParams = {
docId,
apiVersion: '4.0.382',
apiVersion: '4.0.385',
data,
password,
disableAutoFetch,
Expand Down Expand Up @@ -4549,8 +4549,8 @@ class InternalRenderTask {
}
}
}
const version = '4.0.382';
const build = '0f062b538';
const version = '4.0.385';
const build = 'af3f8cc66';

__webpack_async_result__();
} catch(e) { __webpack_async_result__(e); } });
Expand Down Expand Up @@ -16646,8 +16646,8 @@ _display_api_js__WEBPACK_IMPORTED_MODULE_1__ = (__webpack_async_dependencies__.t



const pdfjsVersion = '4.0.382';
const pdfjsBuild = '0f062b538';
const pdfjsVersion = '4.0.385';
const pdfjsBuild = 'af3f8cc66';

__webpack_async_result__();
} catch(e) { __webpack_async_result__(e); } });
Expand Down
6 changes: 3 additions & 3 deletions build/generic/build/pdf.sandbox.mjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/generic/build/pdf.worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56594,7 +56594,7 @@ class WorkerMessageHandler {
docId,
apiVersion
} = docParams;
const workerVersion = '4.0.382';
const workerVersion = '4.0.385';
if (apiVersion !== workerVersion) {
throw new Error(`The API version "${apiVersion}" does not match ` + `the Worker version "${workerVersion}".`);
}
Expand Down Expand Up @@ -57162,8 +57162,8 @@ if (typeof window === "undefined" && !isNodeJS && typeof self !== "undefined" &&

;// CONCATENATED MODULE: ./src/pdf.worker.js

const pdfjsVersion = '4.0.382';
const pdfjsBuild = '0f062b538';
const pdfjsVersion = '4.0.385';
const pdfjsBuild = 'af3f8cc66';

var __webpack_exports__WorkerMessageHandler = __webpack_exports__.WorkerMessageHandler;
export { __webpack_exports__WorkerMessageHandler as WorkerMessageHandler };
Expand Down
6 changes: 3 additions & 3 deletions build/generic/web/viewer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11154,7 +11154,7 @@ class PDFViewer {
#scaleTimeoutId = null;
#textLayerMode = _ui_utils_js__WEBPACK_IMPORTED_MODULE_1__.TextLayerMode.ENABLE;
constructor(options) {
const viewerVersion = '4.0.382';
const viewerVersion = '4.0.385';
if (pdfjs_lib__WEBPACK_IMPORTED_MODULE_0__.version !== viewerVersion) {
throw new Error(`The API version "${pdfjs_lib__WEBPACK_IMPORTED_MODULE_0__.version}" does not match the Viewer version "${viewerVersion}".`);
}
Expand Down Expand Up @@ -14734,8 +14734,8 @@ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([web_



const pdfjsVersion = '4.0.382';
const pdfjsBuild = '0f062b538';
const pdfjsVersion = '4.0.385';
const pdfjsBuild = 'af3f8cc66';
const AppConstants = {
LinkTarget: _pdf_link_service_js__WEBPACK_IMPORTED_MODULE_4__.LinkTarget,
RenderingStates: _ui_utils_js__WEBPACK_IMPORTED_MODULE_2__.RenderingStates,
Expand Down
6 changes: 3 additions & 3 deletions build/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.382",
"build": 382,
"commit": "0f062b538"
"version": "4.0.385",
"build": 385,
"commit": "af3f8cc66"
}

0 comments on commit 9654ac5

Please sign in to comment.