@bundled-es-modules/pdfjs-dist
Advanced tools
Comparing version 2.2.228-alpha1 to 2.5.207-rc1
@@ -1,2 +0,2 @@ | ||
/* Copyright 2016 Mozilla Foundation | ||
/* Copyright 2020 Mozilla Foundation | ||
* | ||
@@ -16,3 +16,5 @@ * Licensed under the Apache License, Version 2.0 (the "License"); | ||
(typeof window !== 'undefined' ? window : {}).pdfjsWorker = | ||
require('./pdf.worker.js'); | ||
(typeof window !== "undefined" | ||
? window | ||
: {} | ||
).pdfjsWorker = require("./pdf.worker.js"); |
{ | ||
"name": "@bundled-es-modules/pdfjs-dist", | ||
"version": "2.2.228-alpha1", | ||
"version": "2.5.207-rc1", | ||
"description": "mirror of pdfjs-dist, bundled and exposed as ES module", | ||
@@ -16,12 +16,13 @@ "author": "Rob Resendez (resendez.java@gmail.com)", | ||
"devDependencies": { | ||
"@web/dev-server": "^0.1.4", | ||
"babel-core": "^6.26.3", | ||
"core-js": "^2.5.7", | ||
"pdfjs-dist": "2.2.228", | ||
"pdfjs-dist": "2.5.207", | ||
"rollup": "^1.0.0", | ||
"rollup-plugin-commonjs": "^9.0.0", | ||
"rollup-plugin-copy": "^3.0.0", | ||
"rollup-plugin-ignore": "^1.0.5", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"rollup-plugin-ignore": "^1.0.5", | ||
"rollup-plugin-replace": "^2.1.0", | ||
@@ -31,4 +32,5 @@ "semver": ">=4.3.2" | ||
"scripts": { | ||
"build": "rollup -c ./rollup.config.js" | ||
"build": "rollup -c ./rollup.config.js", | ||
"start": "web-dev-server --node-resolve --root-dir ./ --watch --app-index demo/index.html --open" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
4
5440980
13
57669