create-weapp-vite 2.0.11 → 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.4.0";
8
+ var version = "6.4.1";
9
9
 
10
10
  // ../wevu/package.json
11
- var version2 = "2.0.1";
11
+ var version2 = "2.0.2";
12
12
 
13
13
  // src/enums.ts
14
14
  var TemplateName = /* @__PURE__ */ ((TemplateName2) => {
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createProject
3
- } from "./chunk-PLD7R2DG.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-PLD7R2DG.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.11",
4
+ "version": "2.0.12",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -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.4",
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.4",
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.4",
38
+ "weapp-tailwindcss": "^4.9.5",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }
@@ -36,7 +36,7 @@
36
36
  "tailwindcss": "^3.4.19",
37
37
  "typescript": "^5.9.3",
38
38
  "vue-tsc": "^3.2.3",
39
- "weapp-tailwindcss": "^4.9.4",
39
+ "weapp-tailwindcss": "^4.9.5",
40
40
  "weapp-vite": "workspace:*",
41
41
  "wevu": "workspace:*"
42
42
  }