electrodb
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -114,2 +114,6 @@ # Changelog | ||
### Fixed | ||
- Fixed param naming conflict during updates, when map attribute shares a name with another (separate) attribute. | ||
- Fixed param naming conflict during updates, when map attribute shares a name with another (separate) attribute. | ||
## [1.4.8] = 2021-11-01 | ||
### Fixed | ||
- Addressed issue#90 to flip batchGet's response tuple type definition. |
{ | ||
"name": "electrodb", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,3 @@ { | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ | ||
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ | ||
// "strictNullChecks": true, /* Enable strict null checks. */ | ||
@@ -32,0 +32,0 @@ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
543051