@loopback/example-webpack 0.10.5 → 0.11.0

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,3 +1,10 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
1
8
  /*! *****************************************************************************
2
9
  Copyright (C) Microsoft. All rights reserved.
3
10
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -13,6 +20,8 @@ See the Apache Version 2.0 License for specific language governing permissions
13
20
  and limitations under the License.
14
21
  ***************************************************************************** */
15
22
 
23
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
24
+
16
25
  /**
17
26
  * @license
18
27
  * Lodash <https://lodash.com/>