donobu 5.35.0 → 5.35.1

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.
@@ -463,6 +463,7 @@ Use this information to return an appropriate JSON object.`,
463
463
  timeout: remaining,
464
464
  });
465
465
  Logger_1.appLogger.debug(`Locate cache HIT for: "${description}" — rebuilt locator from cache`);
466
+ Logger_1.appLogger.info(`Located: ${candidate}`);
466
467
  return candidate;
467
468
  }
468
469
  catch {
@@ -499,6 +500,7 @@ Use this information to return an appropriate JSON object.`,
499
500
  Logger_1.appLogger.debug(`Skipping locate cache for: "${description}" — failed to persist: ${error.message}`);
500
501
  }
501
502
  }
503
+ Logger_1.appLogger.info(`Located: ${locator}`);
502
504
  return locator;
503
505
  }
504
506
  finally {
@@ -463,6 +463,7 @@ Use this information to return an appropriate JSON object.`,
463
463
  timeout: remaining,
464
464
  });
465
465
  Logger_1.appLogger.debug(`Locate cache HIT for: "${description}" — rebuilt locator from cache`);
466
+ Logger_1.appLogger.info(`Located: ${candidate}`);
466
467
  return candidate;
467
468
  }
468
469
  catch {
@@ -499,6 +500,7 @@ Use this information to return an appropriate JSON object.`,
499
500
  Logger_1.appLogger.debug(`Skipping locate cache for: "${description}" — failed to persist: ${error.message}`);
500
501
  }
501
502
  }
503
+ Logger_1.appLogger.info(`Located: ${locator}`);
502
504
  return locator;
503
505
  }
504
506
  finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donobu",
3
- "version": "5.35.0",
3
+ "version": "5.35.1",
4
4
  "description": "Create browser automations with an LLM agent and replay them as Playwright scripts.",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/esm/main.js",