@varlet/cli 2.0.0-alpha.1664332032539 → 2.0.0-alpha.1664332224687

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.
@@ -123,7 +123,7 @@ function gen(options) {
123
123
  return [4 /*yield*/, (0, fs_extra_1.copy)(code, dest)];
124
124
  case 12:
125
125
  _c.sent();
126
- return [4 /*yield*/, (0, fs_extra_1.renameSync)((0, path_1.resolve)(dest, '_gitignore'), (0, path_1.resolve)(dest, '.gitignore'))];
126
+ return [4 /*yield*/, (0, fs_extra_1.rename)((0, path_1.resolve)(dest, '_gitignore'), (0, path_1.resolve)(dest, '.gitignore'))];
127
127
  case 13:
128
128
  _c.sent();
129
129
  syncVersion(name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "2.0.0-alpha.1664332032539",
3
+ "version": "2.0.0-alpha.1664332224687",
4
4
  "description": "cli of varlet",
5
5
  "bin": {
6
6
  "varlet-cli": "./lib/index.js"
@@ -32,10 +32,10 @@
32
32
  "@babel/helper-plugin-utils": "^7.14.5",
33
33
  "@babel/preset-env": "^7.14.8",
34
34
  "@babel/preset-typescript": "^7.14.5",
35
- "@varlet/icons": "2.0.0-alpha.1664332032539",
36
- "@varlet/markdown-vite-plugin": "2.0.0-alpha.1664332032539",
37
- "@varlet/shared": "2.0.0-alpha.1664332032539",
38
- "@varlet/touch-emulator": "2.0.0-alpha.1664332032539",
35
+ "@varlet/icons": "2.0.0-alpha.1664332224687",
36
+ "@varlet/markdown-vite-plugin": "2.0.0-alpha.1664332224687",
37
+ "@varlet/shared": "2.0.0-alpha.1664332224687",
38
+ "@varlet/touch-emulator": "2.0.0-alpha.1664332224687",
39
39
  "@vitejs/plugin-vue": "3.0.1",
40
40
  "@vitejs/plugin-vue-jsx": "2.0.0",
41
41
  "@vue/babel-plugin-jsx": "1.1.1",
@@ -80,7 +80,7 @@
80
80
  "@types/semver": "^7.3.9"
81
81
  },
82
82
  "peerDependencies": {
83
- "@varlet/touch-emulator": "2.0.0-alpha.1664332032539",
83
+ "@varlet/touch-emulator": "2.0.0-alpha.1664332224687",
84
84
  "@vue/runtime-core": "3.2.16",
85
85
  "@vue/test-utils": "^2.0.2",
86
86
  "clipboard": "^2.0.6",