@ocap/client 1.29.5 → 1.29.7
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 +2 -9
- package/dist/report.html +2 -2
- package/package.json +16 -15
|
@@ -105,13 +105,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
105
105
|
|
|
106
106
|
/*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
|
|
107
107
|
|
|
108
|
-
/*!
|
|
108
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
109
109
|
|
|
110
|
-
|
|
111
|
-
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
112
|
-
*
|
|
113
|
-
* @version 0.8.0
|
|
114
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
115
|
-
* @copyright Chen, Yi-Cyuan 2015-2018
|
|
116
|
-
* @license MIT
|
|
117
|
-
*/
|
|
110
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|