@walkeros/server-source-aws 0.6.1 → 1.0.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/CHANGELOG.md +7 -43
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,51 +1,15 @@
|
|
|
1
1
|
# @walkeros/server-source-aws
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 1.0.0
|
|
4
4
|
|
|
5
|
-
###
|
|
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
|
|
5
|
+
### Major Changes
|
|
31
6
|
|
|
32
|
-
-
|
|
33
|
-
- @walkeros/core@0.5.0
|
|
7
|
+
- 67c9e1d: Hello World! walkerOS v1.0.0
|
|
34
8
|
|
|
35
|
-
|
|
9
|
+
Open-source event data collection. Collect event data for digital analytics in
|
|
10
|
+
a unified and privacy-centric way.
|
|
36
11
|
|
|
37
12
|
### Patch Changes
|
|
38
13
|
|
|
39
|
-
-
|
|
40
|
-
-
|
|
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
|
|
14
|
+
- Updated dependencies [67c9e1d]
|
|
15
|
+
- @walkeros/core@1.0.0
|
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": "1.0.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": "1.0.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@types/aws-lambda": "^8.10.0"
|