react-context-store
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -10,2 +10,6 @@ # Changelog | ||
## [1.0.0-beta.3] - 2021-02-21 | ||
- Fixed console warnings | ||
## [1.0.0-beta.2] - 2021-02-16 | ||
@@ -12,0 +16,0 @@ |
@@ -60,2 +60,1 @@ "use strict"; | ||
exports.useContextStore = useContextStore; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -121,2 +121,1 @@ "use strict"; | ||
exports.getReplaceContextData = getReplaceContextData; | ||
//# sourceMappingURL=index.js.map |
@@ -98,2 +98,1 @@ "use strict"; | ||
exports.useIndexableContextStore = useIndexableContextStore; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -152,2 +152,1 @@ "use strict"; | ||
exports.getUpdatedContextDataForCreateOne = getUpdatedContextDataForCreateOne; | ||
//# sourceMappingURL=get-create-one-context-data.js.map |
@@ -159,2 +159,1 @@ "use strict"; | ||
exports.getUpdatedContextDataForDeleteOne = getUpdatedContextDataForDeleteOne; | ||
//# sourceMappingURL=get-delete-one-context-data.js.map |
@@ -157,2 +157,1 @@ "use strict"; | ||
exports.getUpdatedContextDataForUpdateOne = getUpdatedContextDataForUpdateOne; | ||
//# sourceMappingURL=get-update-one-context-data.js.map |
@@ -10,2 +10,1 @@ "use strict"; | ||
Object.defineProperty(exports, "getUpdateOneContextData", { enumerable: true, get: function () { return get_update_one_context_data_1.getUpdateOneContextData; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -98,2 +98,1 @@ "use strict"; | ||
exports.useIndexableStatefulContextStore = useIndexableStatefulContextStore; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -145,2 +145,1 @@ "use strict"; | ||
exports.getUpdatedContextDataForCreateOne = getUpdatedContextDataForCreateOne; | ||
//# sourceMappingURL=get-create-one-context-data.js.map |
@@ -166,2 +166,1 @@ "use strict"; | ||
exports.getUpdatedContextDataForDeleteOne = getUpdatedContextDataForDeleteOne; | ||
//# sourceMappingURL=get-delete-one-context-data.js.map |
@@ -163,2 +163,1 @@ "use strict"; | ||
exports.getUpdatedContextDataForUpdateOne = getUpdatedContextDataForUpdateOne; | ||
//# sourceMappingURL=get-update-one-context-data.js.map |
@@ -10,2 +10,1 @@ "use strict"; | ||
Object.defineProperty(exports, "getUpdateOneContextData", { enumerable: true, get: function () { return get_update_one_context_data_1.getUpdateOneContextData; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,1 @@ "use strict"; | ||
Object.defineProperty(exports, "getNotImplementedPromise", { enumerable: true, get: function () { return shared_1.getNotImplementedPromise; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
exports.getNotImplementedPromise = getNotImplementedPromise; | ||
//# sourceMappingURL=index.js.map |
@@ -8,2 +8,1 @@ "use strict"; | ||
exports.getTestName = getTestName; | ||
//# sourceMappingURL=get-test-name.js.map |
@@ -35,2 +35,1 @@ "use strict"; | ||
exports.ShallowContextHarness = ShallowContextHarness; | ||
//# sourceMappingURL=harness.js.map |
@@ -46,3 +46,3 @@ { | ||
"sideEffects": false, | ||
"version": "1.0.0-beta.2" | ||
"version": "1.0.0-beta.3" | ||
} |
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
102355
42