@duely/client
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -108,7 +108,6 @@ "use strict"; | ||
_context.next = 13; | ||
break; | ||
return _context.abrupt("return", res); | ||
case 9: | ||
_context.prev = 9; | ||
case 10: | ||
_context.prev = 10; | ||
_context.t0 = _context["catch"](2); | ||
@@ -123,3 +122,5 @@ setState(createErrorState(_context.t0)); | ||
case 13: | ||
return _context.abrupt("return", _context.t0); | ||
case 15: | ||
case "end": | ||
@@ -129,3 +130,3 @@ return _context.stop(); | ||
} | ||
}, _callee, null, [[2, 9]]); | ||
}, _callee, null, [[2, 10]]); | ||
})); | ||
@@ -132,0 +133,0 @@ |
{ | ||
"name": "@duely/client", | ||
"type": "module", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"repository": "github:uoleevi/duely", | ||
@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)", |
@@ -57,2 +57,4 @@ import { useCallback, useRef, useState } from 'react'; | ||
return res; | ||
} catch (error) { | ||
@@ -64,2 +66,4 @@ setState(createErrorState(error)); | ||
} | ||
return error; | ||
} | ||
@@ -66,0 +70,0 @@ }, [mutationDef, resetErrorMs]); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132564
2440