@weapp-core/init 1.1.12 → 1.1.14
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/index.cjs
CHANGED
|
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// src/index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
TemplateName: () => TemplateName,
|
|
34
34
|
createOrUpdatePackageJson: () => createOrUpdatePackageJson,
|
|
35
35
|
createOrUpdateProjectConfig: () => createOrUpdateProjectConfig,
|
|
@@ -39,9 +39,9 @@ __export(src_exports, {
|
|
|
39
39
|
initTsJsonFiles: () => initTsJsonFiles,
|
|
40
40
|
initViteConfigFile: () => initViteConfigFile
|
|
41
41
|
});
|
|
42
|
-
module.exports = __toCommonJS(
|
|
42
|
+
module.exports = __toCommonJS(index_exports);
|
|
43
43
|
|
|
44
|
-
// ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.10.
|
|
44
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.10.3_jiti@2.4.2_postcss@8.4.49_tsx@4.19.2_typescript@5.7.2_yaml@2.6.1/node_modules/tsup/assets/cjs_shims.js
|
|
45
45
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
46
46
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
47
47
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weapp-core/init",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.14",
|
|
5
5
|
"description": "@weapp-core/init",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -25,13 +25,21 @@
|
|
|
25
25
|
"main": "./dist/index.cjs",
|
|
26
26
|
"module": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
|
+
"weapp-vite-dev": {
|
|
29
|
+
"exports": {
|
|
30
|
+
".": "./src/index.ts"
|
|
31
|
+
},
|
|
32
|
+
"main": "./src/index.ts",
|
|
33
|
+
"module": "./src/index.ts",
|
|
34
|
+
"types": "./src/index.ts"
|
|
35
|
+
},
|
|
28
36
|
"files": [
|
|
29
37
|
"dist",
|
|
30
38
|
"templates"
|
|
31
39
|
],
|
|
32
40
|
"dependencies": {
|
|
33
41
|
"fs-extra": "^11.2.0",
|
|
34
|
-
"@weapp-core/logger": "^1.0.
|
|
42
|
+
"@weapp-core/logger": "^1.0.2",
|
|
35
43
|
"@weapp-core/shared": "^1.0.4"
|
|
36
44
|
},
|
|
37
45
|
"scripts": {
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"postinstall": "weapp-tw patch"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@egoist/tailwindcss-icons": "^1.8.
|
|
28
|
-
"@iconify-json/mdi": "^1.2.
|
|
27
|
+
"@egoist/tailwindcss-icons": "^1.8.2",
|
|
28
|
+
"@iconify-json/mdi": "^1.2.2",
|
|
29
29
|
"autoprefixer": "^10.4.20",
|
|
30
30
|
"miniprogram-api-typings": "^4.0.2",
|
|
31
31
|
"postcss": "^8.4.49",
|
|
32
32
|
"sass": "^1.83.0",
|
|
33
|
-
"tailwindcss": "^3.4.
|
|
33
|
+
"tailwindcss": "^3.4.17",
|
|
34
34
|
"typescript": "^5.7.2",
|
|
35
35
|
"weapp-tailwindcss": "^3.7.0",
|
|
36
36
|
"weapp-vite": "workspace:*"
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"postinstall": "weapp-tw patch"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@egoist/tailwindcss-icons": "^1.8.
|
|
28
|
-
"@iconify-json/mdi": "^1.2.
|
|
27
|
+
"@egoist/tailwindcss-icons": "^1.8.2",
|
|
28
|
+
"@iconify-json/mdi": "^1.2.2",
|
|
29
29
|
"autoprefixer": "^10.4.20",
|
|
30
30
|
"miniprogram-api-typings": "^4.0.2",
|
|
31
31
|
"postcss": "^8.4.49",
|
|
32
32
|
"sass": "^1.83.0",
|
|
33
|
-
"tailwindcss": "^3.4.
|
|
33
|
+
"tailwindcss": "^3.4.17",
|
|
34
34
|
"typescript": "^5.7.2",
|
|
35
35
|
"weapp-tailwindcss": "^3.7.0",
|
|
36
36
|
"weapp-vite": "workspace:*"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"tdesign-miniprogram": "^1.8.
|
|
39
|
+
"tdesign-miniprogram": "^1.8.4"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"postinstall": "weapp-tw patch"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@egoist/tailwindcss-icons": "^1.8.
|
|
28
|
-
"@iconify-json/mdi": "^1.2.
|
|
27
|
+
"@egoist/tailwindcss-icons": "^1.8.2",
|
|
28
|
+
"@iconify-json/mdi": "^1.2.2",
|
|
29
29
|
"autoprefixer": "^10.4.20",
|
|
30
30
|
"miniprogram-api-typings": "^4.0.2",
|
|
31
31
|
"postcss": "^8.4.49",
|
|
32
32
|
"sass": "^1.83.0",
|
|
33
|
-
"tailwindcss": "^3.4.
|
|
33
|
+
"tailwindcss": "^3.4.17",
|
|
34
34
|
"typescript": "^5.7.2",
|
|
35
35
|
"weapp-tailwindcss": "^3.7.0",
|
|
36
36
|
"weapp-vite": "workspace:*"
|