diff --git a/bower.json b/bower.json index 0f0855e39..557cdbf3f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.4.33", + "version": "1.4.35", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index b7a0d604e..d3af6da6f 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.4.33'; -var pdfjsBuild = '365bc99'; +var pdfjsVersion = '1.4.35'; +var pdfjsBuild = '5d797e1'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -2643,9 +2643,9 @@ function warn(msg) { } } -// Deprecated API function -- treated as warnings. +// Deprecated API function -- display regardless of the PDFJS.verbosity setting. function deprecated(details) { - warn('Deprecated API usage: ' + details); + console.log('Deprecated API usage: ' + details); } // Fatal errors that should trigger the fallback UI and halt execution by diff --git a/build/pdf.js b/build/pdf.js index 3228d17a7..11198c2cd 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.4.33'; -var pdfjsBuild = '365bc99'; +var pdfjsVersion = '1.4.35'; +var pdfjsBuild = '5d797e1'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -369,9 +369,9 @@ function warn(msg) { } } -// Deprecated API function -- treated as warnings. +// Deprecated API function -- display regardless of the PDFJS.verbosity setting. function deprecated(details) { - warn('Deprecated API usage: ' + details); + console.log('Deprecated API usage: ' + details); } // Fatal errors that should trigger the fallback UI and halt execution by diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 912a60eb5..1f312c933 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.4.33'; -var pdfjsBuild = '365bc99'; +var pdfjsVersion = '1.4.35'; +var pdfjsBuild = '5d797e1'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -2575,9 +2575,9 @@ function warn(msg) { } } -// Deprecated API function -- treated as warnings. +// Deprecated API function -- display regardless of the PDFJS.verbosity setting. function deprecated(details) { - warn('Deprecated API usage: ' + details); + console.log('Deprecated API usage: ' + details); } // Fatal errors that should trigger the fallback UI and halt execution by diff --git a/package.json b/package.json index 2e97bd164..8795f753e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.4.33", + "version": "1.4.35", "main": "build/pdf.js", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [