egg-watcher
Advanced tools
Comparing version 3.1.0 to 3.1.1
3.1.1 / 2020-03-26 | ||
================== | ||
**fixes** | ||
* [[`9ab2eed`](http://github.com/eggjs/egg-watcher/commit/9ab2eed055d4a036cc2926780d5d8107e37523b2)] - fix: spell error on watcher.js (#13) (zoomdong <<1344492820@qq.com>>) | ||
**others** | ||
* [[`ffd3720`](http://github.com/eggjs/egg-watcher/commit/ffd3720e03c94eec20f8f755a01978a0eee70814)] - chore: update travis (TZ | 天猪 <<atian25@qq.com>>) | ||
3.1.0 / 2018-09-20 | ||
@@ -3,0 +12,0 @@ ================== |
@@ -73,3 +73,3 @@ 'use strict'; | ||
_onChange(info) { | ||
this.emit('info', '[egg-watcher] Recieved a change event from eventSource: %j', info); | ||
this.emit('info', '[egg-watcher] Received a change event from eventSource: %j', info); | ||
const path = info.path; | ||
@@ -86,3 +86,3 @@ | ||
_onFuzzyChange(info) { | ||
this.emit('info', '[egg-watcher] Recieved a fuzzy-change event from eventSource: %j', info); | ||
this.emit('info', '[egg-watcher] Received a fuzzy-change event from eventSource: %j', info); | ||
const path = info.path; | ||
@@ -89,0 +89,0 @@ |
{ | ||
"name": "egg-watcher", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "file watcher plugin for egg", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14597
0