@walkeros/server-source-aws 2.1.1 → 2.2.0-next-1773136823705

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,5 +1,21 @@
1
1
  # @walkeros/server-source-aws
2
2
 
3
+ ## 2.2.0-next-1773136823705
4
+
5
+ ### Patch Changes
6
+
7
+ - 499e27a: Add sideEffects declarations to all packages for bundler tree-shaking
8
+ support.
9
+ - Updated dependencies [2b259b6]
10
+ - Updated dependencies [37299a9]
11
+ - Updated dependencies [499e27a]
12
+ - Updated dependencies [d11f574]
13
+ - Updated dependencies [d11f574]
14
+ - Updated dependencies [499e27a]
15
+ - Updated dependencies [c83d909]
16
+ - Updated dependencies [b6c8fa8]
17
+ - @walkeros/core@2.2.0-next-1773136823705
18
+
3
19
  ## 2.1.1
4
20
 
5
21
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-source-aws",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "type": "source",
6
6
  "platform": "server"
7
7
  },
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@walkeros/server-source-aws",
3
3
  "description": "AWS server sources for walkerOS (Lambda, API Gateway, Function URLs)",
4
- "version": "2.1.1",
4
+ "version": "2.2.0-next-1773136823705",
5
5
  "license": "MIT",
6
+ "sideEffects": false,
6
7
  "main": "./dist/index.js",
7
8
  "module": "./dist/index.mjs",
8
9
  "types": "./dist/index.d.ts",
@@ -21,14 +22,14 @@
21
22
  "update": "npx npm-check-updates -u && npm update"
22
23
  },
23
24
  "dependencies": {
24
- "@walkeros/core": "^2.1.1"
25
+ "@walkeros/core": "2.2.0-next-1773136823705"
25
26
  },
26
27
  "peerDependencies": {
27
28
  "@types/aws-lambda": "^8.10.0"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@types/aws-lambda": "^8.10.159",
31
- "@walkeros/collector": "^2.1.1"
32
+ "@walkeros/collector": "2.2.0-next-1773136823705"
32
33
  },
33
34
  "repository": {
34
35
  "url": "git+https://github.com/elbwalker/walkerOS.git",