@modular-rest/server 1.13.2 → 1.13.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,7 +58,7 @@ createRest({
58
58
  - Event system
59
59
  - Extensible architecture
60
60
 
61
- ## TypeScript Support
61
+ ## TypeScript Support
62
62
 
63
63
  This package includes full TypeScript type definitions for all API components. The entire codebase is written in TypeScript, providing:
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modular-rest/server",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
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",