Browse Source

PDF.js version 1.4.199 - See mozilla/pdf.js@6c9f418aaee79a2f19dfb933dda3d1c8db1acddf

Pdf Bot 9 years ago
parent
commit
f2093bb853
5 changed files with 13 additions and 8 deletions
  1. 1 1
      bower.json
  2. 2 2
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 2 2
      build/pdf.worker.js
  5. 6 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.4.197",
+  "version": "1.4.199",
   "main": [
     "build/pdf.js",
     "build/pdf.worker.js"

+ 2 - 2
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.197';
-var pdfjsBuild = '47688b6';
+var pdfjsVersion = '1.4.199';
+var pdfjsBuild = '6c9f418';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?

+ 2 - 2
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.197';
-var pdfjsBuild = '47688b6';
+var pdfjsVersion = '1.4.199';
+var pdfjsBuild = '6c9f418';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?

+ 2 - 2
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.197';
-var pdfjsBuild = '47688b6';
+var pdfjsVersion = '1.4.199';
+var pdfjsBuild = '6c9f418';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?

+ 6 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.4.197",
+  "version": "1.4.199",
   "main": "build/pdf.js",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
@@ -11,6 +11,11 @@
   "homepage": "http://mozilla.github.io/pdf.js/",
   "bugs": "https://github.com/mozilla/pdf.js/issues",
   "license": "Apache-2.0",
+  "browser": {
+    "entry?name=[hash]-worker.js!./pdf.worker.js": false,
+    "./build/pdf.worker.js": false,
+    "node-ensure": false
+  },
   "repository": {
     "type": "git",
     "url": "https://github.com/mozilla/pdfjs-dist"