create-weapp-vite 2.2.3 → 2.3.1

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,6 +1,6 @@
1
- import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, r as TemplateName, t as createProject } from "./src-D2C12kEJ.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, r as TemplateName, t as createProject } from "./src-DvR0tZv5.js";
2
2
  import logger from "@weapp-core/logger";
3
- import { fs } from "@weapp-core/shared";
3
+ import { fs } from "@weapp-core/shared/fs";
4
4
  import process from "node:process";
5
5
  import path from "node:path";
6
6
  import { confirm, input, select } from "@inquirer/prompts";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { r as TemplateName, t as createProject } from "./src-D2C12kEJ.js";
1
+ import { r as TemplateName, t as createProject } from "./src-DvR0tZv5.js";
2
2
  export { TemplateName, createProject };
@@ -1,15 +1,15 @@
1
1
  import { fileURLToPath } from "node:url";
2
2
  import logger from "@weapp-core/logger";
3
- import { fs } from "@weapp-core/shared";
3
+ import { fs } from "@weapp-core/shared/fs";
4
4
  import path from "pathe";
5
5
  import https from "node:https";
6
6
  import { spawn } from "node:child_process";
7
7
  import process from "node:process";
8
8
  //#region ../../packages-runtime/wevu/package.json
9
- var version$1 = "6.15.6";
9
+ var version$1 = "6.15.8";
10
10
  //#endregion
11
11
  //#region ../weapp-vite/package.json
12
- var version = "6.15.6";
12
+ var version = "6.15.8";
13
13
  //#endregion
14
14
  //#region src/enums.ts
15
15
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -95,6 +95,7 @@ const TEMPLATE_CATALOG = {
95
95
  "@babel/parser": "^7.29.2",
96
96
  "@babel/traverse": "^7.29.0",
97
97
  "@babel/types": "^7.29.0",
98
+ "@douyin-microapp/typings": "^1.3.1",
98
99
  "@egoist/tailwindcss-icons": "^1.9.2",
99
100
  "@iconify-json/mdi": "^1.2.3",
100
101
  "@mini-types/alipay": "^3.0.14",
@@ -116,7 +117,7 @@ const TEMPLATE_CATALOG = {
116
117
  "lru-cache": "^11.3.5",
117
118
  "magic-string": "^0.30.21",
118
119
  "miniprogram-api-typings": "^5.1.2",
119
- "oxc-parser": "^0.125.0",
120
+ "oxc-parser": "^0.126.0",
120
121
  "oxc-walker": "^0.7.0",
121
122
  "pkg-types": "^2.3.0",
122
123
  "sass-embedded": "^1.99.0",
@@ -138,12 +139,12 @@ const TEMPLATE_CATALOG = {
138
139
  lodash: "^4.18.1",
139
140
  merge: "^2.1.1",
140
141
  pathe: "^2.0.3",
141
- postcss: "^8.5.9",
142
+ postcss: "^8.5.10",
142
143
  rolldown: "1.0.0-rc.15",
143
144
  sass: "^1.99.0",
144
145
  tailwindcss: "^4.2.2",
145
146
  tslib: "^2.8.1",
146
- typescript: "^6.0.2",
147
+ typescript: "^6.0.3",
147
148
  vite: "8.0.8",
148
149
  vue: "^3.5.32",
149
150
  zod: "^4.3.6"
@@ -153,7 +154,7 @@ const TEMPLATE_NAMED_CATALOG = {
153
154
  "weapp-tailwindcss-fixed": { "weapp-tailwindcss": "4.11.2" },
154
155
  latest: {
155
156
  "miniprogram-api-typings": "^5.1.2",
156
- typescript: "^6.0.2"
157
+ typescript: "^6.0.3"
157
158
  },
158
159
  tailwind3: { tailwindcss: "3.4.19" },
159
160
  tailwind4: { tailwindcss: "^4.2.2" }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.2.3",
4
+ "version": "2.3.1",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -51,7 +51,7 @@
51
51
  "pathe": "^2.0.3",
52
52
  "pkg-types": "^2.3.0",
53
53
  "@weapp-core/logger": "^3.1.1",
54
- "@weapp-core/shared": "^3.0.3"
54
+ "@weapp-core/shared": "^3.0.4"
55
55
  },
56
56
  "scripts": {
57
57
  "catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",
@@ -33,7 +33,7 @@
33
33
  "eslint": "^10.2.0",
34
34
  "miniprogram-api-typings": "catalog:",
35
35
  "sass": "catalog:",
36
- "stylelint": "^17.7.0",
36
+ "stylelint": "^17.8.0",
37
37
  "typescript": "catalog:",
38
38
  "weapp-vite": "workspace:*",
39
39
  "wevu": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "6.0.6",
4
+ "version": "6.0.8",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -37,7 +37,7 @@
37
37
  "eslint": "^10.2.0",
38
38
  "miniprogram-api-typings": "catalog:",
39
39
  "sass": "catalog:",
40
- "stylelint": "^17.7.0",
40
+ "stylelint": "^17.8.0",
41
41
  "typescript": "catalog:",
42
42
  "weapp-vite": "workspace:*",
43
43
  "wevu": "workspace:*"
@@ -37,7 +37,7 @@
37
37
  "miniprogram-api-typings": "catalog:",
38
38
  "postcss": "catalog:",
39
39
  "sass": "catalog:",
40
- "stylelint": "^17.7.0",
40
+ "stylelint": "^17.8.0",
41
41
  "tailwindcss": "catalog:tailwind3",
42
42
  "typescript": "catalog:",
43
43
  "weapp-tailwindcss": "catalog:",
@@ -40,7 +40,7 @@
40
40
  "miniprogram-api-typings": "catalog:",
41
41
  "postcss": "catalog:",
42
42
  "sass": "catalog:",
43
- "stylelint": "^17.7.0",
43
+ "stylelint": "^17.8.0",
44
44
  "tailwindcss": "catalog:tailwind3",
45
45
  "typescript": "catalog:",
46
46
  "weapp-tailwindcss": "catalog:",
@@ -40,7 +40,7 @@
40
40
  "miniprogram-api-typings": "catalog:",
41
41
  "postcss": "catalog:",
42
42
  "sass": "catalog:",
43
- "stylelint": "^17.7.0",
43
+ "stylelint": "^17.8.0",
44
44
  "tailwindcss": "catalog:tailwind3",
45
45
  "typescript": "catalog:",
46
46
  "weapp-tailwindcss": "catalog:",
@@ -32,7 +32,7 @@
32
32
  "@icebreakers/stylelint-config": "^3.0.4",
33
33
  "eslint": "^10.2.0",
34
34
  "miniprogram-api-typings": "catalog:",
35
- "stylelint": "^17.7.0",
35
+ "stylelint": "^17.8.0",
36
36
  "typescript": "catalog:",
37
37
  "vue-tsc": "catalog:",
38
38
  "weapp-vite": "workspace:*",
@@ -40,7 +40,7 @@
40
40
  "miniprogram-api-typings": "catalog:",
41
41
  "postcss": "catalog:",
42
42
  "sass": "catalog:",
43
- "stylelint": "^17.7.0",
43
+ "stylelint": "^17.8.0",
44
44
  "tailwindcss": "catalog:tailwind3",
45
45
  "typescript": "catalog:",
46
46
  "vue-tsc": "catalog:",