@walkeros/server-source-aws 2.2.0-next-1772811722420 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,20 @@
1
1
  # @walkeros/server-source-aws
2
2
 
3
- ## 2.2.0-next-1772811722420
3
+ ## 2.2.0-next-1773136823705
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 499e27a: Add sideEffects declarations to all packages for bundler tree-shaking
8
+ support.
9
+ - Updated dependencies [2b259b6]
7
10
  - Updated dependencies [37299a9]
11
+ - Updated dependencies [499e27a]
12
+ - Updated dependencies [d11f574]
13
+ - Updated dependencies [d11f574]
14
+ - Updated dependencies [499e27a]
8
15
  - Updated dependencies [c83d909]
9
16
  - Updated dependencies [b6c8fa8]
10
- - @walkeros/core@2.2.0-next-1772811722420
17
+ - @walkeros/core@2.2.0-next-1773136823705
11
18
 
12
19
  ## 2.1.1
13
20
 
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.2.0-next-1772811722420",
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.2.0-next-1772811722420"
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.2.0-next-1772811722420"
32
+ "@walkeros/collector": "2.2.0-next-1773136823705"
32
33
  },
33
34
  "repository": {
34
35
  "url": "git+https://github.com/elbwalker/walkerOS.git",