donobu 5.36.3 → 5.36.4

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.
@@ -13,6 +13,7 @@ exports.renderHtml = renderHtml;
13
13
  const fs_1 = require("fs");
14
14
  const path_1 = require("path");
15
15
  const ansi_1 = require("../utils/ansi");
16
+ const MiscUtils_1 = require("../utils/MiscUtils");
16
17
  const reportWalk_1 = require("./reportWalk");
17
18
  // ---------------------------------------------------------------------------
18
19
  // Helpers
@@ -1994,7 +1995,7 @@ details.ai-invocation[open]>summary .native-step-chevron{transform:rotate(90deg)
1994
1995
 
1995
1996
  <div class="report-footer">
1996
1997
  <div class="footer-brand"><span class="logo">${LOGO_SVG}</span> Donobu</div>
1997
- <span>Report Generated By Donobu</span>
1998
+ <span>Report Generated By Donobu v${esc(MiscUtils_1.MiscUtils.DONOBU_VERSION)}</span>
1998
1999
  </div>
1999
2000
  </div>
2000
2001
 
@@ -13,6 +13,7 @@ exports.renderHtml = renderHtml;
13
13
  const fs_1 = require("fs");
14
14
  const path_1 = require("path");
15
15
  const ansi_1 = require("../utils/ansi");
16
+ const MiscUtils_1 = require("../utils/MiscUtils");
16
17
  const reportWalk_1 = require("./reportWalk");
17
18
  // ---------------------------------------------------------------------------
18
19
  // Helpers
@@ -1994,7 +1995,7 @@ details.ai-invocation[open]>summary .native-step-chevron{transform:rotate(90deg)
1994
1995
 
1995
1996
  <div class="report-footer">
1996
1997
  <div class="footer-brand"><span class="logo">${LOGO_SVG}</span> Donobu</div>
1997
- <span>Report Generated By Donobu</span>
1998
+ <span>Report Generated By Donobu v${esc(MiscUtils_1.MiscUtils.DONOBU_VERSION)}</span>
1998
1999
  </div>
1999
2000
  </div>
2000
2001
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donobu",
3
- "version": "5.36.3",
3
+ "version": "5.36.4",
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",