@vixt/uni 0.5.9 → 0.5.10

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/index.mjs +1 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -274,7 +274,7 @@ function copyUniModules(options, vixt) {
274
274
  const destPath = path.join(srcUniModulesPath, dir);
275
275
  if (srcPath !== destPath) {
276
276
  try {
277
- fs.removeSync(destPath);
277
+ fs.emptyDirSync(destPath);
278
278
  fs.copySync(srcPath, destPath);
279
279
  fs.writeFileSync(path.join(destPath, ".gitignore"), "*", "utf-8");
280
280
  } catch (e) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/uni",
3
3
  "type": "module",
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -31,10 +31,10 @@
31
31
  "@uni-helper/unocss-preset-uni": "^0.2.11",
32
32
  "@uni-helper/vite-plugin-uni-components": "^0.2.0",
33
33
  "@uni-helper/vite-plugin-uni-layouts": "^0.1.11",
34
- "@uni-helper/vite-plugin-uni-pages": "^0.3.2",
34
+ "@uni-helper/vite-plugin-uni-pages": "^0.3.9",
35
35
  "unocss-applet": "^0.11.0",
36
- "@vixt/vue": "0.5.9",
37
- "@vixt/core": "0.5.9"
36
+ "@vixt/core": "0.5.10",
37
+ "@vixt/vue": "0.5.10"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "unbuild",