@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.
- package/358-5ad6091d1b067a00c739.js +1 -0
- package/398-6eb77e1fc39b85b9040f.js +1 -0
- package/456-1d88e05fe3baaa523ed5.js +1 -0
- package/75-1bf016808a8d869fc705.js +2 -0
- package/{smoldot-2853dad2c6c5fa2e23ae.js.LICENSE.txt → 75-1bf016808a8d869fc705.js.LICENSE.txt} +0 -9
- package/860-ab533f923f62e5e24586.js +1 -0
- package/index.html +1 -1
- package/package.json +12 -12
- package/web-runner-eb9b7de9df78ca83b999.js +42 -0
- package/{web-runner-bc0f36cb5e4644e352ad.js.LICENSE.txt → web-runner-eb9b7de9df78ca83b999.js.LICENSE.txt} +17 -0
- package/172-42c983bcc3aaf457f6f6.js +0 -1
- package/272-aefe17d67f5a46ae3d9a.js +0 -1
- package/397-a3c43e4d208df48a68d6.js +0 -1
- package/856-5bdfe09c3c1e1e1c153b.js +0 -1
- package/925-f7fa626b6c40c7f2d943.js +0 -1
- package/smoldot-2853dad2c6c5fa2e23ae.js +0 -2
- package/web-runner-bc0f36cb5e4644e352ad.js +0 -42
|
@@ -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) */
|