@pdfme/generator 1.0.0-beta.5 → 1.0.0-beta.9

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.
@@ -1,10 +1,24 @@
1
1
  /*!
2
2
  * @name @pdfme/generator
3
- * @version 1.0.0-beta.4 | Thu Feb 03 2022
3
+ * @version 1.0.0-beta.9 | Mon Feb 21 2022
4
4
  * @author hand-dot
5
5
  * @license MIT
6
6
  */
7
7
 
8
+ /*!
9
+ * The buffer module from node.js, for the browser.
10
+ *
11
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
12
+ * @license MIT
13
+ */
14
+
15
+ /*!
16
+ * The buffer module from node.js, for the browser.
17
+ *
18
+ * @author Feross Aboukhadijeh <https://feross.org>
19
+ * @license MIT
20
+ */
21
+
8
22
  /*! *****************************************************************************
9
23
  Copyright (c) Microsoft Corporation.
10
24
 
@@ -19,3 +33,11 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
19
33
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
34
  PERFORMANCE OF THIS SOFTWARE.
21
35
  ***************************************************************************** */
36
+
37
+ /*! For license information please see index.js.LICENSE.txt */
38
+
39
+ /*! https://mths.be/punycode v1.3.2 by @mathias */
40
+
41
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
42
+
43
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */