@komaci/prefetch 264.4.0 → 266.3.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.
@@ -391,7 +391,7 @@ export class PrefetchService {
391
391
  if (this.adgMap.size > 0) {
392
392
  // if all current runs are all done but with addresses left in the adgMap
393
393
  // go process them. Schedule via microtask to avoid unbounded synchronous
394
- // recursion when resolvers complete synchronously (W-22146685).
394
+ // recursion when resolvers complete synchronously.
395
395
  Promise.resolve().then(() => this.bulkResolveGuard());
396
396
  }
397
397
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/prefetch",
3
- "version": "264.4.0",
3
+ "version": "266.3.0",
4
4
  "description": "Komaci prefetch service.",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {