@capacitor/cli 5.0.0-beta.2 → 5.0.0-dev-20230414T142519.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.
- package/assets/android-template.tar.gz +0 -0
- package/assets/capacitor-cordova-android-plugins.tar.gz +0 -0
- package/assets/capacitor-cordova-ios-plugins.tar.gz +0 -0
- package/assets/ios-template.tar.gz +0 -0
- package/dist/android/update.js +1 -1
- package/dist/declarations.d.ts +0 -9
- package/package.json +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/android/update.js
CHANGED
|
@@ -174,7 +174,7 @@ async function handleCordovaPluginsGradle(config, cordovaPlugins) {
|
|
|
174
174
|
var _a, _b, _c;
|
|
175
175
|
const pluginsGradlePath = (0, path_1.join)(config.android.cordovaPluginsDirAbs, 'build.gradle');
|
|
176
176
|
const kotlinNeeded = await kotlinNeededCheck(config, cordovaPlugins);
|
|
177
|
-
const kotlinVersionString = (_c = (_b = (_a = config.app.extConfig.cordova) === null || _a === void 0 ? void 0 : _a.preferences) === null || _b === void 0 ? void 0 : _b.GradlePluginKotlinVersion) !== null && _c !== void 0 ? _c : '1.
|
|
177
|
+
const kotlinVersionString = (_c = (_b = (_a = config.app.extConfig.cordova) === null || _a === void 0 ? void 0 : _a.preferences) === null || _b === void 0 ? void 0 : _b.GradlePluginKotlinVersion) !== null && _c !== void 0 ? _c : '1.7.0';
|
|
178
178
|
const frameworksArray = [];
|
|
179
179
|
let prefsArray = [];
|
|
180
180
|
const applyArray = [];
|
package/dist/declarations.d.ts
CHANGED
|
@@ -410,15 +410,6 @@ export interface CapacitorConfig {
|
|
|
410
410
|
* @default true
|
|
411
411
|
*/
|
|
412
412
|
handleApplicationNotifications?: boolean;
|
|
413
|
-
/**
|
|
414
|
-
* Using Xcode 14.3, on iOS 16.4 and greater, enable debuggable web content for release builds.
|
|
415
|
-
*
|
|
416
|
-
* If not set, it's `true` for development builds.
|
|
417
|
-
*
|
|
418
|
-
* @since 4.8.0
|
|
419
|
-
* @default false
|
|
420
|
-
*/
|
|
421
|
-
webContentsDebuggingEnabled?: boolean;
|
|
422
413
|
};
|
|
423
414
|
server?: {
|
|
424
415
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/cli",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-dev-20230414T142519.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)",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "7a01840985193bb9d566aeba4aedcaee3d0eaa6e"
|
|
89
89
|
}
|