shogun-button-react 6.3.7 → 6.4.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/dist/components/ShogunButton.js +17 -99
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -2
- package/package.json +2 -2
|
@@ -18,8 +18,6 @@
|
|
|
18
18
|
|
|
19
19
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
20
20
|
|
|
21
|
-
/*! noble-ciphers - MIT License (c) 2023 Paul Miller (paulmillr.com) */
|
|
22
|
-
|
|
23
21
|
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
24
22
|
|
|
25
23
|
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shogun-button-react",
|
|
3
3
|
"description": "Shogun connector button",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.4.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"src/styles/index.css"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"prettier": "^3.5.3",
|
|
46
46
|
"process": "^0.11.10",
|
|
47
47
|
"rxjs": "^7.8.2",
|
|
48
|
-
"shogun-core": "^6.
|
|
48
|
+
"shogun-core": "^6.4.0",
|
|
49
49
|
"stream-browserify": "^3.0.0",
|
|
50
50
|
"util": "^0.12.5"
|
|
51
51
|
},
|