evnty 1.3.1 → 1.3.3

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 (2) hide show
  1. package/README.md +11 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  ## Table of Contents
12
12
 
13
13
  - [Features](#features)
14
- - [Browser Support](#browser-support)
14
+ - [Platform Support](#platform-support)
15
15
  - [Installing](#installing)
16
16
  - [Examples](#examples)
17
17
  - [Roadmap](#roadmap)
@@ -29,19 +29,19 @@
29
29
 
30
30
  - Namespaces/Wildcards
31
31
  - Times To Listen (TTL)
32
- - Subscribe/UnSubscribe
33
32
 
34
33
  ## Browser Support
35
34
 
36
- | ![Chrome][chrome-image] | ![Firefox][firefox-image] | ![Safari][safari-image] | ![Opera][opera-image] | ![Edge][edge-image] |
37
- | ----------------------- | ------------------------- | ----------------------- | --------------------- | ------------------- |
38
- | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
35
+ | ![NodeJS][node-image] | ![Chrome][chrome-image] | ![Firefox][firefox-image] | ![Safari][safari-image] | ![Opera][opera-image] | ![Edge][edge-image] |
36
+ | ----------------------- | ----------------------- | ------------------------- | ----------------------- | --------------------- | ------------------- |
37
+ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
39
38
 
40
- [chrome-image]: https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png?1
41
- [firefox-image]: https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png?1
42
- [safari-image]: https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png?1
43
- [opera-image]: https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png?1
44
- [edge-image]: https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png?1
39
+ [node-image]: https://raw.github.com/alrra/browser-logos/main/src/node.js/node.js_48x48.png?1
40
+ [chrome-image]: https://raw.github.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png?1
41
+ [firefox-image]: https://raw.github.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png?1
42
+ [safari-image]: https://raw.github.com/alrra/browser-logos/main/src/safari/safari_48x48.png?1
43
+ [opera-image]: https://raw.github.com/alrra/browser-logos/main/src/opera/opera_48x48.png?1
44
+ [edge-image]: https://raw.github.com/alrra/browser-logos/main/src/edge/edge_48x48.png?1
45
45
 
46
46
  ## Installing
47
47
 
@@ -123,4 +123,4 @@ Copyright (c) 2021-present Ivan Zakharchanka
123
123
  [codecov-url]: https://codecov.io/gh/3axap4eHko/evnty
124
124
  [codecov-image]: https://codecov.io/gh/3axap4eHko/evnty/branch/master/graph/badge.svg?maxAge=43200
125
125
  [snyk-url]: https://snyk.io/test/npm/evnty/latest
126
- [snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/3axap4eHko/evnty.svg?maxAge=43200
126
+ [snyk-image]: https://snyk.io/test/github/3axap4eHko/evnty/badge.svg?maxAge=43200
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "evnty",
3
3
  "description": "0-Deps, simple, fast, for browser and node js anonymous event library",
4
- "version": "1.3.1",
4
+ "version": "1.3.3",
5
5
  "type": "module",
6
6
  "types": "build/index.d.ts",
7
7
  "main": "build/index.cjs",