@slickgrid-universal/event-pub-sub 10.3.0 → 10.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/event-pub-sub",
3
- "version": "10.3.0",
3
+ "version": "10.8.0",
4
4
  "description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@slickgrid-universal/utils": "10.3.0"
34
+ "@slickgrid-universal/utils": "10.8.0"
35
35
  },
36
- "gitHead": "95f7ec4cdac5eb926916d6c22be46e689628aca1"
36
+ "gitHead": "df37d75b80d090f55e9837cb6547fe4f2b090d22"
37
37
  }