@sats-connect/core 0.3.0-7e6dd81 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -319,6 +319,9 @@ interface GetAddressResponse {
319
319
  }
320
320
  type GetAddressOptions = RequestOptions<GetAddressPayload, GetAddressResponse>;
321
321
 
322
+ /**
323
+ * @deprecated Use `request()` instead
324
+ */
322
325
  declare const getAddress: (options: GetAddressOptions) => Promise<void>;
323
326
 
324
327
  declare const getInfoMethodName = "getInfo";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-connect/core",
3
- "version": "0.3.0-7e6dd81",
3
+ "version": "0.3.0",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",