appium-uiautomator2-driver 3.9.1 → 3.9.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.
@@ -93,7 +93,7 @@ export interface DeepLinkOpts {
93
93
  /**
94
94
  * The name of the package to start the URI with.
95
95
  */
96
- package: string;
96
+ package?: string;
97
97
  /**
98
98
  * If `false` then adb won't wait for the started activity to return the control.
99
99
  * @defaultValue true