@sats-connect/core 0.0.9-3247d26 → 0.0.9-8c9a7c6

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -504,7 +504,7 @@ type GetRunesBalance = MethodParamsAndResult<GetRunesBalanceParams, GetRunesBala
504
504
  type TransferRunesParams = {
505
505
  recipients: {
506
506
  runeName: string;
507
- amount: number;
507
+ amount: string;
508
508
  address: string;
509
509
  }[];
510
510
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-connect/core",
3
- "version": "0.0.9-3247d26",
3
+ "version": "0.0.9-8c9a7c6",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",