create-weapp-vite 2.3.34 → 2.3.36

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-82KojTvW.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-BQz1XYth.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-82KojTvW.js";
1
+ import { r as TemplateName, t as createProject } from "./src-BQz1XYth.js";
2
2
  export { TemplateName, createProject };
@@ -6,13 +6,13 @@ 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$2 = "6.16.22";
9
+ var version$2 = "6.16.25";
10
10
  //#endregion
11
11
  //#region ../dashboard/package.json
12
- var version$1 = "6.16.22";
12
+ var version$1 = "6.16.25";
13
13
  //#endregion
14
14
  //#region ../weapp-vite/package.json
15
- var version = "6.16.22";
15
+ var version = "6.16.25";
16
16
  //#endregion
17
17
  //#region src/enums.ts
18
18
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -98,15 +98,15 @@ function createAgentsGuidelines(templateName) {
98
98
  //#endregion
99
99
  //#region src/generated/catalog.ts
100
100
  const TEMPLATE_CATALOG = {
101
- "@babel/core": "^7.29.0",
102
- "@babel/generator": "^7.29.1",
103
- "@babel/parser": "^7.29.3",
104
- "@babel/traverse": "^7.29.0",
105
- "@babel/types": "^7.29.0",
101
+ "@babel/core": "^7.29.7",
102
+ "@babel/generator": "^7.29.7",
103
+ "@babel/parser": "^7.29.7",
104
+ "@babel/traverse": "^7.29.7",
105
+ "@babel/types": "^7.29.7",
106
106
  "@douyin-microapp/typings": "^1.3.1",
107
107
  "@egoist/tailwindcss-icons": "^1.9.2",
108
- "@icebreakers/eslint-config": "^5.0.1",
109
- "@icebreakers/stylelint-config": "^4.0.1",
108
+ "@icebreakers/eslint-config": "^5.0.2",
109
+ "@icebreakers/stylelint-config": "^4.0.2",
110
110
  "@iconify-json/mdi": "^1.2.3",
111
111
  "@mini-types/alipay": "^3.0.14",
112
112
  "@tailwindcss/postcss": "^4.3.0",
@@ -117,7 +117,7 @@ const TEMPLATE_CATALOG = {
117
117
  "@vitejs/plugin-vue": "^6.0.7",
118
118
  "@vue/compiler-core": "^3.5.34",
119
119
  "@vue/compiler-dom": "^3.5.34",
120
- "@vue/language-core": "^3.3.1",
120
+ "@vue/language-core": "^3.3.2",
121
121
  "antd-mini": "^3.4.3",
122
122
  "bundle-require": "^5.1.0",
123
123
  "class-variance-authority": "^0.7.1",
@@ -136,11 +136,11 @@ const TEMPLATE_CATALOG = {
136
136
  "tdesign-miniprogram": "^1.15.0",
137
137
  "ts-morph": "^28.0.0",
138
138
  "vite-plugin-inspect": "^11.3.3",
139
- "vue-tsc": "^3.3.1",
139
+ "vue-tsc": "^3.3.2",
140
140
  "weapp-tailwindcss": "^4.12.0",
141
141
  autoprefixer: "^10.5.0",
142
142
  clsx: "^2.1.1",
143
- dayjs: "^1.11.20",
143
+ dayjs: "^1.11.21",
144
144
  echarts: "^6.1.0",
145
145
  esbuild: "^0.28.0",
146
146
  eslint: "^10.4.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.3.34",
4
+ "version": "2.3.36",
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.4.3",
50
+ "@inquirer/prompts": "^8.5.0",
51
51
  "pathe": "^2.0.3",
52
52
  "pkg-types": "^2.3.1",
53
53
  "@weapp-core/shared": "3.0.4",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "7.0.22",
4
+ "version": "7.0.25",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -8,6 +8,10 @@ definePageJson({
8
8
 
9
9
  const count = ref(0)
10
10
  const buttonText = computed(() => `已点击 ${count.value} 次`)
11
+
12
+ function handleCountTap() {
13
+ count.value += 1
14
+ }
11
15
  </script>
12
16
 
13
17
  <template>
@@ -29,7 +33,7 @@ const buttonText = computed(() => `已点击 ${count.value} 次`)
29
33
  </text>
30
34
  </view>
31
35
 
32
- <t-button class="mt-[24rpx]" theme="primary" block @tap="count += 1">
36
+ <t-button class="mt-[24rpx]" theme="primary" block @tap="handleCountTap">
33
37
  点一下
34
38
  </t-button>
35
39
  </view>