Comparing version 3.3.0-canary-20250203083638.87cc9b087d8c9a520bd491759a990637c7b38267 to 3.3.0-canary-20250203085750.11c19264d6c45a04367c9c9d88602d8335a6fd95
@@ -19,2 +19,6 @@ import { Cache, type CacheGetOptions } from '../Cache'; | ||
hasCacheHit: boolean; | ||
/** | ||
* Useful for identifying SWR fetches where | ||
* `shouldFetch` is true and `hasCacheHit` is false. | ||
*/ | ||
hasCacheMiss: boolean; | ||
@@ -21,0 +25,0 @@ }; |
@@ -41,2 +41,3 @@ 'use strict'; | ||
} | ||
this.hasCacheMiss || (this.hasCacheMiss = (cacheNode == null ? void 0 : cacheNode.data) === void 0); | ||
selectSubscriptions.forEach((fn) => fn(selection, cacheNode)); | ||
@@ -43,0 +44,0 @@ }, |
{ | ||
"name": "gqty", | ||
"version": "3.3.0-canary-20250203083638.87cc9b087d8c9a520bd491759a990637c7b38267", | ||
"version": "3.3.0-canary-20250203085750.11c19264d6c45a04367c9c9d88602d8335a6fd95", | ||
"description": "The No-GraphQL Client for TypeScript", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
296802
8337