evnty 1.3.2 → 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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,6 @@
29
29
 
30
30
  - Namespaces/Wildcards
31
31
  - Times To Listen (TTL)
32
- - Subscribe/UnSubscribe
33
32
 
34
33
  ## Browser Support
35
34
 
@@ -124,4 +123,4 @@ Copyright (c) 2021-present Ivan Zakharchanka
124
123
  [codecov-url]: https://codecov.io/gh/3axap4eHko/evnty
125
124
  [codecov-image]: https://codecov.io/gh/3axap4eHko/evnty/branch/master/graph/badge.svg?maxAge=43200
126
125
  [snyk-url]: https://snyk.io/test/npm/evnty/latest
127
- [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.2",
4
+ "version": "1.3.3",
5
5
  "type": "module",
6
6
  "types": "build/index.d.ts",
7
7
  "main": "build/index.cjs",