@modular-rest/server 1.12.0 → 1.12.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  TypeScript version of a Node.js module based on Koa.js for developing REST APIs in a modular solution.
4
4
 
5
- ## Version 2.0 Breaking Changes
5
+ ## Version 1.12 Breaking Changes
6
6
 
7
- The 2.0 release includes several breaking changes:
7
+ The 1.12 release includes several breaking changes:
8
8
 
9
9
  - Complete rewrite in TypeScript with full type safety and improved IDE support
10
10
  - Auto-generated API documentation using TypeDoc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modular-rest/server",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "TypeScript version of a nodejs module based on KOAJS for developing Rest-APIs in a modular solution.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",