@varlet/cli 1.24.3-alpha.1640877804572 → 1.24.3-alpha.1640878860308

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.
@@ -194,6 +194,7 @@ function release() {
194
194
  case 10:
195
195
  error_1 = _a.sent();
196
196
  logger_1.default.error(error_1.toString());
197
+ process.exit(1);
197
198
  return [3 /*break*/, 11];
198
199
  case 11: return [2 /*return*/];
199
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "1.24.3-alpha.1640877804572",
3
+ "version": "1.24.3-alpha.1640878860308",
4
4
  "description": "cli of varlet",
5
5
  "bin": {
6
6
  "varlet-cli": "./lib/index.js"
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f",
31
31
  "dependencies": {
32
- "@varlet/icons": "1.24.3-alpha.1640877804572",
33
- "@varlet/markdown-vite-plugin": "1.24.3-alpha.1640877804572",
34
- "@varlet/touch-emulator": "1.24.3-alpha.1640877804572",
32
+ "@varlet/icons": "1.24.3-alpha.1640878860308",
33
+ "@varlet/markdown-vite-plugin": "1.24.3-alpha.1640878860308",
34
+ "@varlet/touch-emulator": "1.24.3-alpha.1640878860308",
35
35
  "@babel/core": "^7.14.8",
36
36
  "@babel/preset-env": "^7.14.8",
37
37
  "@babel/preset-typescript": "^7.14.5",
@@ -73,7 +73,7 @@
73
73
  "@types/lodash-es": "^4.17.5"
74
74
  },
75
75
  "peerDependencies": {
76
- "@varlet/touch-emulator": "1.24.3-alpha.1640877804572",
76
+ "@varlet/touch-emulator": "1.24.3-alpha.1640878860308",
77
77
  "@vue/test-utils": "^2.0.0-rc.6",
78
78
  "vue": "3.2.16",
79
79
  "vue-router": "4.0.12",