Comparing version 0.1.1 to 0.1.2
@@ -8,2 +8,8 @@ # API Joe Changelog | ||
## [v0.1.2] - 2020-02-14 | ||
### Changed | ||
- nodecaf patch version (upgrade) | ||
- app name attribute to API Joe | ||
## [v0.1.1] - 2020-02-12 | ||
@@ -10,0 +16,0 @@ |
@@ -8,4 +8,4 @@ const periodo = require('periodo'); | ||
let app = new AppServer(__dirname + '/default.toml'); | ||
app.name = 'API Gateway'; | ||
app.version = '0.1.1'; | ||
app.name = 'API Joe'; | ||
app.version = '0.1.2'; | ||
app.shouldParseBody = false; | ||
@@ -12,0 +12,0 @@ app.alwaysRebuildAPI = true; |
{ | ||
"name": "api-joe", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "An API Gateway to easily expose your services to web clients", | ||
@@ -40,5 +40,5 @@ "main": "lib/main.js", | ||
"muhb": "^3.0.0", | ||
"nodecaf": "^0.8.0", | ||
"nodecaf": "^0.8.1", | ||
"periodo": "^0.1.1" | ||
} | ||
} |
@@ -27,3 +27,3 @@ # [API Joe](https://gitlab.com/GCSBOSS/api-joe) | ||
timeout = 3000 | ||
onSuccess = 'http://webhook.com/auth-success' | ||
onSuccess = 'http://webhook-url/auth-success' | ||
@@ -30,0 +30,0 @@ [redis] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20602
20
Updatednodecaf@^0.8.1