@huma-finance/widgets 0.0.69-beta.852 → 0.0.69-beta.856
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/API.md +10 -0
- package/package.json +5 -5
package/API.md
CHANGED
|
@@ -712,6 +712,11 @@ To be used when re-enabling autopay and other pool actions that require allowanc
|
|
|
712
712
|
<p>Lend pool supply props</p>
|
|
713
713
|
|
|
714
714
|
**Kind**: global typedef
|
|
715
|
+
|
|
716
|
+
| Param | Type | Description |
|
|
717
|
+
| --- | --- | --- |
|
|
718
|
+
| documentHash | <code>string</code> | <p>The subscription file hash.</p> |
|
|
719
|
+
|
|
715
720
|
**Properties**
|
|
716
721
|
|
|
717
722
|
| Name | Type | Description |
|
|
@@ -775,6 +780,11 @@ To be used when re-enabling autopay and other pool actions that require allowanc
|
|
|
775
780
|
<p>Lend pool supply props</p>
|
|
776
781
|
|
|
777
782
|
**Kind**: global typedef
|
|
783
|
+
|
|
784
|
+
| Param | Type | Description |
|
|
785
|
+
| --- | --- | --- |
|
|
786
|
+
| documentHash | <code>string</code> | <p>The subscription file hash.</p> |
|
|
787
|
+
|
|
778
788
|
**Properties**
|
|
779
789
|
|
|
780
790
|
| Name | Type | Description |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.69-beta.
|
|
3
|
+
"version": "0.0.69-beta.856+5fe9018",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@ethersproject/experimental": "^5.7.0",
|
|
30
30
|
"@ethersproject/providers": "^5.6.0",
|
|
31
31
|
"@ethersproject/units": "^5.6.0",
|
|
32
|
-
"@huma-finance/sdk": "^0.0.69-beta.
|
|
33
|
-
"@huma-finance/shared": "^0.0.69-beta.
|
|
34
|
-
"@huma-finance/web-shared": "^0.0.69-beta.
|
|
32
|
+
"@huma-finance/sdk": "^0.0.69-beta.856+5fe9018",
|
|
33
|
+
"@huma-finance/shared": "^0.0.69-beta.856+5fe9018",
|
|
34
|
+
"@huma-finance/web-shared": "^0.0.69-beta.856+5fe9018",
|
|
35
35
|
"@mui/x-date-pickers": "^5.0.7",
|
|
36
36
|
"@notifi-network/notifi-frontend-client": "^1.1.2",
|
|
37
37
|
"@notifi-network/notifi-react": "^1.1.2",
|
|
@@ -201,5 +201,5 @@
|
|
|
201
201
|
"optionalDependencies": {
|
|
202
202
|
"encoding": "^0.1.13"
|
|
203
203
|
},
|
|
204
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "5fe9018dd68833c96242d31b81b7dabe0a312dff"
|
|
205
205
|
}
|