@effect-aws/lambda
Advanced tools
+6
-0
| # @effect-aws/lambda | ||
| ## 1.0.2 | ||
| ### Patch Changes | ||
| - [`88676ae`](https://github.com/floydspace/effect-aws/commit/88676ae3a5f7fa514cab58ba83a50a0774be1aa1) Thanks [@floydspace](https://github.com/floydspace)! - use effect@~2.2 as maximum allowed peer version | ||
| ## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
+2
-2
@@ -29,3 +29,3 @@ { | ||
| "peerDependencies": { | ||
| "effect": "^2.0.1" | ||
| "effect": ">=2.0.1 <2.3.0" | ||
| }, | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
| }, | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "types": "lib/index.d.ts", | ||
@@ -41,0 +41,0 @@ "module": "lib/esm/index.js", |
23909
1.04%