@thzero/library_server_koa 0.15.37 → 0.15.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,10 +6,12 @@
6
6
 
7
7
  An opinionated library of common functionality to bootstrap a Koa based API application.
8
8
 
9
- ### Installation
9
+ ## Requirements
10
10
 
11
- [![NPM](https://nodei.co/npm/@thzero/library_server.png?compact=true)](https://npmjs.org/package/@thzero/library_server_koa)
11
+ ### NodeJs
12
12
 
13
- ### Requirements
13
+ [NodeJs](https://nodejs.org) version 18+
14
14
 
15
- #### library_server
15
+ ### Installation
16
+
17
+ [![NPM](https://nodei.co/npm/@thzero/library_server.png?compact=true)](https://npmjs.org/package/@thzero/library_server_koa)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@thzero/library_server_koa",
3
3
  "type": "module",
4
- "version": "0.15.37",
4
+ "version": "0.15.39",
5
5
  "version_major": 0,
6
6
  "version_minor": 15,
7
- "version_patch": 37,
8
- "version_date": "11/23/2022",
7
+ "version_patch": 39,
8
+ "version_date": "12/11/2022",
9
9
  "description": "An opinionated library of common functionality to bootstrap a Koa based API application.",
10
10
  "author": "thZero",
11
11
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@koa/cors": "^4.0.0",
29
29
  "@koa/router": "^12.0.0",
30
- "koa": "^2.13.4",
30
+ "koa": "^2.14.1",
31
31
  "koa-body": "^6.0.1",
32
32
  "koa-helmet": "^6.1.0",
33
33
  "koa-static": "^5.0.0"