@exabugs/dynamodb-client 1.2.2 → 1.2.5

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,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.5] - 2026-01-02
11
+
12
+ ### Fixed
13
+
14
+ - **npmパブリッシュ再実行**: v1.2.4のパブリッシュ失敗により再パブリッシュ
15
+ - ビルド成果物(`dist/server/query/nearSearch.js`)が正しく含まれることを確認
16
+ - `$near`オペレータが正常に動作することを確認
17
+
18
+ ## [1.2.3] - 2026-01-02
19
+
20
+ ### Fixed
21
+
22
+ - **ビルド成果物の確実な更新**: v1.2.2で$nearオペレータのコードが含まれていなかった問題を修正
23
+ - ビルド後に確実にnpmパブリッシュを実行
24
+ - `dist/server/handler.cjs`に最新のコードが含まれることを確認
25
+
10
26
  ## [1.2.2] - 2026-01-02
11
27
 
12
28
  ### Fixed
@@ -1,5 +1,5 @@
1
- // @exabugs/dynamodb-client v1.2.2
2
- // Built: 2026-01-02T07:11:32.471Z
1
+ // @exabugs/dynamodb-client v1.2.5
2
+ // Built: 2026-01-02T07:31:05.283Z
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": "1.2.2",
3
+ "version": "1.2.5",
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",