testdriverai 7.2.33 → 7.2.34

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.
@@ -235,10 +235,7 @@ commands:
235
235
  timestamp: Date.now(),
236
236
  });
237
237
 
238
- await Promise.all([
239
- sdk.req("ran", { command: object.command, data: object }),
240
- analytics.track("command", { data: object, depth, timing }),
241
- ]);
238
+ analytics.track("command", { data: object, depth, timing });
242
239
 
243
240
  return response;
244
241
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.2.33",
3
+ "version": "7.2.34",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "exports": {