pdfmake 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.4 - 2021-11-10
4
+
5
+ - Fixed destination path argument in VFS build script.
6
+ - Fixed error "Object.isExtensible is not a function" (bug is in core-js version 3.19.1).
7
+
3
8
  ## 0.2.3 - 2021-11-06
4
9
 
10
+ - Updated [@foliojs-fork/pdfkit](https://github.com/foliojs-fork/pdfkit) to version 0.13.0.
5
11
  - Tiling pattern support.
6
12
  - svg-to-pdfkit package moved as built-in. Solve not used installation of pdfkit.
7
13
  - Fixed passing document metadata.