testdriverai 5.5.3 → 5.5.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "5.5.3",
3
+ "version": "5.5.4",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {
package/schema.json CHANGED
@@ -69,10 +69,9 @@
69
69
  "properties": {
70
70
  "keys": {
71
71
  "type": "array",
72
- "items": {
72
+ "contains": {
73
73
  "type": "string",
74
74
  "enum": [
75
- [
76
75
  "backspace", "delete", "enter", "tab", "escape", "up", "down", "right", "left",
77
76
  "home", "end", "pageup", "pagedown", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
78
77
  "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", "f16", "f17", "f18", "f19",
@@ -87,7 +86,6 @@
87
86
  "lights_kbd_toggle", "lights_kbd_up", "lights_kbd_down", "a", "b", "c", "d", "e",
88
87
  "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u",
89
88
  "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"
90
- ]
91
89
  ]
92
90
  }
93
91
  }
@@ -415,8 +413,8 @@
415
413
  "method": {
416
414
  "type": "string",
417
415
  "enum": [
418
- "ai",
419
- "turbo"
416
+ "keyboard",
417
+ "mouse"
420
418
  ]
421
419
  }
422
420
  },