@reown/appkit-utils 1.6.9 → 1.7.0-alpha.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.
@@ -0,0 +1,4 @@
1
+ export declare const EthersConstantsUtil: {
2
+ readonly ERROR_CODE_UNRECOGNIZED_CHAIN_ID: 4902;
3
+ readonly ERROR_CODE_DEFAULT: 5000;
4
+ };
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@reown/appkit-utils",
3
- "version": "1.6.9",
3
+ "version": "1.7.0-alpha.0",
4
+ "sideEffects": false,
4
5
  "type": "module",
5
6
  "main": "./dist/esm/exports/index.js",
6
7
  "types": "./dist/types/exports/index.d.ts",
@@ -40,10 +41,10 @@
40
41
  "@walletconnect/universal-provider": "2.18.0",
41
42
  "valtio": "1.13.2",
42
43
  "viem": ">=2.23.0",
43
- "@reown/appkit-common": "1.6.9",
44
- "@reown/appkit-core": "1.6.9",
45
- "@reown/appkit-polyfills": "1.6.9",
46
- "@reown/appkit-wallet": "1.6.9"
44
+ "@reown/appkit-common": "1.7.0-alpha.0",
45
+ "@reown/appkit-core": "1.7.0-alpha.0",
46
+ "@reown/appkit-wallet": "1.7.0-alpha.0",
47
+ "@reown/appkit-polyfills": "1.7.0-alpha.0"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@coinbase/wallet-sdk": "4.3.0",
@@ -55,16 +56,6 @@
55
56
  "peerDependencies": {
56
57
  "valtio": "1.13.2"
57
58
  },
58
- "keywords": [
59
- "web3",
60
- "crypto",
61
- "ethereum",
62
- "appkit",
63
- "reown",
64
- "utils",
65
- "wagmi",
66
- "ethers"
67
- ],
68
59
  "author": "Reown <support@reown.com> (https://reown.com)",
69
60
  "license": "Apache-2.0",
70
61
  "homepage": "https://github.com/reown-com/appkit",
@@ -75,6 +66,18 @@
75
66
  "bugs": {
76
67
  "url": "https://github.com/reown-com/appkit/issues"
77
68
  },
69
+ "keywords": [
70
+ "appkit",
71
+ "wallet",
72
+ "onboarding",
73
+ "reown",
74
+ "dapps",
75
+ "web3",
76
+ "wagmi",
77
+ "ethereum",
78
+ "solana",
79
+ "bitcoin"
80
+ ],
78
81
  "scripts": {
79
82
  "build:clean": "rm -rf dist",
80
83
  "build": "tsc --build",