@tarojs/plugin-mini-ci 3.6.28 → 3.6.29

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.
Files changed (2) hide show
  1. package/dist/TTCI.js +2 -2
  2. package/package.json +3 -3
package/dist/TTCI.js CHANGED
@@ -13,7 +13,7 @@ class TTCI extends BaseCi_1.default {
13
13
  process.exit(1);
14
14
  }
15
15
  try {
16
- // 调试使用版本是: tt-ide-cli@0.1.13
16
+ // 调试使用版本是: tt-ide-cli@0.1.20
17
17
  this.tt = (0, npm_1.getNpmPkgSync)('tt-ide-cli', process.cwd());
18
18
  }
19
19
  catch (error) {
@@ -37,7 +37,7 @@ class TTCI extends BaseCi_1.default {
37
37
  path: this.projectPath
38
38
  }
39
39
  });
40
- console.log(chalk.green(`打开IDE成功`));
40
+ console.log(chalk.green('打开IDE成功'));
41
41
  }
42
42
  catch (error) {
43
43
  printLog("error" /* processTypeEnum.ERROR */, chalk.red('打开IDE失败', error));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-mini-ci",
3
- "version": "3.6.28",
3
+ "version": "3.6.29",
4
4
  "description": "Taro 小程序端构建后支持CI(持续集成)的插件",
5
5
  "keywords": [
6
6
  "Taro",
@@ -30,7 +30,7 @@
30
30
  "miniprogram-ci": "^1.8.35",
31
31
  "qrcode": "^1.5.1",
32
32
  "shelljs": "^0.8.4",
33
- "@tarojs/service": "3.6.28"
33
+ "@tarojs/service": "3.6.29"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/qrcode": "^1.5.0",
@@ -40,7 +40,7 @@
40
40
  "dingtalk-miniapp-opensdk": "^1.0.7",
41
41
  "jd-miniprogram-ci": "^1.0.2",
42
42
  "minidev": "^1.5.1",
43
- "tt-ide-cli": "^0.1.13"
43
+ "tt-ide-cli": "^0.1.20"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "dingtalk-miniapp-opensdk": {