zustand-utils
Advanced tools
Comparing version 1.2.5 to 1.3.0
export * from './context'; | ||
export * from './createStoreUpdater'; | ||
export * from './optionalDevtools'; | ||
export * from './storeApiSetStore'; |
export * from "./context"; | ||
export * from "./createStoreUpdater"; | ||
export * from "./optionalDevtools"; | ||
export * from "./optionalDevtools"; | ||
export * from "./storeApiSetStore"; |
export * from './context'; | ||
export * from './createStoreUpdater'; | ||
export * from './optionalDevtools'; | ||
export * from './storeApiSetStore'; |
@@ -38,2 +38,13 @@ "use strict"; | ||
}); | ||
}); | ||
var _storeApiSetStore = require("./storeApiSetStore"); | ||
Object.keys(_storeApiSetStore).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _storeApiSetStore[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _storeApiSetStore[key]; | ||
} | ||
}); | ||
}); |
{ | ||
"name": "zustand-utils", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"description": "some utils for zustand", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
32376
24
331