@varlet/cli 1.24.5-alpha.1640958403168 → 1.24.5-alpha.1640958611196

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.
@@ -188,7 +188,7 @@ function release() {
188
188
  _a.label = 8;
189
189
  case 8:
190
190
  _a.trys.push([8, 10, , 11]);
191
- return [4 /*yield*/, (0, execa_1.default)('git', ['restore', '**/package.json'])];
191
+ return [4 /*yield*/, (0, execa_1.default)('git', ['restore', '**/package.json'], { cwd: constant_1.CWD })];
192
192
  case 9:
193
193
  ret_1 = _a.sent();
194
194
  console.log(ret_1.stderr);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "1.24.5-alpha.1640958403168",
3
+ "version": "1.24.5-alpha.1640958611196",
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.5-alpha.1640958403168",
33
- "@varlet/markdown-vite-plugin": "1.24.5-alpha.1640958403168",
34
- "@varlet/touch-emulator": "1.24.5-alpha.1640958403168",
32
+ "@varlet/icons": "1.24.5-alpha.1640958611196",
33
+ "@varlet/markdown-vite-plugin": "1.24.5-alpha.1640958611196",
34
+ "@varlet/touch-emulator": "1.24.5-alpha.1640958611196",
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.5-alpha.1640958403168",
76
+ "@varlet/touch-emulator": "1.24.5-alpha.1640958611196",
77
77
  "@vue/test-utils": "^2.0.0-rc.6",
78
78
  "vue": "3.2.16",
79
79
  "vue-router": "4.0.12",