aws-lambda-api-tools 0.1.1 → 0.1.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 +2 -2
package/README.md CHANGED
@@ -32,7 +32,7 @@ While the core functionality is stable and proven, I'm releasing this as an alph
32
32
  - 📝 **OpenAPI/Swagger** - Automatic API documentation generation
33
33
  - 🔍 **Type Safety** - Comprehensive TypeScript support
34
34
  - 🎯 **Path Parameters** - Support for dynamic route parameters
35
- - ⚡ **Performance** - Optimized for AWS Lambda execution
35
+ - ⚡ **Performance** - Optimized for AWS Lambda execution.
36
36
 
37
37
  ## Installation
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-lambda-api-tools",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git@github.com:wesreid/pkg-core-app-sdk.git"
18
+ "url": "git@github.com:wesreid/aws-lambda-api-tools.git"
19
19
  },
20
20
  "keywords": [],
21
21
  "author": "",