Skip to content

Commit

Permalink
0.1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Jul 31, 2020
1 parent 7fa7671 commit cf43050
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/pdfmake.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! pdfmake v0.1.67, @license MIT, @link http://pdfmake.org */
/*! pdfmake v0.1.68, @license MIT, @link http://pdfmake.org */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down Expand Up @@ -75196,7 +75196,7 @@ module.exports = function(module) {


// Internet Explorer polyfills
if (window && !window.Promise) {
if (typeof window !== 'undefined' && !window.Promise) {
__webpack_require__(550);
}
__webpack_require__(560);
Expand Down
2 changes: 1 addition & 1 deletion build/pdfmake.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/pdfmake.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/pdfmake.min.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions build/vfs_fonts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfmake",
"version": "0.1.67",
"version": "0.1.68",
"description": "Client/server side PDF printing in pure JavaScript",
"main": "src/printer.js",
"browser": "build/pdfmake.js",
Expand Down

0 comments on commit cf43050

Please sign in to comment.