@hulanbv/nest-utilities-client-state
Advanced tools
Comparing version 0.1.7 to 0.2.0
@@ -9,2 +9,3 @@ export { useAll } from './hooks/useAll'; | ||
export { useRequest } from './hooks/core/useRequest'; | ||
export { getMessageArray } from './utilities/getMessageArray'; | ||
export * from './types'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useRequest = exports.usePut = exports.usePost = exports.usePatch = exports.useMany = exports.useById = exports.useDelete = exports.useAll = void 0; | ||
exports.getMessageArray = exports.useRequest = exports.usePut = exports.usePost = exports.usePatch = exports.useMany = exports.useById = exports.useDelete = exports.useAll = void 0; | ||
var useAll_1 = require("./hooks/useAll"); | ||
@@ -31,3 +31,5 @@ Object.defineProperty(exports, "useAll", { enumerable: true, get: function () { return useAll_1.useAll; } }); | ||
Object.defineProperty(exports, "useRequest", { enumerable: true, get: function () { return useRequest_1.useRequest; } }); | ||
var getMessageArray_1 = require("./utilities/getMessageArray"); | ||
Object.defineProperty(exports, "getMessageArray", { enumerable: true, get: function () { return getMessageArray_1.getMessageArray; } }); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@hulanbv/nest-utilities-client-state", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"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
75269
47
945