diff --git a/lib/status.ts b/lib/classes/status.ts similarity index 100% rename from lib/status.ts rename to lib/classes/status.ts diff --git a/lib/transaction.ts b/lib/classes/transaction.ts similarity index 100% rename from lib/transaction.ts rename to lib/classes/transaction.ts diff --git a/package.json b/package.json index 206d42a..abd8f7d 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,15 @@ "node": ">=10.0.0" }, "devDependencies": { - "@scode/eslint-config-ts": "^1.0.4", + "@scode/eslint-config-ts": "^1.0.11", "@stryker-mutator/core": "^3.1.0", "@stryker-mutator/javascript-mutator": "^3.1.0", "eslint": "^6.8.0", - "nyc": "^15.0.1" + "nyc": "^15.0.1", + "typescript": "^3.8.3" }, "dependencies": { "@scode/consts": "^1.0.15", - "@types/express": "^4.17.4", - "typescript": "^3.8.3" + "@types/express": "^4.17.4" } } diff --git a/yarn.lock b/yarn.lock index b64db0e..d872def 100644 --- a/yarn.lock +++ b/yarn.lock @@ -223,9 +223,9 @@ integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== "@scode/consts@^1.0.15": - version "1.0.15" - resolved "https://npm.scode.ovh/@scode%2fconsts/-/consts-1.0.15.tgz#a1ba2da5e89d2fe5aa3ab39eea9f6eb1f41425a9" - integrity sha512-OX5Rtkj5ClS/Td05iBgyLyvspOzWoGD3iCquj3L6hRvtQqXlk4tVPQ94QBFWOVqB3ZAQFaqKewleLl8jAiAzEw== + version "1.0.16" + resolved "https://npm.scode.ovh/@scode%2fconsts/-/consts-1.0.16.tgz#89cf3a855ae8b6883cf2c51bb122f3a385922a48" + integrity sha512-T2YeiJIiok+LDpsTh6/IVLxCl8/NyHOM0zeyeoo54TR1Dwp0M1u0CI38vua0S1GGuyPo+l5KLGl5lQjvx7++Ng== "@scode/eslint-config-es6@^1.0.1": version "1.0.12" @@ -235,7 +235,7 @@ "@scode/eslint-config" "^2.0.1" eslint-plugin-import "^2.20.1" -"@scode/eslint-config-ts@^1.0.4": +"@scode/eslint-config-ts@^1.0.11": version "1.0.11" resolved "https://npm.scode.ovh/@scode%2feslint-config-ts/-/eslint-config-ts-1.0.11.tgz#302e41773f1eb3c18f6c333df27f01c6681d1a93" integrity sha512-QPXR98FCZ6IIyUHlgBoK48bhxz7mnlEbGEs0bQ3okBEpnsnGv9VQrbrHw4Kt9iwgBslSroXN0Dns8Bb3WxgyfA==