create-weapp-vite 2.3.10 → 2.3.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.
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-Ct1q4RZI.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-tMAS4eEC.js";
2
2
  import logger from "@weapp-core/logger";
3
3
  import { fs } from "@weapp-core/shared/fs";
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-Ct1q4RZI.js";
1
+ import { r as TemplateName, t as createProject } from "./src-tMAS4eEC.js";
2
2
  export { TemplateName, createProject };
@@ -6,10 +6,10 @@ 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.17";
9
+ var version$1 = "6.16.0";
10
10
  //#endregion
11
11
  //#region ../weapp-vite/package.json
12
- var version = "6.15.17";
12
+ var version = "6.16.0";
13
13
  //#endregion
14
14
  //#region src/enums.ts
15
15
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -102,8 +102,8 @@ const TEMPLATE_CATALOG = {
102
102
  "@babel/types": "^7.29.0",
103
103
  "@douyin-microapp/typings": "^1.3.1",
104
104
  "@egoist/tailwindcss-icons": "^1.9.2",
105
- "@icebreakers/eslint-config": "^4.0.8",
106
- "@icebreakers/stylelint-config": "^3.0.5",
105
+ "@icebreakers/eslint-config": "^4.0.10",
106
+ "@icebreakers/stylelint-config": "^3.0.6",
107
107
  "@iconify-json/mdi": "^1.2.3",
108
108
  "@mini-types/alipay": "^3.0.14",
109
109
  "@tailwindcss/postcss": "^4.2.4",
@@ -124,9 +124,9 @@ const TEMPLATE_CATALOG = {
124
124
  "lru-cache": "^11.3.5",
125
125
  "magic-string": "^0.30.21",
126
126
  "miniprogram-api-typings": "^5.1.3",
127
- "oxc-parser": "^0.127.0",
127
+ "oxc-parser": "^0.128.0",
128
128
  "oxc-walker": "^0.7.0",
129
- "pkg-types": "^2.3.0",
129
+ "pkg-types": "^2.3.1",
130
130
  "sass-embedded": "^1.99.0",
131
131
  "tailwind-merge": "^3.5.0",
132
132
  "tailwind-variants": "^3.2.2",
@@ -147,10 +147,10 @@ const TEMPLATE_CATALOG = {
147
147
  lodash: "^4.18.1",
148
148
  merge: "^2.1.1",
149
149
  pathe: "^2.0.3",
150
- postcss: "^8.5.10",
150
+ postcss: "^8.5.12",
151
151
  rolldown: "1.0.0-rc.17",
152
152
  sass: "^1.99.0",
153
- stylelint: "^17.9.0",
153
+ stylelint: "^17.9.1",
154
154
  tailwindcss: "^4.2.4",
155
155
  tslib: "^2.8.1",
156
156
  typescript: "^6.0.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.3.10",
4
+ "version": "2.3.12",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@inquirer/prompts": "^8.4.2",
51
51
  "pathe": "^2.0.3",
52
- "pkg-types": "^2.3.0",
52
+ "pkg-types": "^2.3.1",
53
53
  "@weapp-core/logger": "^3.1.1",
54
54
  "@weapp-core/shared": "^3.0.4"
55
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "6.0.17",
4
+ "version": "7.0.0",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -34,6 +34,7 @@
34
34
  "@iconify-json/mdi": "catalog:",
35
35
  "@tailwindcss/postcss": "catalog:",
36
36
  "@types/node": "catalog:",
37
+ "autoprefixer": "catalog:",
37
38
  "eslint": "catalog:",
38
39
  "miniprogram-api-typings": "catalog:",
39
40
  "postcss": "catalog:",
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  plugins: {
3
3
  '@tailwindcss/postcss': {},
4
+ 'autoprefixer': {},
4
5
  },
5
6
  }
@@ -37,6 +37,7 @@
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "@tailwindcss/postcss": "catalog:",
39
39
  "@types/node": "catalog:",
40
+ "autoprefixer": "catalog:",
40
41
  "eslint": "catalog:",
41
42
  "miniprogram-api-typings": "catalog:",
42
43
  "postcss": "catalog:",
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  plugins: {
3
3
  '@tailwindcss/postcss': {},
4
+ 'autoprefixer': {},
4
5
  },
5
6
  }
@@ -37,6 +37,7 @@
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "@tailwindcss/postcss": "catalog:",
39
39
  "@types/node": "catalog:",
40
+ "autoprefixer": "catalog:",
40
41
  "eslint": "catalog:",
41
42
  "miniprogram-api-typings": "catalog:",
42
43
  "postcss": "catalog:",
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  plugins: {
3
3
  '@tailwindcss/postcss': {},
4
+ 'autoprefixer': {},
4
5
  },
5
6
  }
@@ -37,6 +37,7 @@
37
37
  "@iconify-json/mdi": "catalog:",
38
38
  "@tailwindcss/postcss": "catalog:",
39
39
  "@types/node": "catalog:",
40
+ "autoprefixer": "catalog:",
40
41
  "eslint": "catalog:",
41
42
  "miniprogram-api-typings": "catalog:",
42
43
  "postcss": "catalog:",
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  plugins: {
3
3
  '@tailwindcss/postcss': {},
4
+ 'autoprefixer': {},
4
5
  },
5
6
  }