esa-cli 0.0.2-beta.18 → 0.0.2-beta.19

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.
@@ -559,7 +559,6 @@ export const initGit = (initParams) => __awaiter(void 0, void 0, void 0, functio
559
559
  return true;
560
560
  }
561
561
  const gitInstalled = yield isGitInstalled();
562
- console.log('gitInstalled', gitInstalled);
563
562
  if (!gitInstalled) {
564
563
  log.step('You have not installed Git, Git skipped');
565
564
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esa-cli",
3
- "version": "0.0.2-beta.18",
3
+ "version": "0.0.2-beta.19",
4
4
  "description": "A CLI for operating Alibaba Cloud ESA EdgeRoutine (Edge Functions).",
5
5
  "main": "bin/enter.cjs",
6
6
  "type": "module",