@vixt/uni 0.1.12 → 0.1.14

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 +2 -2
  2. package/package.json +3 -4
package/dist/index.mjs CHANGED
@@ -61,9 +61,9 @@ export const TransitionGroup = {}
61
61
  `;
62
62
  return code;
63
63
  }
64
- const matched = `str = normalizePath(str).replace(NODE_MODULES_REGEX, 'node-modules');`;
65
- const replaced = `str = normalizePath(str).replace(NODE_MODULES_REGEX, 'node-modules').replace(/\\.\\.\\//g, '');`;
66
64
  function patchNormalizeNodeModules() {
65
+ const matched = `str = normalizePath(str).replace(NODE_MODULES_REGEX, 'node-modules');`;
66
+ const replaced = `str = normalizePath(str).replace(NODE_MODULES_REGEX, 'node-modules').replace(/\\.\\.\\//g, '');`;
67
67
  const codePath = resolvePathSync("@dcloudio/uni-cli-shared/dist/utils.js");
68
68
  let code = fs.readFileSync(codePath, "utf8");
69
69
  if (code.includes(matched)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/uni",
3
3
  "type": "module",
4
- "version": "0.1.12",
4
+ "version": "0.1.14",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/SoulLyoko/vixt#readme",
@@ -19,20 +19,19 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@dcloudio/types": "^3.4.12",
22
- "@uni-helper/eslint-config": "^0.1.0",
23
22
  "@uni-helper/uni-app-types": "^0.5.13",
24
23
  "@uni-helper/uni-use": "^0.19.12",
25
24
  "@uni-helper/unocss-preset-uni": "^0.2.9",
26
25
  "@uni-helper/vite-plugin-uni-components": "^0.1.0",
27
26
  "@uni-helper/vite-plugin-uni-layouts": "^0.1.10",
28
27
  "@uni-helper/vite-plugin-uni-pages": "0.2.24",
29
- "@vueuse/core": "^11.0.1",
28
+ "@vueuse/core": "^11.0.3",
30
29
  "pinia": "^2.2.2",
31
30
  "pinia-plugin-unistorage": "^0.1.2",
32
31
  "unocss": "0.61.6",
33
32
  "unplugin-auto-import": "^0.18.2",
34
33
  "vue": "^3.4.38",
35
- "@vixt/core": "0.1.12"
34
+ "@vixt/core": "0.1.14"
36
35
  },
37
36
  "scripts": {
38
37
  "build": "unbuild"