@12stonechurch/omnihive-worker-common
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -35,3 +35,3 @@ "use strict"; | ||
logInsert.insert(logObject, ["Audit_Item_ID"]); | ||
const auditLogResults = yield databaseWorker.executeQuery(logInsert.toString()); | ||
const auditLogResults = yield databaseWorker.executeQuery(logInsert.toString(), true); | ||
const auditItemId = auditLogResults[0][0].Audit_Item_ID; | ||
@@ -55,3 +55,3 @@ if (auditObject.detail) { | ||
detailInsert.insert(detailObject); | ||
yield databaseWorker.executeQuery(detailInsert.toString()); | ||
yield databaseWorker.executeQuery(detailInsert.toString(), true); | ||
} | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@12stonechurch/omnihive-worker-common", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "OmniHive Custom Function package", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@12stonechurch/omnihive-worker-cloudinary": "2.0.10", | ||
"@12stonechurch/omnihive-worker-elastic": "2.0.10", | ||
"@12stonechurch/omnihive-worker-cloudinary": "2.0.11", | ||
"@12stonechurch/omnihive-worker-elastic": "2.0.11", | ||
"@withonevision/omnihive-client": "6.2.54", | ||
@@ -31,0 +31,0 @@ "@withonevision/omnihive-core": "6.2.54", |
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
32040
+ Added@12stonechurch/omnihive-worker-cloudinary@2.0.11(transitive)
+ Added@12stonechurch/omnihive-worker-elastic@2.0.11(transitive)
- Removed@12stonechurch/omnihive-worker-cloudinary@2.0.10(transitive)
- Removed@12stonechurch/omnihive-worker-elastic@2.0.10(transitive)