Comparing version 2.2.0 to 2.2.1
@@ -40,3 +40,3 @@ "use strict"; | ||
else { | ||
const id = ShortID.generate(); | ||
const id = UUIDV4(); | ||
this.put({ | ||
@@ -76,3 +76,3 @@ TableName: 'idea_IUID', Item: { project: project, id: id }, | ||
else { | ||
const id = UUIDV4(); | ||
const id = ShortID.generate(); | ||
this.put({ | ||
@@ -79,0 +79,0 @@ TableName: 'idea_ISID', Item: { project: project, id: id }, |
{ | ||
"name": "idea-aws", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -39,3 +39,3 @@ import AWS = require('aws-sdk'); | ||
else { | ||
const id = ShortID.generate(); | ||
const id = UUIDV4(); | ||
this.put({ | ||
@@ -73,3 +73,3 @@ TableName: 'idea_IUID', Item: { project: project, id: id }, | ||
else { | ||
const id = UUIDV4(); | ||
const id = ShortID.generate(); | ||
this.put({ | ||
@@ -76,0 +76,0 @@ TableName: 'idea_ISID', Item: { project: project, id: id }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet