testdriverai 4.2.9 → 4.2.10

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.
@@ -10,7 +10,7 @@ jobs:
10
10
  with:
11
11
  node-version: 20
12
12
  - name: npm install
13
- run: npm install --only=dev --ignore-scripts
13
+ run: npm install -D --ignore-scripts
14
14
  - name: Run ESLint
15
15
  run: npx eslint
16
16
  - name: Run Prettier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {