@exabugs/dynamodb-client 1.3.55 → 1.4.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.
@@ -1,5 +1,5 @@
1
- // @exabugs/dynamodb-client v1.3.55
2
- // Built: 2026-03-05T02:32:49.521Z
1
+ // @exabugs/dynamodb-client v1.4.0
2
+ // Built: 2026-03-05T02:45:08.544Z
3
3
  "use strict";
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
@@ -34356,7 +34356,7 @@ async function handler(event) {
34356
34356
  return createCorsResponse(HTTP_STATUS.OK);
34357
34357
  }
34358
34358
  if (event.requestContext.http.method === "GET" && event.requestContext.http.path === "/version") {
34359
- const version = "1.3.55";
34359
+ const version = "1.4.0";
34360
34360
  return createSuccessResponse({ version, timestamp: (/* @__PURE__ */ new Date()).toISOString() }, requestId);
34361
34361
  }
34362
34362
  if (event.requestContext.http.method !== "POST") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exabugs/dynamodb-client",
3
- "version": "1.3.55",
3
+ "version": "1.4.0",
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",