Skip to content

Commit

Permalink
upgrade to 4.0.401
Browse files Browse the repository at this point in the history
  • Loading branch information
nidafarooqui committed Jan 1, 2024
1 parent 125478d commit b2f695c
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 187 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.385',
apiVersion: '4.0.401',
data,
password,
disableAutoFetch,
Expand Down Expand Up @@ -4549,8 +4549,8 @@ class InternalRenderTask {
}
}
}
const version = '4.0.385';
const build = 'af3f8cc66';
const version = '4.0.401';
const build = '125478d0e';

__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.385';
const pdfjsBuild = 'af3f8cc66';
const pdfjsVersion = '4.0.401';
const pdfjsBuild = '125478d0e';

__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.385';
const workerVersion = '4.0.401';
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.385';
const pdfjsBuild = 'af3f8cc66';
const pdfjsVersion = '4.0.401';
const pdfjsBuild = '125478d0e';

var __webpack_exports__WorkerMessageHandler = __webpack_exports__.WorkerMessageHandler;
export { __webpack_exports__WorkerMessageHandler as WorkerMessageHandler };
Expand Down
Loading

0 comments on commit b2f695c

Please sign in to comment.