appium-webdriveragent 5.3.0 → 5.3.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.3.2](https://github.com/appium/WebDriverAgent/compare/v5.3.1...v5.3.2) (2023-06-07)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#723](https://github.com/appium/WebDriverAgent/issues/723)) ([b22f61e](https://github.com/appium/WebDriverAgent/commit/b22f61eda142ee6ec1db8c74a4788e0270ac7740))
7
+
8
+ ## [5.3.1](https://github.com/appium/WebDriverAgent/compare/v5.3.0...v5.3.1) (2023-06-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove Parameter of overriding method should be annotated with __attribute__((noescape)) ([#720](https://github.com/appium/WebDriverAgent/issues/720)) ([5f811ac](https://github.com/appium/WebDriverAgent/commit/5f811ac65ba3ac770e42bd7f8614815df8ec990f))
14
+
1
15
  ## [5.3.0](https://github.com/appium/WebDriverAgent/compare/v5.2.0...v5.3.0) (2023-05-22)
2
16
 
3
17
 
@@ -51,7 +51,6 @@
51
51
  - (void)reportMeasurements:(id)arg1 forMetricID:(id)arg2 reportFailures:(BOOL)arg3;
52
52
  - (void)_recordValues:(id)arg1 forPerformanceMetricID:(id)arg2 name:(id)arg3 unitsOfMeasurement:(id)arg4 baselineName:(id)arg5 baselineAverage:(id)arg6 maxPercentRegression:(id)arg7 maxPercentRelativeStandardDeviation:(id)arg8 maxRegression:(id)arg9 maxStandardDeviation:(id)arg10 file:(id)arg11 line:(unsigned long long)arg12;
53
53
  - (id)_symbolicationRecordForTestCodeInAddressStack:(id)arg1;
54
- - (void)measureBlock:(CDUnknownBlockType)arg1;
55
54
  - (void)stopMeasuring;
56
55
  - (void)startMeasuring;
57
56
  - (BOOL)_isMeasuringMetrics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "5.3.0",
3
+ "version": "5.3.2",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -68,7 +68,7 @@
68
68
  "appium-xcode": "^5.0.0",
69
69
  "chai": "^4.2.0",
70
70
  "chai-as-promised": "^7.1.1",
71
- "conventional-changelog-conventionalcommits": "^5.0.0",
71
+ "conventional-changelog-conventionalcommits": "^6.0.0",
72
72
  "eslint": "^7.32.0",
73
73
  "eslint-config-prettier": "^8.5.0",
74
74
  "glob": "^8.0.1",