Comparing version 0.11.0-rc1 to 0.11.0-rc2
@@ -108,2 +108,4 @@ const | ||
this.global = {}; | ||
if(this._alwaysRebuildAPI) | ||
@@ -115,3 +117,2 @@ this._api = new API(this, this._apiSpec); | ||
this.global = {}; | ||
await this._startup(this); | ||
@@ -118,0 +119,0 @@ |
{ | ||
"name": "nodecaf", | ||
"version": "0.11.0-rc1", | ||
"version": "0.11.0-rc2", | ||
"description": "Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
85737