navis.js 3.0.0 → 3.0.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.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A lightweight, serverless-first, microservice API framework designed for AWS Lambda and Node.js.
|
|
4
4
|
|
|
5
|
-
**Author:** Syed
|
|
5
|
+
**Author:** Syed Imran Ali
|
|
6
6
|
|
|
7
7
|
## Philosophy
|
|
8
8
|
|
|
@@ -282,6 +282,6 @@ MIT
|
|
|
282
282
|
|
|
283
283
|
## Author
|
|
284
284
|
|
|
285
|
-
**Syed
|
|
285
|
+
**Syed Imran Ali**
|
|
286
286
|
|
|
287
287
|
Created with ❤️ for the serverless microservices community.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "navis.js",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "A lightweight, serverless-first, microservice API framework designed for AWS Lambda and Node.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"middleware",
|
|
31
31
|
"nodejs"
|
|
32
32
|
],
|
|
33
|
-
"author": "Syed
|
|
33
|
+
"author": "Syed Imran Ali",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|