@mondart/nestjs-common-module 1.3.1 → 1.3.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.
@@ -14,10 +14,6 @@ let IsDateRangeValidConstraint = class IsDateRangeValidConstraint {
14
14
  const [relatedPropertyNameOrCurrent, operator, timezone] = args.constraints;
15
15
  let compareTo;
16
16
  if (relatedPropertyNameOrCurrent === 'current') {
17
- console.log(moment
18
- .tz(timezone || moment.tz.guess())
19
- .startOf('day')
20
- .toISOString());
21
17
  compareTo = moment
22
18
  .tz(timezone || moment.tz.guess())
23
19
  .startOf('day')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondart/nestjs-common-module",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Mondart"