@walkeros/server-source-aws 0.8.0 → 1.0.1-next-1769158278557

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/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,23 @@
1
+ # @walkeros/server-source-aws
2
+
3
+ ## 1.0.1-next-1769158278557
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b65b773]
8
+ - Updated dependencies [20eca6e]
9
+ - @walkeros/core@1.0.1-next-1769158278557
10
+
11
+ ## 1.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - 67c9e1d: Hello World! walkerOS v1.0.0
16
+
17
+ Open-source event data collection. Collect event data for digital analytics in
18
+ a unified and privacy-centric way.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [67c9e1d]
23
+ - @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.8.0",
4
+ "version": "1.0.1-next-1769158278557",
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.8.0"
23
+ "@walkeros/core": "1.0.1-next-1769158278557"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@types/aws-lambda": "^8.10.0"