testdriverai 4.0.0 → 4.0.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.
package/lib/sdk.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // custom "sdk" for calling our API
2
- const root = "http://api.testdriver.ai";
2
+ const root = "https://replayable-api-production.herokuapp.com";
3
3
  const chalk = require('chalk');
4
4
  const axios = require('axios');
5
5
  const session = require('./session')
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
7
- "testdriver": "./index.js"
7
+ "testdriverai": "./index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "start": "node index.js",
package/subimage/index.js CHANGED
File without changes