@reown/appkit-common 1.7.18-log-internal-sdk-errors.0 → 1.7.18

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.
@@ -2,6 +2,7 @@ import Big from 'big.js';
2
2
  export declare const NumberUtil: {
3
3
  bigNumber(value: Big | string | number | undefined): Big.Big;
4
4
  multiply(a: Big | number | string | undefined, b: Big | number | string | undefined): Big.Big;
5
+ toFixed(value: string | number | undefined, decimals?: number): string;
5
6
  formatNumberToLocalString(value: string | number | undefined, decimals?: number): string;
6
7
  parseLocalStringToNumber(value: string | undefined): number;
7
8
  };
@@ -123,6 +123,7 @@ export type Connection = {
123
123
  accounts: {
124
124
  type?: string;
125
125
  address: string;
126
+ publicKey?: string;
126
127
  }[];
127
128
  caipNetwork?: CaipNetwork;
128
129
  connectorId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-common",
3
- "version": "1.7.18-log-internal-sdk-errors.0",
3
+ "version": "1.7.18",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",