querysub 0.232.0 → 0.233.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "querysub",
3
- "version": "0.232.0",
3
+ "version": "0.233.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "note1": "note on node-forge fork, see https://github.com/digitalbazaar/forge/issues/744 for details",
@@ -443,6 +443,7 @@ export async function machineApplyMain() {
443
443
  onServiceConfigChange(resyncServices);
444
444
 
445
445
  runInfinitePoll(timeInMinute, async () => {
446
+ console.log(magenta(`Quick outdated check at ${new Date().toISOString()}`));
446
447
  if (await quickIsOutdated()) {
447
448
  console.log(magenta("Likely outdated, resyncing now"));
448
449
  await resyncServices();