dyno-table 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -234,7 +234,6 @@ await dinoTable.transaction(
234
234
  - ✅ All-or-nothing operations (ACID compliance)
235
235
  - 🛡️ Prevents race conditions and data inconsistencies
236
236
  - 📊 Supports up to 100 actions per transaction
237
- ```
238
237
 
239
238
  ### Batch Processing
240
239
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dyno-table",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A TypeScript library to simplify working with DynamoDB",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",