Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* added remoteConnectionTimeout schema

* 8.4.7-rc.18
  • Loading branch information
saikrishna321 committed Mar 13, 2024
1 parent 27e1519 commit 8f9a516
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-device-farm",
"version": "8.4.7-rc.17",
"version": "8.4.7-rc.18",
"description": "An appium 2.0 plugin that manages and create driver session on available devices",
"main": "./lib/src/main.js",
"scripts": {
Expand Down Expand Up @@ -257,6 +257,9 @@
},
"bootedSimulators": {
"type": "boolean"
},
"remoteConnectionTimeout": {
"type": "number"
}
},
"title": "Appium device farm plugin",
Expand Down

0 comments on commit 8f9a516

Please sign in to comment.