@weapp-core/init 1.1.12 → 1.1.13

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 src_exports = {};
32
- __export(src_exports, {
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(src_exports);
42
+ module.exports = __toCommonJS(index_exports);
43
43
 
44
- // ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.10.1_jiti@2.4.0_postcss@8.4.49_tsx@4.19.2_typescript@5.7.2_yaml@2.6.1/node_modules/tsup/assets/cjs_shims.js
44
+ // ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.10.1_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.12",
4
+ "version": "1.1.13",
5
5
  "description": "@weapp-core/init",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "fs-extra": "^11.2.0",
34
- "@weapp-core/logger": "^1.0.1",
34
+ "@weapp-core/logger": "^1.0.2",
35
35
  "@weapp-core/shared": "^1.0.4"
36
36
  },
37
37
  "scripts": {
@@ -24,13 +24,13 @@
24
24
  "postinstall": "weapp-tw patch"
25
25
  },
26
26
  "devDependencies": {
27
- "@egoist/tailwindcss-icons": "^1.8.1",
28
- "@iconify-json/mdi": "^1.2.1",
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.16",
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.1",
28
- "@iconify-json/mdi": "^1.2.1",
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.16",
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.2"
39
+ "tdesign-miniprogram": "^1.8.3"
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.1",
28
- "@iconify-json/mdi": "^1.2.1",
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.16",
33
+ "tailwindcss": "^3.4.17",
34
34
  "typescript": "^5.7.2",
35
35
  "weapp-tailwindcss": "^3.7.0",
36
36
  "weapp-vite": "workspace:*"