@capacitor/cli 8.0.0-nightly-20250828T150608.0 → 8.0.0-nightly-20250901T150547.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
Binary file
package/dist/util/spm.js CHANGED
@@ -45,7 +45,7 @@ async function checkPluginsForPackageSwift(config, plugins) {
45
45
  log_1.logger.info('All plugins have a Package.swift file and will be included in Package.swift');
46
46
  }
47
47
  else {
48
- log_1.logger.warn('Some installed packages my not be compatable with SPM');
48
+ log_1.logger.warn('Some installed packages are not compatable with SPM');
49
49
  }
50
50
  return packageSwiftPluginList;
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/cli",
3
- "version": "8.0.0-nightly-20250828T150608.0",
3
+ "version": "8.0.0-nightly-20250901T150547.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)",