diff --git a/package-lock.json b/package-lock.json index d80e7cb..b2c611c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dynamodm", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dynamodm", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.515.0", diff --git a/package.json b/package.json index f58508e..9ec9662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamodm", - "version": "1.2.0", + "version": "1.3.0", "description": "Simple Document mapper for DynamoDB, inspired by mongoose.", "main": "index.js", "scripts": { @@ -20,7 +20,8 @@ "timeout": 60000 }, "files": [ - "index.js", "lib/*" + "index.js", + "lib/*" ], "keywords": [ "dynamodb",