@reown/appkit 1.7.14-wallet-button-fix.0 → 1.7.14

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.
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "1.7.14-wallet-button-fix.0";
1
+ export declare const PACKAGE_VERSION = "1.7.14";
@@ -395,6 +395,7 @@ export declare namespace AdapterBlueprint {
395
395
  gas?: bigint | number;
396
396
  caipNetwork?: CaipNetwork;
397
397
  provider?: AppKitConnector['provider'];
398
+ tokenMint?: string;
398
399
  };
399
400
  type SendTransactionResult = {
400
401
  hash: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit",
3
- "version": "1.7.14-wallet-button-fix.0",
3
+ "version": "1.7.14",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/exports/index.js",
6
6
  "types": "./dist/types/exports/index.d.ts",
@@ -127,14 +127,14 @@
127
127
  "semver": "7.7.2",
128
128
  "valtio": "2.1.5",
129
129
  "viem": ">=2.31.3",
130
- "@reown/appkit-common": "1.7.14-wallet-button-fix.0",
131
- "@reown/appkit-controllers": "1.7.14-wallet-button-fix.0",
132
- "@reown/appkit-polyfills": "1.7.14-wallet-button-fix.0",
133
- "@reown/appkit-scaffold-ui": "1.7.14-wallet-button-fix.0",
134
- "@reown/appkit-ui": "1.7.14-wallet-button-fix.0",
135
- "@reown/appkit-utils": "1.7.14-wallet-button-fix.0",
136
- "@reown/appkit-wallet": "1.7.14-wallet-button-fix.0",
137
- "@reown/appkit-pay": "1.7.14-wallet-button-fix.0"
130
+ "@reown/appkit-common": "1.7.14",
131
+ "@reown/appkit-controllers": "1.7.14",
132
+ "@reown/appkit-polyfills": "1.7.14",
133
+ "@reown/appkit-scaffold-ui": "1.7.14",
134
+ "@reown/appkit-ui": "1.7.14",
135
+ "@reown/appkit-utils": "1.7.14",
136
+ "@reown/appkit-wallet": "1.7.14",
137
+ "@reown/appkit-pay": "1.7.14"
138
138
  },
139
139
  "devDependencies": {
140
140
  "@types/react": "19.1.3",
@@ -148,7 +148,7 @@
148
148
  "react-dom": "19.1.0",
149
149
  "vitest": "3.1.3",
150
150
  "vue": "3.x",
151
- "@reown/appkit-siwe": "1.7.14-wallet-button-fix.0"
151
+ "@reown/appkit-siwe": "1.7.14"
152
152
  },
153
153
  "author": "Reown (https://discord.gg/reown)",
154
154
  "license": "Apache-2.0",