@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 4.0.2 to 4.1.0
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", | ||
@@ -28,3 +28,4 @@ "main": "./dist/cjs/index.js", | ||
"files": [ | ||
"/dist" | ||
"/dist", | ||
"/src" | ||
], | ||
@@ -48,5 +49,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@slickgrid-universal/utils": "~4.0.2" | ||
"@slickgrid-universal/utils": "~4.1.0" | ||
}, | ||
"gitHead": "bcfcd08a502c43be4a17202174f631b064b56571" | ||
"gitHead": "1cfc2658f5d70e66c096e5ea77d1827dd44e0292" | ||
} |
Sorry, the diff of this file is not supported yet
90573
46
774
+ Added@slickgrid-universal/utils@4.1.0(transitive)
- Removed@slickgrid-universal/utils@4.0.2(transitive)