@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 2.4.0 to 2.5.0
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", | ||
@@ -10,3 +10,3 @@ "main": "dist/commonjs/index.js", | ||
"browser": "./dist/esm/index.js", | ||
"import": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/commonjs/index.js" | ||
@@ -47,5 +47,5 @@ }, | ||
"dependencies": { | ||
"@slickgrid-universal/utils": "~2.4.0" | ||
"@slickgrid-universal/utils": "~2.5.0" | ||
}, | ||
"gitHead": "6f3daed53deccc243f8e964be818849804224939" | ||
"gitHead": "5e25aa044aab301d7246c24003386ab59e75b486" | ||
} |
56794
+ Added@slickgrid-universal/utils@2.5.0(transitive)
- Removed@slickgrid-universal/utils@2.4.0(transitive)