@walkeros/server-source-aws 1.0.6-next-1771437276893 → 2.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 CHANGED
@@ -1,13 +1,13 @@
1
1
  # @walkeros/server-source-aws
2
2
 
3
- ## 1.0.6-next-1771437276893
3
+ ## 1.0.6
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 95f51bc: Replace Jest matchers with plain values in examples for walkerOS.json
8
8
  generation
9
9
  - Updated dependencies [7b2d750]
10
- - @walkeros/core@1.4.0-next-1771437276893
10
+ - @walkeros/core@1.4.0
11
11
 
12
12
  ## 1.0.5
13
13
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-source-aws",
4
- "version": "1.0.5",
4
+ "version": "2.0.0",
5
5
  "type": "source",
6
6
  "platform": "server"
7
7
  },
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": "1.0.6-next-1771437276893",
4
+ "version": "2.0.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -21,14 +21,14 @@
21
21
  "update": "npx npm-check-updates -u && npm update"
22
22
  },
23
23
  "dependencies": {
24
- "@walkeros/core": "1.4.0-next-1771437276893"
24
+ "@walkeros/core": "^2.0.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@types/aws-lambda": "^8.10.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/aws-lambda": "^8.10.159",
31
- "@walkeros/collector": "2.0.0-next-1771437276893"
31
+ "@walkeros/collector": "^2.0.0"
32
32
  },
33
33
  "repository": {
34
34
  "url": "git+https://github.com/elbwalker/walkerOS.git",