@capacitor/cli 5.0.4-nightly-20230522T150538.0 → 5.0.4

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
@@ -471,7 +471,7 @@ async function movePackageFromManifestToBuildGradle(manifestFilename, buildGradl
471
471
  return;
472
472
  }
473
473
  let packageName;
474
- const manifestRegEx = new RegExp(/package="(.+)"/);
474
+ const manifestRegEx = new RegExp(/package="([^"]+)"/);
475
475
  const manifestResults = manifestRegEx.exec(manifestText);
476
476
  if (manifestResults === null) {
477
477
  log_1.logger.error(`Unable to update Android Manifest. Package not found.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/cli",
3
- "version": "5.0.4-nightly-20230522T150538.0",
3
+ "version": "5.0.4",
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)",