@appium/images-plugin 4.0.1 → 4.0.2
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/build/lib/finder.d.ts +1 -1
- package/build/lib/finder.js +1 -1
- package/lib/finder.js +1 -1
- package/package.json +6 -6
package/build/lib/finder.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export default class ImageElementFinder {
|
|
|
95
95
|
|
|
96
96
|
*/
|
|
97
97
|
/**
|
|
98
|
-
* Get a image that will be used for template
|
|
98
|
+
* Get a image that will be used for template matching.
|
|
99
99
|
* Returns scaled image if scale ratio is provided.
|
|
100
100
|
*
|
|
101
101
|
* @param {Buffer} template - image used as a template to be
|
package/build/lib/finder.js
CHANGED
|
@@ -350,7 +350,7 @@ class ImageElementFinder {
|
|
|
350
350
|
|
|
351
351
|
*/
|
|
352
352
|
/**
|
|
353
|
-
* Get a image that will be used for template
|
|
353
|
+
* Get a image that will be used for template matching.
|
|
354
354
|
* Returns scaled image if scale ratio is provided.
|
|
355
355
|
*
|
|
356
356
|
* @param {Buffer} template - image used as a template to be
|
package/lib/finder.js
CHANGED
|
@@ -421,7 +421,7 @@ export default class ImageElementFinder {
|
|
|
421
421
|
|
|
422
422
|
*/
|
|
423
423
|
/**
|
|
424
|
-
* Get a image that will be used for template
|
|
424
|
+
* Get a image that will be used for template matching.
|
|
425
425
|
* Returns scaled image if scale ratio is provided.
|
|
426
426
|
*
|
|
427
427
|
* @param {Buffer} template - image used as a template to be
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appium/images-plugin",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Plugin for working with images and image elements in Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"test:unit": "mocha \"./test/unit/**/*.spec.*js\""
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@appium/opencv": "^4.0.
|
|
43
|
-
"@appium/support": "^7.0.
|
|
42
|
+
"@appium/opencv": "^4.0.2",
|
|
43
|
+
"@appium/support": "^7.0.2",
|
|
44
44
|
"lodash": "4.17.21",
|
|
45
|
-
"lru-cache": "11.2.
|
|
46
|
-
"sharp": "0.34.
|
|
45
|
+
"lru-cache": "11.2.2",
|
|
46
|
+
"sharp": "0.34.4",
|
|
47
47
|
"source-map-support": "0.5.21"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "c00cbfa1fb6d4bd0d8dac00eed02f87587e0eadf"
|
|
64
64
|
}
|