@forrestjs/core
Advanced tools
Comparing version 4.5.0-alpha.0 to 4.5.0-alpha.5
{ | ||
"name": "@forrestjs/core", | ||
"description": "ForrestJS is the Javascript plugin syste.", | ||
"version": "4.5.0-alpha.0", | ||
"version": "4.5.0-alpha.5", | ||
"main": "src/index.js", | ||
@@ -34,3 +34,3 @@ "author": "Marco Pegoraro <marco.pegoraro@gmail.com", | ||
}, | ||
"gitHead": "9019de861efa62d8d06aa367b0b057cb13bb7b83", | ||
"gitHead": "f1aa7a142b38d4199002e29750f6215d35ddfc26", | ||
"devDependencies": { | ||
@@ -37,0 +37,0 @@ "jest": "^28.1.0" |
@@ -300,10 +300,10 @@ const dotted = require('@marcopeg/dotted').default; | ||
await runIntegrations(features, internalContext, `${constants.FEATURE} `); | ||
await _cs.parallel(constants.INIT_SERVICES, internalContext); | ||
await _cs.serie(constants.INIT_SERVICE, internalContext); | ||
await _cs.parallel(constants.INIT_SERVICES, internalContext); | ||
await _cs.parallel(constants.INIT_FEATURES, internalContext); | ||
await _cs.serie(constants.INIT_FEATURE, internalContext); | ||
await _cs.parallel(constants.INIT_FEATURES, internalContext); | ||
await _cs.parallel(constants.START_SERVICES, internalContext); | ||
await _cs.serie(constants.START_SERVICE, internalContext); | ||
await _cs.parallel(constants.START_SERVICES, internalContext); | ||
await _cs.parallel(constants.START_FEATURES, internalContext); | ||
await _cs.serie(constants.START_FEATURE, internalContext); | ||
await _cs.parallel(constants.START_FEATURES, internalContext); | ||
await _cs.serie(constants.FINISH, internalContext); | ||
@@ -310,0 +310,0 @@ |