@fedimint/react 0.0.2 → 0.0.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="../../docs/public/icon.png" alt="Fedimint Logo" width="300" />
|
|
3
3
|
<!-- Removes the border below the header tag -->
|
|
4
4
|
<div id="toc"><ul align="center" style="list-style: none;"><summary>
|
|
5
5
|
<h1><b>@fedimint/react</b></h1>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedimint/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"react": "^18.3.1",
|
|
13
|
-
"@fedimint/core-web": "0.0.
|
|
13
|
+
"@fedimint/core-web": "0.0.10"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/react": ">=18.3.11",
|