create-weapp-vite 2.0.78 → 2.0.79

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.
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, r as TemplateName, t as createProject } from "./src-CCWjAwFU.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, r as TemplateName, t as createProject } from "./src-BjkgG3qb.js";
2
2
  import logger from "@weapp-core/logger";
3
3
  import { fs } from "@weapp-core/shared";
4
4
  import process from "node:process";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { r as TemplateName, t as createProject } from "./src-CCWjAwFU.js";
1
+ import { r as TemplateName, t as createProject } from "./src-BjkgG3qb.js";
2
2
  export { TemplateName, createProject };
@@ -9,10 +9,10 @@ import process from "node:process";
9
9
  var version$2 = "0.2.3";
10
10
  //#endregion
11
11
  //#region ../../packages-runtime/wevu/package.json
12
- var version$1 = "6.14.0";
12
+ var version$1 = "6.14.1";
13
13
  //#endregion
14
14
  //#region ../weapp-vite/package.json
15
- var version = "6.14.0";
15
+ var version = "6.14.1";
16
16
  //#endregion
17
17
  //#region src/enums.ts
18
18
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -116,10 +116,10 @@ const TEMPLATE_CATALOG = {
116
116
  "comment-json": "^4.6.2",
117
117
  "estree-walker": "^3.0.3",
118
118
  "gm-crypto": "^0.1.12",
119
- "lru-cache": "^11.2.7",
119
+ "lru-cache": "^11.3.2",
120
120
  "magic-string": "^0.30.21",
121
121
  "miniprogram-api-typings": "^5.1.2",
122
- "oxc-parser": "^0.123.0",
122
+ "oxc-parser": "^0.124.0",
123
123
  "oxc-walker": "^0.7.0",
124
124
  "pkg-types": "^2.3.0",
125
125
  "sass-embedded": "^1.99.0",
@@ -142,12 +142,12 @@ const TEMPLATE_CATALOG = {
142
142
  merge: "^2.1.1",
143
143
  pathe: "^2.0.3",
144
144
  postcss: "^8.5.8",
145
- rolldown: "1.0.0-rc.11",
145
+ rolldown: "1.0.0-rc.13",
146
146
  sass: "^1.99.0",
147
147
  tailwindcss: "^4.2.2",
148
148
  tslib: "^2.8.1",
149
149
  typescript: "^6.0.2",
150
- vite: "8.0.2",
150
+ vite: "8.0.6",
151
151
  vue: "^3.5.32",
152
152
  zod: "^4.3.6"
153
153
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.0.78",
4
+ "version": "2.0.79",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "node": "^20.19.0 || >=22.12.0"
48
48
  },
49
49
  "dependencies": {
50
- "@inquirer/prompts": "^8.3.2",
50
+ "@inquirer/prompts": "^8.4.0",
51
51
  "pathe": "^2.0.3",
52
52
  "pkg-types": "^2.3.0",
53
53
  "@weapp-core/logger": "^3.1.1",
@@ -28,8 +28,8 @@
28
28
  "postinstall": "wv prepare"
29
29
  },
30
30
  "devDependencies": {
31
- "@icebreakers/eslint-config": "^4.0.0",
32
- "@icebreakers/stylelint-config": "^3.0.0",
31
+ "@icebreakers/eslint-config": "^4.0.1",
32
+ "@icebreakers/stylelint-config": "^3.0.1",
33
33
  "eslint": "^10.2.0",
34
34
  "miniprogram-api-typings": "catalog:",
35
35
  "sass": "catalog:",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "5.0.0",
4
+ "version": "5.0.1",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -33,8 +33,8 @@
33
33
  "wevu": "workspace:*"
34
34
  },
35
35
  "devDependencies": {
36
- "@icebreakers/eslint-config": "^4.0.0",
37
- "@icebreakers/stylelint-config": "^3.0.0",
36
+ "@icebreakers/eslint-config": "^4.0.1",
37
+ "@icebreakers/stylelint-config": "^3.0.1",
38
38
  "@wevu/api": "workspace:*",
39
39
  "eslint": "^10.2.0",
40
40
  "miniprogram-api-typings": "catalog:",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@egoist/tailwindcss-icons": "catalog:",
32
- "@icebreakers/eslint-config": "^4.0.0",
33
- "@icebreakers/stylelint-config": "^3.0.0",
32
+ "@icebreakers/eslint-config": "^4.0.1",
33
+ "@icebreakers/stylelint-config": "^3.0.1",
34
34
  "@iconify-json/mdi": "catalog:",
35
35
  "autoprefixer": "catalog:",
36
36
  "eslint": "^10.2.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@egoist/tailwindcss-icons": "catalog:",
35
- "@icebreakers/eslint-config": "^4.0.0",
36
- "@icebreakers/stylelint-config": "^3.0.0",
35
+ "@icebreakers/eslint-config": "^4.0.1",
36
+ "@icebreakers/stylelint-config": "^3.0.1",
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "autoprefixer": "catalog:",
39
39
  "eslint": "^10.2.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@egoist/tailwindcss-icons": "catalog:",
35
- "@icebreakers/eslint-config": "^4.0.0",
36
- "@icebreakers/stylelint-config": "^3.0.0",
35
+ "@icebreakers/eslint-config": "^4.0.1",
36
+ "@icebreakers/stylelint-config": "^3.0.1",
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "autoprefixer": "catalog:",
39
39
  "eslint": "^10.2.0",
@@ -28,8 +28,8 @@
28
28
  "postinstall": "wv prepare"
29
29
  },
30
30
  "devDependencies": {
31
- "@icebreakers/eslint-config": "^4.0.0",
32
- "@icebreakers/stylelint-config": "^3.0.0",
31
+ "@icebreakers/eslint-config": "^4.0.1",
32
+ "@icebreakers/stylelint-config": "^3.0.1",
33
33
  "eslint": "^10.2.0",
34
34
  "miniprogram-api-typings": "catalog:",
35
35
  "stylelint": "^17.6.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@egoist/tailwindcss-icons": "catalog:",
35
- "@icebreakers/eslint-config": "^4.0.0",
36
- "@icebreakers/stylelint-config": "^3.0.0",
35
+ "@icebreakers/eslint-config": "^4.0.1",
36
+ "@icebreakers/stylelint-config": "^3.0.1",
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "autoprefixer": "catalog:",
39
39
  "eslint": "^10.2.0",