diff --git a/package-lock.json b/package-lock.json index 0188d33..8793359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-sdk-mock", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aws-sdk-mock", - "version": "6.0.1", + "version": "6.0.2", "license": "Apache-2.0", "dependencies": { "aws-sdk": "^2.1231.0", diff --git a/package.json b/package.json index 89cc7d9..0fe2c9c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "aws-sdk-mock", - "version": "6.0.1", + "version": "6.0.2", "description": "Functions to mock the JavaScript aws-sdk", - "type": "module", - "main": "dist/index.cjs", + "main": "dist/index.js", + "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", @@ -15,7 +15,7 @@ "nocov": "ts-mocha test/**/*.spec.ts", "test": "nyc ts-mocha test/**/*.spec.ts && tsd", "coverage": "nyc --report html ts-mocha test/**/*.spec.ts && open coverage/index.html", - "build": "tsup src/index.ts --format cjs, esm, --dts" + "build": "tsup src/index.ts --format esm,cjs --dts" }, "repository": { "type": "git",