@ocap/client 1.29.4 → 1.29.6
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/dist/bundle.js +1 -1
- package/dist/bundle.js.LICENSE.txt +4 -9
- package/dist/report.html +2 -2
- package/package.json +16 -15
|
@@ -103,13 +103,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
103
103
|
|
|
104
104
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
105
105
|
|
|
106
|
-
/*!
|
|
106
|
+
/*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
|
|
107
107
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
* @version 0.8.0
|
|
112
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
113
|
-
* @copyright Chen, Yi-Cyuan 2015-2018
|
|
114
|
-
* @license MIT
|
|
115
|
-
*/
|
|
108
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
109
|
+
|
|
110
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|