@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -14,3 +14,3 @@ "use strict"; | ||
EventNamingStyle["lowerCaseWithoutOnPrefix"] = "lowerCaseWithoutOnPrefix"; | ||
})(EventNamingStyle = exports.EventNamingStyle || (exports.EventNamingStyle = {})); | ||
})(EventNamingStyle || (exports.EventNamingStyle = EventNamingStyle = {})); | ||
//# sourceMappingURL=eventNamingStyle.enum.js.map |
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", | ||
@@ -46,5 +46,5 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"@slickgrid-universal/utils": "~3.0.0" | ||
"@slickgrid-universal/utils": "~3.0.1" | ||
}, | ||
"gitHead": "e3bed97053336cc723484501156a86be956ace5c" | ||
"gitHead": "d451b40069aa36d96f9d51a37e50721380a30bb2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77016