Skip to content

Commit

Permalink
published 23.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Feb 14, 2025
1 parent 97ffea6 commit 04da710
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const _isIE11 = typeof window === 'undefined' ? false : !!(<any>globalThis).MSIn
const isEdge = typeof navigator === 'undefined' || /Edge\/\d./i.test(navigator.userAgent);
const needsES5 = typeof ReadableStream === 'undefined' || typeof Promise['allSettled'] === 'undefined';

export const pdfjsVersion = '4.7.732';
export const pdfjsBleedingEdgeVersion = '4.10.700';
export const pdfjsVersion = '4.7.734';
export const pdfjsBleedingEdgeVersion = '4.10.701';
export function getVersionSuffix(folder: string): string {
if (folder?.includes('bleeding-edge')) {
return pdfjsBleedingEdgeVersion;
Expand Down

0 comments on commit 04da710

Please sign in to comment.