@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 5.0.0-beta.0 to 5.0.0-beta.1
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "5.0.0-beta.0", | ||
"version": "5.0.0-beta.1", | ||
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", | ||
@@ -41,5 +41,5 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@slickgrid-universal/utils": "~5.0.0-beta.0" | ||
"@slickgrid-universal/utils": "~5.0.0-beta.1" | ||
}, | ||
"gitHead": "a4e50f5967805ed05465d664bb858cbaac445a88" | ||
"gitHead": "e7e8043f4fbfd2d35a1e55c38170afca0a20690f" | ||
} |
@@ -0,0 +0,0 @@ import { titleCase, toKebabCase } from '@slickgrid-universal/utils'; |
@@ -0,0 +0,0 @@ import type { EventSubscription } from './eventSubscription.interface'; |
Sorry, the diff of this file is not supported yet
95594