@capacitor/cli 6.0.0-beta.2 → 6.0.0-dev-20231222T034502.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-pods-template.tar.gz +0 -0
- package/assets/ios-spm-template.tar.gz +0 -0
- package/dist/tasks/migrate.js +4 -3
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/tasks/migrate.js
CHANGED
|
@@ -304,9 +304,10 @@ async function installLatestLibs(dependencyManager, runInstall, config) {
|
|
|
304
304
|
async function writeBreakingChanges() {
|
|
305
305
|
const breaking = [
|
|
306
306
|
'@capacitor/camera',
|
|
307
|
-
'@capacitor/
|
|
307
|
+
'@capacitor/filesystem',
|
|
308
|
+
'@capacitor/geolocation',
|
|
309
|
+
'@capacitor/google-maps',
|
|
308
310
|
'@capacitor/local-notifications',
|
|
309
|
-
'@capacitor/push-notifications',
|
|
310
311
|
];
|
|
311
312
|
const broken = [];
|
|
312
313
|
for (const lib of breaking) {
|
|
@@ -315,7 +316,7 @@ async function writeBreakingChanges() {
|
|
|
315
316
|
}
|
|
316
317
|
}
|
|
317
318
|
if (broken.length > 0) {
|
|
318
|
-
log_1.logger.info(`IMPORTANT: Review https://capacitorjs.com/docs/updating/
|
|
319
|
+
log_1.logger.info(`IMPORTANT: Review https://capacitorjs.com/docs/next/updating/6-0#plugins for breaking changes in these plugins that you use: ${broken.join(', ')}.`);
|
|
319
320
|
}
|
|
320
321
|
}
|
|
321
322
|
async function getAndroidVariablesAndClasspaths(config) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/cli",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-dev-20231222T034502.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)",
|