|
5 | 5 | */ |
6 | 6 |
|
7 | 7 | /*! |
8 | | - * html2pdf.js v0.12.1 |
9 | | - * Copyright (c) 2025 Erik Koopmans |
| 8 | + * html2pdf.js v0.13.0 |
| 9 | + * Copyright (c) 2026 Erik Koopmans |
10 | 10 | * Released under the MIT License. |
11 | 11 | */ |
12 | 12 |
|
@@ -172,8 +172,6 @@ PERFORMANCE OF THIS SOFTWARE. |
172 | 172 |
|
173 | 173 | /*! ../internals/get-iterator-method */ |
174 | 174 |
|
175 | | -/*! ../internals/get-json-replacer-function */ |
176 | | - |
177 | 175 | /*! ../internals/get-method */ |
178 | 176 |
|
179 | 177 | /*! ../internals/get-set-record */ |
@@ -222,6 +220,8 @@ PERFORMANCE OF THIS SOFTWARE. |
222 | 220 |
|
223 | 221 | /*! ../internals/is-pure */ |
224 | 222 |
|
| 223 | +/*! ../internals/is-raw-json */ |
| 224 | + |
225 | 225 | /*! ../internals/is-regexp */ |
226 | 226 |
|
227 | 227 | /*! ../internals/is-symbol */ |
@@ -256,6 +256,8 @@ PERFORMANCE OF THIS SOFTWARE. |
256 | 256 |
|
257 | 257 | /*! ../internals/microtask */ |
258 | 258 |
|
| 259 | +/*! ../internals/native-raw-json */ |
| 260 | + |
259 | 261 | /*! ../internals/new-promise-capability */ |
260 | 262 |
|
261 | 263 | /*! ../internals/not-a-regexp */ |
@@ -296,6 +298,8 @@ PERFORMANCE OF THIS SOFTWARE. |
296 | 298 |
|
297 | 299 | /*! ../internals/own-keys */ |
298 | 300 |
|
| 301 | +/*! ../internals/parse-json-string */ |
| 302 | + |
299 | 303 | /*! ../internals/path */ |
300 | 304 |
|
301 | 305 | /*! ../internals/perform */ |
@@ -530,7 +534,7 @@ PERFORMANCE OF THIS SOFTWARE. |
530 | 534 |
|
531 | 535 | /*! @babel/runtime/helpers/typeof */ |
532 | 536 |
|
533 | | -/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */ |
| 537 | +/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */ |
534 | 538 |
|
535 | 539 | /*! canvg */ |
536 | 540 |
|
@@ -652,7 +656,7 @@ PERFORMANCE OF THIS SOFTWARE. |
652 | 656 |
|
653 | 657 | /*! iobuffer */ |
654 | 658 |
|
655 | | -/*! jspdf */ |
| 659 | +/*! jspdf/dist/jspdf.es.min.js */ |
656 | 660 |
|
657 | 661 | /*! pako */ |
658 | 662 |
|
@@ -954,6 +958,10 @@ PERFORMANCE OF THIS SOFTWARE. |
954 | 958 | !*** ./node_modules/core-js/internals/is-iterable.js ***! |
955 | 959 | \*******************************************************/ |
956 | 960 |
|
| 961 | +/*!*******************************************************!*\ |
| 962 | + !*** ./node_modules/core-js/internals/is-raw-json.js ***! |
| 963 | + \*******************************************************/ |
| 964 | + |
957 | 965 | /*!*******************************************************!*\ |
958 | 966 | !*** ./node_modules/core-js/internals/object-keys.js ***! |
959 | 967 | \*******************************************************/ |
@@ -1246,6 +1254,10 @@ PERFORMANCE OF THIS SOFTWARE. |
1246 | 1254 | !*** ./node_modules/core-js/internals/iterator-define.js ***! |
1247 | 1255 | \***********************************************************/ |
1248 | 1256 |
|
| 1257 | +/*!***********************************************************!*\ |
| 1258 | + !*** ./node_modules/core-js/internals/native-raw-json.js ***! |
| 1259 | + \***********************************************************/ |
| 1260 | + |
1249 | 1261 | /*!***********************************************************!*\ |
1250 | 1262 | !*** ./node_modules/core-js/internals/promise-resolve.js ***! |
1251 | 1263 | \***********************************************************/ |
@@ -1362,6 +1374,10 @@ PERFORMANCE OF THIS SOFTWARE. |
1362 | 1374 | !*** ./node_modules/core-js/internals/internal-metadata.js ***! |
1363 | 1375 | \*************************************************************/ |
1364 | 1376 |
|
| 1377 | +/*!*************************************************************!*\ |
| 1378 | + !*** ./node_modules/core-js/internals/parse-json-string.js ***! |
| 1379 | + \*************************************************************/ |
| 1380 | + |
1365 | 1381 | /*!*************************************************************!*\ |
1366 | 1382 | !*** ./node_modules/core-js/internals/safe-get-built-in.js ***! |
1367 | 1383 | \*************************************************************/ |
@@ -1754,10 +1770,6 @@ PERFORMANCE OF THIS SOFTWARE. |
1754 | 1770 | !*** ./node_modules/core-js/internals/create-property-descriptor.js ***! |
1755 | 1771 | \**********************************************************************/ |
1756 | 1772 |
|
1757 | | -/*!**********************************************************************!*\ |
1758 | | - !*** ./node_modules/core-js/internals/get-json-replacer-function.js ***! |
1759 | | - \**********************************************************************/ |
1760 | | - |
1761 | 1773 | /*!**********************************************************************!*\ |
1762 | 1774 | !*** ./node_modules/core-js/internals/promise-native-constructor.js ***! |
1763 | 1775 | \**********************************************************************/ |
|
0 commit comments