@capacitor/cli
Advanced tools
Comparing version 6.1.3-nightly-20240813T150525.0 to 6.1.3-nightly-20240814T150457.0
@@ -5,3 +5,2 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const utils_process_1 = require("@ionic/utils-process"); | ||
const utils_terminal_1 = require("@ionic/utils-terminal"); | ||
@@ -86,3 +85,3 @@ const run_1 = require("../android/run"); | ||
log_1.logger.info(`App running with live reload listing for: http://${options.host}:${options.port}. Press Ctrl+C to quit.`); | ||
await (0, utils_process_1.sleepForever)(); | ||
await sleepForever(); | ||
} | ||
@@ -117,1 +116,8 @@ } | ||
} | ||
async function sleepForever() { | ||
return new Promise(() => { | ||
setInterval(() => { | ||
/* do nothing */ | ||
}, 1000); | ||
}); | ||
} |
{ | ||
"name": "@capacitor/cli", | ||
"version": "6.1.3-nightly-20240813T150525.0", | ||
"version": "6.1.3-nightly-20240814T150457.0", | ||
"description": "Capacitor: Cross-platform apps with JavaScript and the web", | ||
@@ -49,3 +49,2 @@ "homepage": "https://capacitorjs.com", | ||
"@ionic/utils-fs": "^3.1.6", | ||
"@ionic/utils-process": "^2.1.11", | ||
"@ionic/utils-subprocess": "2.1.11", | ||
@@ -52,0 +51,0 @@ "@ionic/utils-terminal": "^2.3.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
871922
17
7113
- Removed@ionic/utils-process@^2.1.11
- Removed@ionic/utils-object@2.1.6(transitive)
- Removed@ionic/utils-process@2.1.12(transitive)