create-weapp-vite 2.3.11 → 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-
|
|
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-
|
|
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.
|
|
9
|
+
var version$1 = "6.16.0";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../weapp-vite/package.json
|
|
12
|
-
var version = "6.
|
|
12
|
+
var version = "6.16.0";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/enums.ts
|
|
15
15
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -102,7 +102,7 @@ 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.
|
|
105
|
+
"@icebreakers/eslint-config": "^4.0.10",
|
|
106
106
|
"@icebreakers/stylelint-config": "^3.0.6",
|
|
107
107
|
"@iconify-json/mdi": "^1.2.3",
|
|
108
108
|
"@mini-types/alipay": "^3.0.14",
|
package/package.json
CHANGED