@zodash/event
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.7](https://github.com/zcorky/zodash/compare/@zodash/event@0.1.6...@zodash/event@0.1.7) (2021-03-25) | ||
**Note:** Version bump only for package @zodash/event | ||
## [0.1.6](https://github.com/zcorky/zodash/compare/@zodash/event@0.1.5...@zodash/event@0.1.6) (2021-03-24) | ||
@@ -8,0 +16,0 @@ |
@@ -59,2 +59,1 @@ "use strict"; | ||
_a = LISTENERS; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zodash/event", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "event emitter", | ||
@@ -15,4 +15,3 @@ "keywords": [ | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
"lib": "lib" | ||
}, | ||
@@ -63,3 +62,3 @@ "files": [ | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "tsc", | ||
"test": "jest -w 1", | ||
@@ -72,5 +71,5 @@ "coverage": "codecov" | ||
"dependencies": { | ||
"@zodash/once": "^0.1.4" | ||
"@zodash/once": "^0.1.5" | ||
}, | ||
"gitHead": "476cc71bdf3cc5914d55495eaa9e3d07472885d9" | ||
"gitHead": "bd85904bdf3094ed8d65df0fa57c695c74d4dc87" | ||
} |
8648
6
Updated@zodash/once@^0.1.5