Skip to content

Commit

Permalink
3.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbengtsson committed May 25, 2022
1 parent f77bcc6 commit c4d8f6e
Show file tree
Hide file tree
Showing 5 changed files with 2,382 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by dts-bundle-generator v5.9.0
// Generated by dts-bundle-generator v6.9.0

export declare type jsPDFConstructor = any;
export declare type jsPDFDocument = any;
Expand Down
2,378 changes: 2,375 additions & 3 deletions dist/jspdf.plugin.autotable.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jspdf.plugin.autotable.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf-autotable",
"version": "3.5.23",
"version": "3.5.24",
"description": "Generate pdf tables with javascript (jsPDF plugin)",
"main": "dist/jspdf.plugin.autotable.js",
"types": "dist/index",
Expand Down

0 comments on commit c4d8f6e

Please sign in to comment.