@escapenavigator/utils 1.8.0 → 1.8.2

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.
@@ -15,7 +15,6 @@ function validateByDto(t) {
15
15
  return acc;
16
16
  }, {});
17
17
  const res = getErrors(errors);
18
- console.log(res);
19
18
  return res;
20
19
  };
21
20
  return validate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@escapenavigator/utils",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "test": "jest"
15
15
  },
16
16
  "dependencies": {
17
- "@escapenavigator/types": "^1.8.0",
17
+ "@escapenavigator/types": "^1.8.2",
18
18
  "axios": "^0.21.4",
19
19
  "class-transformer": "^0.5.1",
20
20
  "class-validator": "^0.13.2",
@@ -55,5 +55,5 @@
55
55
  "node_modules"
56
56
  ]
57
57
  },
58
- "gitHead": "1d109397b6f1e915f8a8f6de90b986aaf50da11c"
58
+ "gitHead": "074c1e3ddc7d296194ba671e775a30b2a6664555"
59
59
  }