@mondart/nestjs-common-module 2.7.8 → 2.8.0
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.
|
@@ -18,7 +18,6 @@ let IsDateRangeValidConstraint = class IsDateRangeValidConstraint {
|
|
|
18
18
|
.tz(timezone || moment.tz.guess())
|
|
19
19
|
.startOf('day')
|
|
20
20
|
.toDate();
|
|
21
|
-
console.log('Compare To Date:', compareTo);
|
|
22
21
|
}
|
|
23
22
|
else {
|
|
24
23
|
compareTo = args.object[relatedPropertyNameOrCurrent];
|
|
@@ -31,7 +30,6 @@ let IsDateRangeValidConstraint = class IsDateRangeValidConstraint {
|
|
|
31
30
|
return true;
|
|
32
31
|
}
|
|
33
32
|
const convertedFrom = moment(from).endOf('day').toDate();
|
|
34
|
-
console.log('From Date:', from);
|
|
35
33
|
switch (operator) {
|
|
36
34
|
case '<':
|
|
37
35
|
return convertedFrom.getTime() < compareTo.getTime();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mondart/nestjs-common-module",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Mondart"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@keycloak/keycloak-admin-client": "^26.4.7",
|
|
25
|
-
"@keyv/redis": "
|
|
25
|
+
"@keyv/redis": "4.2.0",
|
|
26
26
|
"@nestjs/axios": "^4.0.0",
|
|
27
27
|
"@nestjs/cache-manager": "^3.0.0",
|
|
28
28
|
"@nestjs/common": "^11.1.10",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@types/redis": "^4.0.11",
|
|
40
40
|
"axios": "1.13.2",
|
|
41
41
|
"bottleneck": "^2.19.5",
|
|
42
|
-
"cache-manager": "
|
|
42
|
+
"cache-manager": "6.4.0",
|
|
43
43
|
"cache-manager-ioredis-yet": "^2.1.1",
|
|
44
44
|
"class-transformer": "^0.5.1",
|
|
45
45
|
"class-validator": "^0.14.3",
|