@exabugs/dynamodb-client 1.3.50 → 1.3.51

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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.51] - 2026-02-10
11
+
12
+ ### Changed
13
+
14
+ - FilterOperatorsをMongoDBOperatorsにリネーム(MongoDB互換性を明確化)
15
+ - Filter.yamlの$and/$orを再帰的参照に修正
16
+ - 各操作の結果型をOpenAPI仕様に追加(InsertOneResult, UpdateOneResult, DeleteOneResult等)
17
+ - openapi.bundled.yamlを生成し、型生成のソースとして使用
18
+ - package.jsonのgenerate-typesスクリプトをbundled.yamlから生成するように変更
19
+
20
+ ### Added
21
+
22
+ - src/server/types.tsに後方互換性のためのFilterOperatorsエイリアスを追加
23
+
10
24
  ## [1.3.50] - 2026-02-10
11
25
 
12
26
  ### Changed