@wmfs/pg-model
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,13 @@ | ||
## [1.1.1](https://github.com/wmfs/pg-model/compare/v1.1.0...v1.1.1) (2018-07-30) | ||
### 🐛 Bug Fixes | ||
* Fix upsert when on conflict do nothing ([3483d8f](https://github.com/wmfs/pg-model/commit/3483d8f)) | ||
### 🛠 Builds | ||
* **deps-dev:** update semantic-release requirement to 15.9.1 ([78309e8](https://github.com/wmfs/pg-model/commit/78309e8)) | ||
# [1.1.0](https://github.com/wmfs/pg-model/compare/v1.0.2...v1.1.0) (2018-07-28) | ||
@@ -2,0 +14,0 @@ |
@@ -96,3 +96,3 @@ 'use strict' | ||
if (this.model.modifiedByField) { | ||
if (this.model.modifiedByField && whereParts.length > 0) { | ||
updateColumns.push(this.model.modifiedByField) | ||
@@ -99,0 +99,0 @@ parsedDoc.keyAndAttributeValues.push(this.model.currentUserFn()) |
{ | ||
"name": "@wmfs/pg-model", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Takes a relational database structure and returns model objects for noSQL-like abilities.", | ||
@@ -37,3 +37,3 @@ "author": "West Midlands Fire Service", | ||
"nyc": "12.0.2", | ||
"semantic-release": "15.8.1", | ||
"semantic-release": "15.9.1", | ||
"standard": "11.0.1", | ||
@@ -40,0 +40,0 @@ "@semantic-release/changelog": "3.0.0", |
Sorry, the diff of this file is not supported yet
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
134641