Comparing version 3.0.0-canary-20231111082459.68bfbc55 to 3.0.0-canary-20231124072611.3a09ecd6
@@ -30,6 +30,7 @@ 'use strict'; | ||
if (selections.size === 0) { | ||
if (process.env.NODE_ENV !== "production") { | ||
if (onEmptyResolve) { | ||
onEmptyResolve(); | ||
} else if (process.env.NODE_ENV !== "production") { | ||
console.warn("[gqty] Warning! No data requested."); | ||
} | ||
onEmptyResolve == null ? void 0 : onEmptyResolve(); | ||
return data; | ||
@@ -36,0 +37,0 @@ } |
@@ -56,6 +56,7 @@ 'use strict'; | ||
if (selections.size === 0) { | ||
if (process.env.NODE_ENV !== "production") { | ||
if (onEmptyResolve) { | ||
onEmptyResolve(); | ||
} else if (process.env.NODE_ENV !== "production") { | ||
console.warn("[gqty] Warning! No data requested."); | ||
} | ||
onEmptyResolve == null ? void 0 : onEmptyResolve(); | ||
return data; | ||
@@ -62,0 +63,0 @@ } |
{ | ||
"name": "gqty", | ||
"version": "3.0.0-canary-20231111082459.68bfbc55", | ||
"version": "3.0.0-canary-20231124072611.3a09ecd6", | ||
"description": "gqty client without queries", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
281590
8092