@midgar/midgar
Advanced tools
Comparing version 1.0.0-aplha.3.1 to 1.0.0-aplha.3.2
{ | ||
"name": "@midgar/midgar", | ||
"version": "1.0.0-aplha.3.1", | ||
"version": "1.0.0-aplha.3.2", | ||
"description": "node js framework", | ||
@@ -30,3 +30,3 @@ "main": "./src/index.js", | ||
"dotenv": "^8.2.0", | ||
"emittery": "^0.7.2", | ||
"emittery": "^0.8.1", | ||
"glob": "^7.1.6", | ||
@@ -33,0 +33,0 @@ "lodash.merge": "^4.6.2", |
@@ -1,3 +0,1 @@ | ||
## Alpha stage | ||
# Midgar | ||
@@ -4,0 +2,0 @@ |
@@ -74,3 +74,3 @@ const Emittery = require('emittery') | ||
await this.pm.initPlugins() | ||
await this.emit('afterInitPlugins') | ||
await this.emit('after-init-plugins') | ||
await this.emit('start') | ||
@@ -77,0 +77,0 @@ } |
@@ -58,3 +58,3 @@ const path = require('path') | ||
const afterInitPluginFn = jest.fn(); | ||
app.on('afterInitPlugins', afterInitPluginFn) | ||
app.on('after-init-plugins', afterInitPluginFn) | ||
@@ -61,0 +61,0 @@ const startFn = jest.fn(); |
55262
7
+ Addedemittery@0.8.1(transitive)
- Removedemittery@0.7.2(transitive)
Updatedemittery@^0.8.1