@exabugs/dynamodb-client 1.2.0 → 1.2.2
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 +10 -0
- package/dist/server/handler.cjs +2 -2
- package/package.json +1 -1
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
|
+
## [1.2.2] - 2026-01-02
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **Terraform設定のリバート**: `source_dir`から`source_file`に戻す
|
|
15
|
+
- dynamodb-clientはTerraformコードを内包して提供するライブラリ
|
|
16
|
+
- `source_file`で`handler.cjs`のみを監視するのが正しい設計
|
|
17
|
+
- asanowaプロジェクト側の変更(node_modules等)は、asanowa側のTerraformで検知すべき
|
|
18
|
+
- v1.2.1の変更(コミットd535ba3f9019fd9c178998988300c358b4634222)をリバート
|
|
19
|
+
|
|
10
20
|
## [1.2.0] - 2026-01-02
|
|
11
21
|
|
|
12
22
|
### Added
|
package/dist/server/handler.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exabugs/dynamodb-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
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",
|