@walkeros/server-source-aws 0.6.1 → 0.8.0
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/package.json +2 -2
- package/CHANGELOG.md +0 -51
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-source-aws",
|
|
3
3
|
"description": "AWS server sources for walkerOS (Lambda, API Gateway, Function URLs)",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"update": "npx npm-check-updates -u && npm update"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@walkeros/core": "0.
|
|
23
|
+
"@walkeros/core": "0.8.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@types/aws-lambda": "^8.10.0"
|
package/CHANGELOG.md
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# @walkeros/server-source-aws
|
|
2
|
-
|
|
3
|
-
## 0.6.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [f5120b2]
|
|
8
|
-
- @walkeros/core@0.7.0
|
|
9
|
-
|
|
10
|
-
## 0.0.0-next-20251219153324
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated dependencies [5163b01]
|
|
15
|
-
- @walkeros/core@0.0.0-next-20251219153324
|
|
16
|
-
|
|
17
|
-
## 0.5.1-next.0
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- Updated dependencies [5163b01]
|
|
22
|
-
- @walkeros/core@0.5.1-next.0
|
|
23
|
-
|
|
24
|
-
## 0.5.0
|
|
25
|
-
|
|
26
|
-
### Minor Changes
|
|
27
|
-
|
|
28
|
-
- just flow
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- Updated dependencies
|
|
33
|
-
- @walkeros/core@0.5.0
|
|
34
|
-
|
|
35
|
-
## 0.4.2
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- Initial release of AWS Lambda source
|
|
40
|
-
- Support for API Gateway v1, v2, and Function URLs
|
|
41
|
-
- CORS configuration (default and custom)
|
|
42
|
-
- GET pixel tracking with 1x1 GIF
|
|
43
|
-
- POST event ingestion
|
|
44
|
-
- Health check endpoint
|
|
45
|
-
- Request ID tracking
|
|
46
|
-
- Logging integration
|
|
47
|
-
- Zod schema validation
|
|
48
|
-
- Base64 body decoding
|
|
49
|
-
- TypeScript type safety
|
|
50
|
-
- Updated dependencies
|
|
51
|
-
- @walkeros/core@0.4.2
|