@bloc-js/react-bloc
Advanced tools
Comparing version 1.2.0 to 1.2.1
export * from "./bloc-builder"; | ||
export * from "./use-bloc-state"; |
@@ -7,2 +7,3 @@ "use strict"; | ||
__export(require("./bloc-builder")); | ||
__export(require("./use-bloc-state")); | ||
//# sourceMappingURL=react-bloc.js.map |
{ | ||
"name": "@bloc-js/react-bloc", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "React components for implementing the BLoC pattern.", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "52231074e1164e2a39a99684332415e6ece013b9" | ||
"gitHead": "e4e8efc26d50f3b4e42db6e2d00d5ec163bbaf7e" | ||
} |
Sorry, the diff of this file is not supported yet
3989
11
46