@wagmi/core 1.4.5 → 1.4.6

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.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -42,7 +42,7 @@ type CreateConfigParameters<TPublicClient extends PublicClient = PublicClient, T
42
42
  chainId?: number;
43
43
  }) => TPublicClient) | TPublicClient;
44
44
  /**
45
- * Custom storage for data persistance
45
+ * Custom storage for data persistence
46
46
  * @default window.localStorage
47
47
  */
48
48
  storage?: ClientStorage;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wagmi/core",
3
3
  "description": "Vanilla JS library for Ethereum",
4
4
  "license": "MIT",
5
- "version": "1.4.5",
5
+ "version": "1.4.6",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -123,7 +123,7 @@
123
123
  "abitype": "0.8.7",
124
124
  "eventemitter3": "^4.0.7",
125
125
  "zustand": "^4.3.1",
126
- "@wagmi/connectors": "3.1.3"
126
+ "@wagmi/connectors": "3.1.4"
127
127
  },
128
128
  "devDependencies": {
129
129
  "viem": "^1.0.0"