@appium/types
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -1363,25 +1363,2 @@ import type {EventEmitter} from 'node:events'; | ||
/** | ||
* Construct a rotation gesture? Unclear what this command does and it does not appear to be used | ||
* | ||
* @param x - the x coordinate of the rotation center | ||
* @param y - the y coordinate of the rotation center | ||
* @param radius - the radius of the rotation circle | ||
* @param rotation - the rotation angle? idk | ||
* @param touchCount - how many fingers to rotate | ||
* @param elementId - if we're rotating around an element | ||
* | ||
* @deprecated Use setRotation instead | ||
* @privateRemarks Not implemented in `appium-xcuitest-driver` | ||
*/ | ||
mobileRotation?( | ||
x: number, | ||
y: number, | ||
radius: number, | ||
rotation: number, | ||
touchCount: number, | ||
duration: string, | ||
elementId?: string | ||
): Promise<void>; | ||
/** | ||
* Get the current activity name | ||
@@ -1388,0 +1365,0 @@ * |
{ | ||
"name": "@appium/types", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "Various type declarations used across Appium", | ||
@@ -41,7 +41,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@appium/schema": "^0.4.1", | ||
"@appium/schema": "^0.4.2", | ||
"@appium/tsconfig": "^0.x", | ||
"@types/express": "4.17.20", | ||
"@types/npmlog": "4.1.5", | ||
"@types/ws": "8.5.8", | ||
"@types/express": "4.17.21", | ||
"@types/npmlog": "4.1.6", | ||
"@types/ws": "8.5.9", | ||
"type-fest": "3.13.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "bd6e3ac0b03e2e53c393423ac8954b814aaf09be", | ||
"gitHead": "717ec38d8cb63330ac1901eda8ef4489d256678b", | ||
"typedoc": { | ||
@@ -59,0 +59,0 @@ "entryPoint": "./lib/index.ts" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
275669
6232
+ Added@types/express@4.17.21(transitive)
+ Added@types/npmlog@4.1.6(transitive)
+ Added@types/ws@8.5.9(transitive)
- Removed@types/express@4.17.20(transitive)
- Removed@types/npmlog@4.1.5(transitive)
- Removed@types/ws@8.5.8(transitive)
Updated@appium/schema@^0.4.2
Updated@types/express@4.17.21
Updated@types/npmlog@4.1.6
Updated@types/ws@8.5.9