@exabugs/dynamodb-client 0.9.2 → 0.9.3

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
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.9.3] - 2024-12-31
11
+
12
+ ### Fixed
13
+
14
+ - **Lambda Handler**: Improved CORS and error handling
15
+ - Simplified CORS preflight handling with dedicated `createCorsResponse` function
16
+ - Improved error response structure with consistent CORS headers
17
+ - Enhanced error logging with request context
18
+ - Better separation of concerns between response builders and error handlers
19
+
10
20
  ## [0.9.2] - 2024-12-31
11
21
 
12
22
  ### Fixed
@@ -1,5 +1,5 @@
1
- // @exabugs/dynamodb-client v0.9.2
2
- // Built: 2025-12-30T15:30:51.446Z
1
+ // @exabugs/dynamodb-client v0.9.3
2
+ // Built: 2025-12-30T16:06:27.876Z
3
3
  "use strict";
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exabugs/dynamodb-client",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "DynamoDB Single-Table Client SDK with MongoDB-like API, Shadow Records, and Lambda implementation for serverless applications",
5
5
  "author": "exabugs",
6
6
  "license": "MIT",