appium-xcuitest-driver 4.32.7 → 4.32.9

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [4.32.9](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.8...v4.32.9) (2023-06-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency appium-ios-simulator to v5.1.0 ([4810e6f](https://github.com/appium/appium-xcuitest-driver/commit/4810e6f853780ad195702b208169b6ad958f72ca))
7
+
8
+ ## [4.32.8](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.7...v4.32.8) (2023-06-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Copypaste in mobile method names ([#1783](https://github.com/appium/appium-xcuitest-driver/issues/1783)) ([710d246](https://github.com/appium/appium-xcuitest-driver/commit/710d24631b052f9499573e65ca24b34e238b7c02))
14
+
1
15
  ## [4.32.7](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.6...v4.32.7) (2023-06-23)
2
16
 
3
17
 
@@ -35,7 +35,7 @@ commands.mobileGetSimulatedLocation = async function mobileGetSimulatedLocation(
35
35
  * @since 4.18
36
36
  * @this {XCUITestDriver}
37
37
  */
38
- commands.mobileSetSimulatedLocation = async function mobileGetSimulatedLocation(latitude, longitude) {
38
+ commands.mobileSetSimulatedLocation = async function mobileSetSimulatedLocation(latitude, longitude) {
39
39
  return await this.proxyCommand('/wda/simulatedLocation', 'POST', { latitude, longitude });
40
40
  };
41
41
  /**
@@ -49,7 +49,7 @@ commands.mobileSetSimulatedLocation = async function mobileGetSimulatedLocation(
49
49
  * @since 4.18
50
50
  * @this {XCUITestDriver}
51
51
  */
52
- commands.mobileResetSimulatedLocation = async function mobileGetSimulatedLocation() {
52
+ commands.mobileResetSimulatedLocation = async function mobileResetSimulatedLocation() {
53
53
  return await this.proxyCommand('/wda/simulatedLocation', 'DELETE');
54
54
  };
55
55
  exports.default = commands;
@@ -1 +1 @@
1
- {"version":3,"file":"geolocation.js","sourceRoot":"","sources":["../../../lib/commands/geolocation.js"],"names":[],"mappings":";;;AAAA,MAAM,QAAQ,GAAG,EAAE,CAAC;AA0DZ,4BAAQ;AAxDhB;;;;;;;;GAQG;AAEH;;;;;;;;GAQG;AACH,QAAQ,CAAC,0BAA0B,GAAG,KAAK,UAAU,0BAA0B;IAC7E,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,wBAAwB,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC,CAAC;AAEF;;;;;;;;;;GAUG;AACH,QAAQ,CAAC,0BAA0B,GAAG,KAAK,UAAU,0BAA0B,CAC7E,QAAQ,EACR,SAAS;IAET,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,wBAAwB,EAAE,MAAM,EAAE,EAAC,QAAQ,EAAE,SAAS,EAAC,CAAC,CAAC;AAC1F,CAAC,CAAC;AAEF;;;;;;;;;;GAUG;AACH,QAAQ,CAAC,4BAA4B,GAAG,KAAK,UAAU,0BAA0B;IAC/E,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC;AACrE,CAAC,CAAC;AAGF,kBAAe,QAAQ,CAAC;AAExB;;GAEG"}
1
+ {"version":3,"file":"geolocation.js","sourceRoot":"","sources":["../../../lib/commands/geolocation.js"],"names":[],"mappings":";;;AAAA,MAAM,QAAQ,GAAG,EAAE,CAAC;AA0DZ,4BAAQ;AAxDhB;;;;;;;;GAQG;AAEH;;;;;;;;GAQG;AACH,QAAQ,CAAC,0BAA0B,GAAG,KAAK,UAAU,0BAA0B;IAC7E,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,wBAAwB,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC,CAAC;AAEF;;;;;;;;;;GAUG;AACH,QAAQ,CAAC,0BAA0B,GAAG,KAAK,UAAU,0BAA0B,CAC7E,QAAQ,EACR,SAAS;IAET,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,wBAAwB,EAAE,MAAM,EAAE,EAAC,QAAQ,EAAE,SAAS,EAAC,CAAC,CAAC;AAC1F,CAAC,CAAC;AAEF;;;;;;;;;;GAUG;AACH,QAAQ,CAAC,4BAA4B,GAAG,KAAK,UAAU,4BAA4B;IACjF,OAAO,MAAM,IAAI,CAAC,YAAY,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC;AACrE,CAAC,CAAC;AAGF,kBAAe,QAAQ,CAAC;AAExB;;GAEG"}
@@ -34,7 +34,7 @@ commands.mobileGetSimulatedLocation = async function mobileGetSimulatedLocation(
34
34
  * @since 4.18
35
35
  * @this {XCUITestDriver}
36
36
  */
37
- commands.mobileSetSimulatedLocation = async function mobileGetSimulatedLocation(
37
+ commands.mobileSetSimulatedLocation = async function mobileSetSimulatedLocation(
38
38
  latitude,
39
39
  longitude
40
40
  ) {
@@ -52,7 +52,7 @@ commands.mobileSetSimulatedLocation = async function mobileGetSimulatedLocation(
52
52
  * @since 4.18
53
53
  * @this {XCUITestDriver}
54
54
  */
55
- commands.mobileResetSimulatedLocation = async function mobileGetSimulatedLocation() {
55
+ commands.mobileResetSimulatedLocation = async function mobileResetSimulatedLocation() {
56
56
  return await this.proxyCommand('/wda/simulatedLocation', 'DELETE');
57
57
  };
58
58
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.32.7",
11
+ "version": "4.32.9",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -71,7 +71,7 @@
71
71
  "@xmldom/xmldom": "0.8.8",
72
72
  "appium-idb": "1.6.12",
73
73
  "appium-ios-device": "2.5.3",
74
- "appium-ios-simulator": "5.0.9",
74
+ "appium-ios-simulator": "5.1.0",
75
75
  "appium-remote-debugger": "9.1.16",
76
76
  "appium-webdriveragent": "5.5.1",
77
77
  "appium-xcode": "5.1.2",