create-weapp-vite 2.0.10 → 2.0.12

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.
@@ -5,10 +5,10 @@ import fs2 from "fs-extra";
5
5
  import path2 from "pathe";
6
6
 
7
7
  // ../weapp-vite/package.json
8
- var version = "6.3.6";
8
+ var version = "6.4.1";
9
9
 
10
10
  // ../wevu/package.json
11
- var version2 = "2.0.0";
11
+ var version2 = "2.0.2";
12
12
 
13
13
  // src/enums.ts
14
14
  var TemplateName = /* @__PURE__ */ ((TemplateName2) => {
@@ -103,6 +103,7 @@ yarn-error.log*
103
103
  dist
104
104
  dist-plugin
105
105
  dist-web
106
+ dist/web
106
107
  vite.config.ts.timestamp-*.mjs`;
107
108
  function normalizeLineEndings(value) {
108
109
  return value.replace(/\r\n/g, "\n");
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createProject
3
- } from "./chunk-2CYJPIYR.js";
3
+ } from "./chunk-LBA673EX.js";
4
4
 
5
5
  // src/cli.ts
6
6
  import path from "path";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  TemplateName,
3
3
  createProject
4
- } from "./chunk-2CYJPIYR.js";
4
+ } from "./chunk-LBA673EX.js";
5
5
  export {
6
6
  TemplateName,
7
7
  createProject
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.0.10",
4
+ "version": "2.0.12",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "fs-extra": "^11.3.3",
40
40
  "pathe": "^2.0.3",
41
41
  "pkg-types": "^2.3.0",
42
- "@weapp-core/logger": "^3.0.1"
42
+ "@weapp-core/logger": "^3.0.2"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "tsup --watch --sourcemap",
@@ -32,7 +32,7 @@
32
32
  "sass": "^1.97.3",
33
33
  "tailwindcss": "^3.4.19",
34
34
  "typescript": "^5.9.3",
35
- "weapp-tailwindcss": "^4.9.2",
35
+ "weapp-tailwindcss": "^4.9.5",
36
36
  "weapp-vite": "workspace:*"
37
37
  }
38
38
  }
@@ -35,7 +35,7 @@
35
35
  "sass": "^1.97.3",
36
36
  "tailwindcss": "^3.4.19",
37
37
  "typescript": "^5.9.3",
38
- "weapp-tailwindcss": "^4.9.2",
38
+ "weapp-tailwindcss": "^4.9.5",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }
@@ -35,7 +35,7 @@
35
35
  "sass": "^1.97.3",
36
36
  "tailwindcss": "^3.4.19",
37
37
  "typescript": "^5.9.3",
38
- "weapp-tailwindcss": "^4.9.2",
38
+ "weapp-tailwindcss": "^4.9.5",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "miniprogram-api-typings": "^5.0.0",
27
27
  "typescript": "^5.9.3",
28
- "vue-tsc": "^3.2.2",
28
+ "vue-tsc": "^3.2.3",
29
29
  "weapp-vite": "workspace:*",
30
30
  "wevu": "workspace:*"
31
31
  }
@@ -35,8 +35,8 @@
35
35
  "sass": "^1.97.3",
36
36
  "tailwindcss": "^3.4.19",
37
37
  "typescript": "^5.9.3",
38
- "vue-tsc": "^3.2.2",
39
- "weapp-tailwindcss": "^4.9.2",
38
+ "vue-tsc": "^3.2.3",
39
+ "weapp-tailwindcss": "^4.9.5",
40
40
  "weapp-vite": "workspace:*",
41
41
  "wevu": "workspace:*"
42
42
  }
@@ -4,5 +4,5 @@
4
4
  "setting": {
5
5
  "compileHotReLoad": true
6
6
  },
7
- "libVersion": "3.13.0"
7
+ "libVersion": "3.14.0"
8
8
  }