@sats-connect/core 0.2.1 → 0.2.2-d71ddb5
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/index.d.mts +3 -0
- package/package.json +3 -5
package/dist/index.d.mts
CHANGED
|
@@ -312,6 +312,9 @@ interface GetAddressResponse {
|
|
|
312
312
|
}
|
|
313
313
|
type GetAddressOptions = RequestOptions<GetAddressPayload, GetAddressResponse>;
|
|
314
314
|
|
|
315
|
+
/**
|
|
316
|
+
* @deprecated Use `request()` instead
|
|
317
|
+
*/
|
|
315
318
|
declare const getAddress: (options: GetAddressOptions) => Promise<void>;
|
|
316
319
|
|
|
317
320
|
declare const getInfoMethodName = "getInfo";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sats-connect/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2-d71ddb5",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.mts",
|
|
@@ -25,13 +25,11 @@
|
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"axios": "1.
|
|
28
|
+
"axios": "1.7.4",
|
|
29
29
|
"bitcoin-address-validation": "2.2.3",
|
|
30
30
|
"buffer": "6.0.3",
|
|
31
31
|
"jsontokens": "4.0.1",
|
|
32
|
-
"lodash.omit": "4.5.0"
|
|
33
|
-
},
|
|
34
|
-
"peerDependencies": {
|
|
32
|
+
"lodash.omit": "4.5.0",
|
|
35
33
|
"valibot": "0.33.2"
|
|
36
34
|
},
|
|
37
35
|
"devDependencies": {
|