@tant/hooks
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -1,2 +0,3 @@ | ||
export { default as useTotalState } from './useTotalState'; | ||
export { default as useTotalState } from './useTotalState'; // useState proxy | ||
export { default as useProxyState } from './useProxyState'; |
@@ -21,3 +21,3 @@ "use strict"; | ||
} | ||
}); | ||
}); // useState proxy | ||
@@ -24,0 +24,0 @@ var useProxyState_1 = require("./useProxyState"); |
{ | ||
"name": "@tant/hooks", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "tant-hooks library", | ||
@@ -35,3 +35,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "ffd6557347f99450495c1d1945b2cf55a66a1e44", | ||
"gitHead": "76798a7494a593b6e6436755276a7bd9d00fe185", | ||
"dependencies": { | ||
@@ -38,0 +38,0 @@ "lodash-es": "4.17.21" |
9689