@subwallet/web-runner 0.4.2-2

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.
@@ -0,0 +1,69 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * The buffer module from node.js, for the browser.
9
+ *
10
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
11
+ * @license MIT
12
+ */
13
+
14
+ /*!
15
+ * The buffer module from node.js, for the browser.
16
+ *
17
+ * @author Feross Aboukhadijeh <https://feross.org>
18
+ * @license MIT
19
+ */
20
+
21
+ /*!
22
+ * v2.1.4-104-gc868b3a
23
+ *
24
+ */
25
+
26
+ /*! *****************************************************************************
27
+ Copyright (c) Microsoft Corporation.
28
+
29
+ Permission to use, copy, modify, and/or distribute this software for any
30
+ purpose with or without fee is hereby granted.
31
+
32
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
33
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
34
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
35
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
36
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
37
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38
+ PERFORMANCE OF THIS SOFTWARE.
39
+ ***************************************************************************** */
40
+
41
+ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
42
+
43
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
44
+
45
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
46
+
47
+ /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
48
+
49
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
50
+
51
+ /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
52
+
53
+ /**
54
+ * [js-sha3]{@link https://github.com/emn178/js-sha3}
55
+ *
56
+ * @version 0.5.7
57
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
58
+ * @copyright Chen, Yi-Cyuan 2015-2016
59
+ * @license MIT
60
+ */
61
+
62
+ /**
63
+ * [js-sha3]{@link https://github.com/emn178/js-sha3}
64
+ *
65
+ * @version 0.8.0
66
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
67
+ * @copyright Chen, Yi-Cyuan 2015-2018
68
+ * @license MIT
69
+ */
package/webRunner.d.ts ADDED
@@ -0,0 +1 @@
1
+ import '@subwallet/extension-inject/crossenv';