Skip to content

Commit 3e85981

Browse files
5.0.4
1 parent c8ae7d8 commit 3e85981

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/jspdf.plugin.autotable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* jsPDF AutoTable plugin v5.0.3
3+
* jsPDF AutoTable plugin v5.0.4
44
*
55
* Copyright (c) 2025 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable
66
* Licensed under the MIT License.
@@ -16,7 +16,7 @@
1616
var a = factory();
1717
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
1818
}
19-
})(typeof globalThis !== 'undefined' ? globalThis : typeof this !== 'undefined' ? this : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : global , function() {
19+
})(Object(typeof globalThis !== 'undefined' ? globalThis : typeof this !== 'undefined' ? this : typeof window !== 'undefined' ? window : typeof self !== 'undefined' ? self : global), function() {
2020
return /******/ (function() { // webpackBootstrap
2121
/******/ "use strict";
2222
/******/ var __webpack_modules__ = ({

dist/jspdf.plugin.autotable.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf-autotable",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "Generate pdf tables with javascript (jsPDF plugin)",
55
"main": "dist/jspdf.plugin.autotable.js",
66
"exports": {

0 commit comments

Comments
 (0)