appium-webdriveragent 9.0.2 → 9.0.3

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,9 @@
1
+ ## [9.0.3](https://github.com/appium/WebDriverAgent/compare/v9.0.2...v9.0.3) (2025-02-05)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add nullable signature ([#979](https://github.com/appium/WebDriverAgent/issues/979)) ([34b303c](https://github.com/appium/WebDriverAgent/commit/34b303c4e226d6a75a45a14eee7ca5e253e67737))
6
+
1
7
  ## [9.0.2](https://github.com/appium/WebDriverAgent/compare/v9.0.1...v9.0.2) (2025-02-03)
2
8
 
3
9
  ### Bug Fixes
@@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN
31
31
  @return Either the same element instance if `fb_isResolvedNatively` was set to NO (usually the cache for elements
32
32
  matched by xpath locators) or the stable instance of the self element based on the query by element's UUID.
33
33
  */
34
- - (XCUIElement *)fb_stableInstanceWithUid:(NSString *)uid;
34
+ - (XCUIElement *)fb_stableInstanceWithUid:(NSString *__nullable)uid;
35
35
 
36
36
  @end
37
37
 
@@ -15,11 +15,11 @@
15
15
  <key>CFBundlePackageType</key>
16
16
  <string>FMWK</string>
17
17
  <key>CFBundleShortVersionString</key>
18
- <string>9.0.2</string>
18
+ <string>9.0.3</string>
19
19
  <key>CFBundleSignature</key>
20
20
  <string>????</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>9.0.2</string>
22
+ <string>9.0.3</string>
23
23
  <key>NSPrincipalClass</key>
24
24
  <string/>
25
25
  </dict>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",