@wagmi/core 2.14.2 → 2.14.3

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,2 +1,2 @@
1
- export const version = '2.14.2';
1
+ export const version = '2.14.3';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/query/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAoB,MAAM,sBAAsB,CAAA;AAGtE,wBAAgB,iBAAiB,CAAC,IAAI,EACpC,OAAO,EAAE,IAAI,GAAG,SAAS,EACzB,OAAO,EAAE,IAAI,GACZ,IAAI,CAGN;AAED,wBAAgB,MAAM,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAYjD;AA4BD,wBAAgB,kBAAkB,CAAC,IAAI,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACrE,OAAO,EAAE,IAAI,GACZ,IAAI,CAqBN"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/query/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAoB,MAAM,sBAAsB,CAAA;AAEtE,wBAAgB,iBAAiB,CAAC,IAAI,EACpC,OAAO,EAAE,IAAI,GAAG,SAAS,EACzB,OAAO,EAAE,IAAI,GACZ,IAAI,CAEN;AAED,wBAAgB,MAAM,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAYjD;AA4BD,wBAAgB,kBAAkB,CAAC,IAAI,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACrE,OAAO,EAAE,IAAI,GACZ,IAAI,CAqBN"}
@@ -1,2 +1,2 @@
1
- export declare const version = "2.14.2";
1
+ export declare const version = "2.14.3";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wagmi/core",
3
3
  "description": "VanillaJS library for Ethereum",
4
- "version": "2.14.2",
4
+ "version": "2.14.3",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,11 +1,9 @@
1
1
  import { type QueryKey, replaceEqualDeep } from '@tanstack/query-core'
2
- import { deepEqual } from '../utils/deepEqual.js'
3
2
 
4
3
  export function structuralSharing<data>(
5
4
  oldData: data | undefined,
6
5
  newData: data,
7
6
  ): data {
8
- if (deepEqual(oldData, newData)) return oldData as data
9
7
  return replaceEqualDeep(oldData, newData)
10
8
  }
11
9
 
@@ -60,7 +58,7 @@ export function filterQueryOptions<type extends Record<string, unknown>>(
60
58
 
61
59
  // import('@tanstack/query-core').InfiniteQueryObserverOptions
62
60
  getPreviousPageParam, getNextPageParam, initialPageParam,
63
-
61
+
64
62
  // import('@tanstack/react-query').UseQueryOptions
65
63
  _optimisticResults, enabled, notifyOnChangeProps, placeholderData, refetchInterval, refetchIntervalInBackground, refetchOnMount, refetchOnReconnect, refetchOnWindowFocus, retryOnMount, select, staleTime, suspense, throwOnError,
66
64
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '2.14.2'
1
+ export const version = '2.14.3'