@slickgrid-universal/event-pub-sub 9.12.0 → 9.13.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.
- package/README.md +0 -9
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,19 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@slickgrid-universal/event-pub-sub)
|
|
6
6
|
[](https://bundlephobia.com/result?p=@slickgrid-universal/event-pub-sub)
|
|
7
7
|
|
|
8
|
-
[](https://github.com/ghiscoding/slickgrid-universal/actions)
|
|
9
|
-
[](https://www.cypress.io/)
|
|
10
|
-
[](https://vitest.dev/)
|
|
11
|
-
[](https://codecov.io/gh/ghiscoding/slickgrid-universal)
|
|
12
|
-
|
|
13
8
|
## Event PubSub Service
|
|
14
9
|
#### @slickgrid-universal/event-pub-sub
|
|
15
10
|
|
|
16
11
|
A very simple Vanilla Implementation of an Event PubSub Service to do simple publish/subscribe inter-communication while optionally providing data as well.
|
|
17
12
|
|
|
18
|
-
### Internal Dependencies
|
|
19
|
-
- [@slickgrid-universal/utils](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/utils)
|
|
20
|
-
|
|
21
|
-
|
|
22
13
|
### Installation
|
|
23
14
|
Follow the instruction provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/event-pub-sub",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.13.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": "9.
|
|
34
|
+
"@slickgrid-universal/utils": "9.13.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "2f8344e34f8c8409895ab1827036f8c5701acd63"
|
|
37
37
|
}
|