@gitrows/gitrows-utils
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -102,5 +102,5 @@ const AWS = require('aws-sdk'); | ||
createLock:(id)=>ddba._putItem('gitrows-transactions',{id:id,expire:Math.floor(Date.now()/1000)+3600},{ConditionExpression: 'attribute_not_exists(id)'}), | ||
createLock:(id)=>ddb.put({TableName: 'gitrows-transactions',Item: {id:id,expire:Math.floor(Date.now()/1000)+3600},ConditionExpression: 'attribute_not_exists(id)'}).promise(), | ||
}; | ||
module.exports = ddba; |
{ | ||
"name": "@gitrows/gitrows-utils", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Data and string handling utilities for @gitrows", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20855