navis.js 3.0.0 → 3.0.2

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Syed Iman Ali
3
+ Copyright (c) 2026 Syed Imran Ali
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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 Iman Ali
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 Iman Ali**
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.0",
3
+ "version": "3.0.2",
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 Iman Ali",
33
+ "author": "Syed Imran Ali",
34
34
  "license": "MIT",
35
35
  "repository": {
36
36
  "type": "git",