@stamhoofd/crons
Advanced tools
Comparing version 2.64.0 to 2.65.0
@@ -87,3 +87,3 @@ "use strict"; | ||
crons().catch(console.error); | ||
}, 5 * 60 * 1000); | ||
}, STAMHOOFD.environment === 'development' ? 10 * 1000 : 5 * 60 * 1000); | ||
crons().catch(console.error); | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "@stamhoofd/crons", | ||
"version": "2.64.0", | ||
"version": "2.65.0", | ||
"main": "./dist/index.js", | ||
@@ -18,3 +18,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "80eebbb0b4fb84ac979041c3f8c7762863622367" | ||
"gitHead": "16bb6a7ce183c964158cee5d1581de6e7575133d" | ||
} |
@@ -98,3 +98,3 @@ import { logger, StyledText } from '@simonbackx/simple-logging'; | ||
crons().catch(console.error); | ||
}, 5 * 60 * 1000); | ||
}, STAMHOOFD.environment === 'development' ? 10 * 1000 : 5 * 60 * 1000); | ||
crons().catch(console.error); | ||
@@ -101,0 +101,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45544