electrodb
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -103,2 +103,6 @@ # Changelog | ||
### Fixed | ||
- Improved .npmignore to remove playground oriented files, and created official directory to keep playground in sync with library changes. | ||
- Improved .npmignore to remove playground oriented files, and created official directory to keep playground in sync with library changes. | ||
## [1.4.6] = 2021-10-20 | ||
### Added, Fixed | ||
- Adding Entity identifiers to all update operations. When primary index composite attributes were added in 1.4.4, entities were written properly but did not include the identifiers. This resulted in entities being written but not being readable without the query option `ignoreOwnership` being used. |
{ | ||
"name": "electrodb", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
542031
7733