@subwallet/web-runner 0.6.5-0 → 0.6.7-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.
@@ -4,6 +4,14 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*!
8
+ * @overview es6-promise - a tiny implementation of Promises/A+.
9
+ * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
10
+ * @license Licensed under MIT license
11
+ * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
12
+ * @version v4.2.8+1e68dce6
13
+ */
14
+
7
15
  /*!
8
16
  * Determine if an object is a Buffer
9
17
  *
@@ -18,6 +26,13 @@ object-assign
18
26
  * @license MIT
19
27
  */
20
28
 
29
+ /*!
30
+ * The buffer module from node.js, for the browser.
31
+ *
32
+ * @author Feross Aboukhadijeh <http://feross.org>
33
+ * @license MIT
34
+ */
35
+
21
36
  /*!
22
37
  * The buffer module from node.js, for the browser.
23
38
  *
@@ -34,6 +49,8 @@ object-assign
34
49
 
35
50
  /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
36
51
 
52
+ /*! https://mths.be/utf8js v3.0.0 by @mathias */
53
+
37
54
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
38
55
 
39
56
  /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */