@ftschopp/dynatable-migrations 1.0.0 → 1.1.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # @ftschopp/dynatable-migrations [1.1.0](https://github.com/ftschopp/dynatable/compare/@ftschopp/dynatable-migrations@1.0.0...@ftschopp/dynatable-migrations@1.1.0) (2026-01-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * improve types ([3a87c5c](https://github.com/ftschopp/dynatable/commit/3a87c5c37565f92d8c4a4790396eefa57cd9a5c5))
7
+
1
8
  # @ftschopp/dynatable-migrations 1.0.0 (2026-01-10)
2
9
 
3
10
 
package/README.md CHANGED
@@ -9,8 +9,8 @@ DynamoDB migration tool for single table design with schema versioning.
9
9
  - 🔄 **Up/Down Migrations** - Support for both applying and rolling back migrations
10
10
  - 📝 **Migration History** - All migration records stored in your DynamoDB table using Single Table Design
11
11
  - 🎯 **TypeScript First** - Full TypeScript support with type safety
12
- - 🛠️ **CLI Tool** - Easy-to-use command-line interface
13
- - 📦 **Zero Dependencies** - Only requires AWS SDK
12
+ - 🛠️ **CLI Tool** - Easy-to-use command-line interface with beautiful UI (ora, chalk)
13
+ - 📦 **Minimal Dependencies** - Only requires AWS SDK and CLI tools (commander, ora, chalk)
14
14
 
15
15
  ## Installation
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ftschopp/dynatable-migrations",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "DynamoDB migration tool for single table design with schema versioning",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",