Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 40eacc3

Browse files
committed
Merge branch 'release/1.0.8'
2 parents ad87289 + 52ad471 commit 40eacc3

File tree

4 files changed

+45
-110
lines changed

4 files changed

+45
-110
lines changed

.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [davesag]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ I've paired this right back to the simplest, most generic API I could, so there'
9595

9696
### Prerequisites
9797

98-
- [NodeJS](htps://nodejs.org), version 10.16.3 (LTS) or better. (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
98+
- [NodeJS](htps://nodejs.org), version 12.13.0 (LTS) or better. (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
9999
- [Docker](https://www.docker.com) if you want to use the Swagger Editor. (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the `homebrew` version)
100100

101101
### To build and run locally

package-lock.json

+36-104
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davesag/api-server-boilerplate",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Dave Sag's boilerplate code for a swagger based API server",
55
"main": "index.js",
66
"engines": {
@@ -41,10 +41,10 @@
4141
"cors": "^2.8.5",
4242
"dotenv": "^8.2.0",
4343
"express": "^4.17.1",
44-
"http-status-codes": "^1.3.2",
44+
"http-status-codes": "^1.4.0",
4545
"node-http-error": "^2.0.0",
4646
"route-async": "^1.0.5",
47-
"swagger-routes-express": "^3.1.0",
47+
"swagger-routes-express": "^3.1.1",
4848
"swagger-ui-express": "^4.1.2",
4949
"traverse-folders": "^1.1.0",
5050
"yamljs": "^0.3.0"
@@ -57,8 +57,8 @@
5757
"chai": "^4.2.0",
5858
"chai-almost": "^1.0.1",
5959
"chai-as-promised": "^7.1.1",
60-
"eslint": "^6.5.1",
61-
"eslint-config-prettier": "^6.4.0",
60+
"eslint": "^6.6.0",
61+
"eslint-config-prettier": "^6.5.0",
6262
"eslint-config-standard": "^14.1.0",
6363
"eslint-plugin-import": "^2.18.2",
6464
"eslint-plugin-mocha": "^6.2.0",

0 commit comments

Comments
 (0)