@subwallet/web-runner 1.0.2-2 → 1.0.2-3

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,17 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
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
-
15
1
  /*!
16
2
  * Determine if an object is a Buffer
17
3
  *
@@ -26,13 +12,6 @@ object-assign
26
12
  * @license MIT
27
13
  */
28
14
 
29
- /*!
30
- * The buffer module from node.js, for the browser.
31
- *
32
- * @author Feross Aboukhadijeh <http://feross.org>
33
- * @license MIT
34
- */
35
-
36
15
  /*!
37
16
  * The buffer module from node.js, for the browser.
38
17
  *
@@ -40,38 +19,20 @@ object-assign
40
19
  * @license MIT
41
20
  */
42
21
 
43
- /*!
44
- * v2.1.4-104-gc868b3a
45
- *
46
- */
47
-
48
22
  /*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
49
23
 
50
24
  /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
51
25
 
52
- /*! https://mths.be/utf8js v3.0.0 by @mathias */
53
-
54
26
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
55
27
 
56
28
  /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
57
29
 
58
30
  /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
59
31
 
60
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
61
-
62
32
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
63
33
 
64
34
  /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
65
35
 
66
- /**
67
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
68
- *
69
- * @version 0.5.7
70
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
71
- * @copyright Chen, Yi-Cyuan 2015-2016
72
- * @license MIT
73
- */
74
-
75
36
  /**
76
37
  * [js-sha3]{@link https://github.com/emn178/js-sha3}
77
38
  *