@slickgrid-universal/event-pub-sub
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15) | ||
**Note:** Version bump only for package @slickgrid-universal/event-pub-sub | ||
# [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@slickgrid-universal/event-pub-sub", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event", | ||
@@ -50,3 +50,3 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"@slickgrid-universal/common": "^0.19.0" | ||
"@slickgrid-universal/common": "^0.19.1" | ||
}, | ||
@@ -58,3 +58,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d00b46c9265ac4ac0aa88b0dc7d6cafacecdaf60" | ||
"gitHead": "073f79eabe7762c02c15fd79b603bf7bcc4e2f71" | ||
} |
34858