appium-geckodriver 3.0.6 → 3.0.7
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/CHANGELOG.md +2 -0
- package/README.md +2 -2
- package/npm-shrinkwrap.json +15 -15
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
This is Appium driver for automating Gecko-based browsers (such as Firefox) and webviews on
|
|
28
|
-
platforms, including Android.
|
|
27
|
+
This is an Appium driver for automating Gecko-based browsers (such as Firefox) and webviews on
|
|
28
|
+
different platforms, including Android.
|
|
29
29
|
|
|
30
30
|
> [!IMPORTANT]
|
|
31
31
|
> Since major version *2.0.0*, this driver is only compatible with Appium 3.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-geckodriver",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-geckodriver",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^15.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/node": "^26.0.0",
|
|
29
29
|
"@types/portscanner": "^2.1.4",
|
|
30
30
|
"@types/tar-stream": "^3.1.4",
|
|
31
|
-
"conventional-changelog-conventionalcommits": "^
|
|
31
|
+
"conventional-changelog-conventionalcommits": "^10.2.0",
|
|
32
32
|
"prettier": "^3.0.0",
|
|
33
33
|
"semantic-release": "^25.0.2",
|
|
34
34
|
"typescript": "^6.0.2",
|
|
@@ -315,9 +315,9 @@
|
|
|
315
315
|
}
|
|
316
316
|
},
|
|
317
317
|
"node_modules/appium-adb": {
|
|
318
|
-
"version": "15.0.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.
|
|
320
|
-
"integrity": "sha512-
|
|
318
|
+
"version": "15.0.4",
|
|
319
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.4.tgz",
|
|
320
|
+
"integrity": "sha512-TgdHAZxbMBRNAgl+4NftsnetHtRxe+qdwDWGhjYbYXAGocxnThKnLx9rZdQYG9DRJAmcaPB/DCZ2sbT0odmpaA==",
|
|
321
321
|
"license": "Apache-2.0",
|
|
322
322
|
"dependencies": {
|
|
323
323
|
"@appium/support": "^7.2.2",
|
|
@@ -465,9 +465,9 @@
|
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
467
|
"node_modules/bare-os": {
|
|
468
|
-
"version": "3.9.
|
|
469
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.
|
|
470
|
-
"integrity": "sha512-
|
|
468
|
+
"version": "3.9.3",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.3.tgz",
|
|
470
|
+
"integrity": "sha512-fF4Q7QsyKVF5Rj0qvI8BgUNjqzC2JvQlpTaPLjVJVxYVUX5Zr9un+y3w1HmA4nNKdFmRBT8z/WmrjvXzXVerKQ==",
|
|
471
471
|
"license": "Apache-2.0",
|
|
472
472
|
"engines": {
|
|
473
473
|
"bare": ">=1.14.0"
|
|
@@ -575,9 +575,9 @@
|
|
|
575
575
|
}
|
|
576
576
|
},
|
|
577
577
|
"node_modules/brace-expansion": {
|
|
578
|
-
"version": "5.0.
|
|
579
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
580
|
-
"integrity": "sha512-
|
|
578
|
+
"version": "5.0.7",
|
|
579
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
580
|
+
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
581
581
|
"license": "MIT",
|
|
582
582
|
"dependencies": {
|
|
583
583
|
"balanced-match": "^4.0.2"
|
|
@@ -1903,9 +1903,9 @@
|
|
|
1903
1903
|
}
|
|
1904
1904
|
},
|
|
1905
1905
|
"node_modules/teen_process": {
|
|
1906
|
-
"version": "4.1.
|
|
1907
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
1908
|
-
"integrity": "sha512-
|
|
1906
|
+
"version": "4.1.6",
|
|
1907
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.6.tgz",
|
|
1908
|
+
"integrity": "sha512-tlcwSiackzmEPAxT7LWBAHOYnG+dhHW/DpuAh9KQTufXUuHFNqmRLkmOXyEFqG+vWVaGJFEcNsuwG0wLGALk4Q==",
|
|
1909
1909
|
"license": "Apache-2.0",
|
|
1910
1910
|
"dependencies": {
|
|
1911
1911
|
"shell-quote": "^1.8.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-geckodriver",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Appium driver for Gecko-based browsers and web views",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@types/node": "^26.0.0",
|
|
108
108
|
"@types/portscanner": "^2.1.4",
|
|
109
109
|
"@types/tar-stream": "^3.1.4",
|
|
110
|
-
"conventional-changelog-conventionalcommits": "^
|
|
110
|
+
"conventional-changelog-conventionalcommits": "^10.2.0",
|
|
111
111
|
"prettier": "^3.0.0",
|
|
112
112
|
"semantic-release": "^25.0.2",
|
|
113
113
|
"typescript": "^6.0.2",
|