querysub 0.484.0 → 0.485.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.484.0",
3
+ "version": "0.485.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",
@@ -384,6 +384,11 @@ class ValidStateComputer {
384
384
  // Don't decide; leave pathValue.valid and storage alone. Schedule retry at outer level.
385
385
  for (let pathValue of valueGroup) {
386
386
  deferred.push(pathValue);
387
+ console.info(`Deferring value valid changing`, {
388
+ path: pathValue.path,
389
+ timeId: pathValue.time.time,
390
+ timeIdFull: pathValue.time,
391
+ });
387
392
  }
388
393
  continue;
389
394
  }