@mondart/nestjs-common-module 1.1.22 → 1.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ class EnvValidator {
8
8
  this.extendedClasses = extendedClasses;
9
9
  }
10
10
  validate(configuration) {
11
- let errors = [];
11
+ const errors = [];
12
12
  let transformedConfiguration = {};
13
13
  this.extendedClasses.forEach((schema) => {
14
14
  const finalConfig = (0, class_transformer_1.plainToClass)(schema, configuration, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondart/nestjs-common-module",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Mondart"
@@ -17,7 +17,7 @@
17
17
  "test": "jest",
18
18
  "test:watch": "jest --watch",
19
19
  "test:cov": "jest --coverage",
20
- "test:e2e": "jest --config ./test/jest-e2e.json",
20
+ "test:unit": "jest --config ./test/jest-unit.json",
21
21
  "build:docs": "npx compodoc -p tsconfig.build.json -d docs -o -s --theme material"
22
22
  },
23
23
  "dependencies": {
@@ -39,13 +39,17 @@
39
39
  "npm": "^10.8.1",
40
40
  "reflect-metadata": "^0.2.0",
41
41
  "rxjs": "^7.8.1",
42
+ "sqlite3": "^5.1.7",
42
43
  "typeorm": "^0.3.20"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@nestjs/cli": "^10.0.0",
46
47
  "@nestjs/schematics": "^10.0.0",
48
+ "@nestjs/testing": "^10.0.0",
47
49
  "@types/express": "^4.17.17",
50
+ "@types/jest": "^29.5.2",
48
51
  "@types/node": "^20.3.1",
52
+ "@types/supertest": "^6.0.0",
49
53
  "@typescript-eslint/eslint-plugin": "^6.0.0",
50
54
  "@typescript-eslint/parser": "^6.0.0",
51
55
  "eslint": "^8.42.0",