@hulanbv/nest-utilities-client-state
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -28,3 +28,3 @@ "use strict"; | ||
const { immediateFetch = true } = stateOptions; | ||
const _a = useRequest_1.useRequest(service, id, 'PUT', httpOptions, Object.assign(Object.assign({}, stateOptions), { proxyMethod: 'GET' })), { data, response, call } = _a, rest = __rest(_a, ["data", "response", "call"]); | ||
const _a = useRequest_1.useRequest(service, id, 'PATCH', httpOptions, Object.assign(Object.assign({}, stateOptions), { proxyMethod: 'GET' })), { data, response, call } = _a, rest = __rest(_a, ["data", "response", "call"]); | ||
const stringifiedHttpOptions = stringifyHttpOptions_1.stringifyHttpOptions(httpOptions); | ||
@@ -31,0 +31,0 @@ react_1.useEffect(() => { |
{ | ||
"name": "@hulanbv/nest-utilities-client-state", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "React hooks for state management when using nest-utilities-client and a nest-utilities based API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
74214