Skip to content

Commit

Permalink
Merge d0d8cd1 into 67d5ec3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigal-hl committed May 1, 2021
2 parents 67d5ec3 + d0d8cd1 commit bddb0b0
Show file tree
Hide file tree
Showing 8 changed files with 245 additions and 330 deletions.
13 changes: 6 additions & 7 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "orator",
"version": "1.1.20",
"description": "Restful web API server.",
"version": "2.0.5",
"description": "Restful web API server. Using restify 6.",
"main": "source/Orator.js",
"scripts": {
"start": "node source/Orator.js",
Expand Down Expand Up @@ -37,16 +37,15 @@
"mocha": "5.2.0",
"supertest": "3.1.0"
},
"optionalDependencies": {
"v8-profiler": "^5.7.0"
},
"dependencies": {
"cachetrax": "^1.0.0",
"cluster": "^0.7.7",
"fable": "~1.0.2",
"fable-uuid": "~1.0.2",
"http-forward": "^0.1.3",
"request": "^2.88.0",
"restify": "~4.3.0"
"request": "^2.88.2",
"restify": "^6.4.0",
"restify-await-promise": "^2.2.0",
"restify-cors-middleware": "^1.1.1"
}
}

0 comments on commit bddb0b0

Please sign in to comment.