@capacitor/cli 4.2.0 → 4.2.1-nightly-20220913T150524.0

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.
Binary file
Binary file
@@ -361,6 +361,7 @@ export interface CapacitorConfig {
361
361
  /**
362
362
  * Configure the local scheme on iOS.
363
363
  *
364
+ * [Can't be set to schemes that the WKWebView already handles, such as http or https](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration/2875766-seturlschemehandler)
364
365
  * This can be useful when migrating from
365
366
  * [`cordova-plugin-ionic-webview`](https://github.com/ionic-team/cordova-plugin-ionic-webview),
366
367
  * where the default scheme on iOS is `ionic`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/cli",
3
- "version": "4.2.0",
3
+ "version": "4.2.1-nightly-20220913T150524.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "101a5681ab37147de8c702b2048ae3185b28a5b2"
86
+ "gitHead": "d92467ff9230644890fa3deb81344980a50a8eda"
87
87
  }