testdriverai 5.6.5 → 5.6.6

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.
Files changed (2) hide show
  1. package/agent.js +1 -1
  2. package/package.json +1 -1
package/agent.js CHANGED
@@ -1108,7 +1108,7 @@ let run = async (file = thisFile, shouldSave = false, shouldExit = true) => {
1108
1108
  } else {
1109
1109
 
1110
1110
  let markdown = `\`\`\`yaml
1111
- ${yaml.dump(step)}
1111
+ ${yaml.dump(step)}
1112
1112
  \`\`\``;
1113
1113
 
1114
1114
  logger.debug(markdown);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.6.5",
3
+ "version": "5.6.6",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {