evnty 1.2.3 → 1.2.4

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -137,7 +137,7 @@ keyPressEvent({ key: 'Esc' });
137
137
  ## License
138
138
 
139
139
  License [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
140
- Copyright (c) 2023-present Ivan Zakharchanka
140
+ Copyright (c) 2021-present Ivan Zakharchanka
141
141
 
142
142
  [npm-url]: https://www.npmjs.com/package/evnty
143
143
  [downloads-image]: https://img.shields.io/npm/dw/evnty.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.2.3",
4
+ "version": "1.2.4",
5
5
  "type": "module",
6
6
  "types": "build/index.d.ts",
7
7
  "main": "build/index.cjs",