zustand-computed
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -55,2 +55,1 @@ "use strict"; | ||
exports.default = exports.computed; | ||
//# sourceMappingURL=computed.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(computed_js_1).default; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -51,2 +51,1 @@ import { shallow } from "zustand/shallow"; | ||
export default computed; | ||
//# sourceMappingURL=computed.js.map |
export * from "./computed.js"; | ||
export { default } from "./computed.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "zustand-computed", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "A Zustand middleware to create computed states.", | ||
@@ -5,0 +5,0 @@ "author": "chrisvander", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
15628
13