atmosx-nwws-parser 1.0.154 → 1.0.155

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -221,6 +221,7 @@ class NoaaWeatherWireServiceCore {
221
221
 
222
222
  onEvent = function(event, listener) {
223
223
  loader.static.events.on(event, listener);
224
+ return () => { loader.static.events.off(event, listener); };
224
225
  }
225
226
  }
226
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atmosx-nwws-parser",
3
- "version": "1.0.154",
3
+ "version": "1.0.155",
4
4
  "description": "NOAA Weather Wire Parser",
5
5
  "main": "index.js",
6
6
  "scripts": {