@weapp-core/init 3.0.5 → 3.0.6

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
@@ -42,7 +42,7 @@ __export(index_exports, {
42
42
  });
43
43
  module.exports = __toCommonJS(index_exports);
44
44
 
45
- // ../../node_modules/.pnpm/tsup@8.5.1_@swc+core@1.15.3_jiti@2.6.1_postcss@8.5.6_tsx@4.20.6_typescript@5.9.3_yaml@2.8.1/node_modules/tsup/assets/cjs_shims.js
45
+ // ../../node_modules/.pnpm/tsup@8.5.1_@swc+core@1.15.4_jiti@2.6.1_postcss@8.5.6_tsx@4.21.0_typescript@5.9.3_yaml@2.8.2/node_modules/tsup/assets/cjs_shims.js
46
46
  var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
47
47
  var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
48
48
 
@@ -768,7 +768,7 @@ var import_logger3 = __toESM(require("@weapp-core/logger"), 1);
768
768
  var import_fs_extra2 = __toESM(require("fs-extra"), 1);
769
769
 
770
770
  // ../../packages/weapp-vite/package.json
771
- var version = "5.10.0";
771
+ var version = "5.11.3";
772
772
 
773
773
  // src/enums.ts
774
774
  var TemplateName = /* @__PURE__ */ ((TemplateName2) => {
package/dist/index.js CHANGED
@@ -720,7 +720,7 @@ import logger3 from "@weapp-core/logger";
720
720
  import fs2 from "fs-extra";
721
721
 
722
722
  // ../../packages/weapp-vite/package.json
723
- var version = "5.10.0";
723
+ var version = "5.11.3";
724
724
 
725
725
  // src/enums.ts
726
726
  var TemplateName = /* @__PURE__ */ ((TemplateName2) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/init",
3
3
  "type": "module",
4
- "version": "3.0.5",
4
+ "version": "3.0.6",
5
5
  "description": "@weapp-core/init",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -39,8 +39,8 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "fs-extra": "^11.3.2",
42
- "@weapp-core/shared": "^2.0.1",
43
- "@weapp-core/logger": "^2.0.0"
42
+ "@weapp-core/logger": "^2.0.0",
43
+ "@weapp-core/shared": "^2.0.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/semver": "^7.7.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-template",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -23,8 +23,8 @@
23
23
  "g": "weapp-vite generate"
24
24
  },
25
25
  "devDependencies": {
26
- "miniprogram-api-typings": "^4.1.0",
27
- "sass": "^1.94.2",
26
+ "miniprogram-api-typings": "^4.1.1",
27
+ "sass": "^1.96.0",
28
28
  "typescript": "^5.9.3",
29
29
  "weapp-vite": "workspace:*"
30
30
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-tailwindcss-template",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite + tailwindcss 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -26,13 +26,13 @@
26
26
  "devDependencies": {
27
27
  "@egoist/tailwindcss-icons": "^1.9.0",
28
28
  "@iconify-json/mdi": "^1.2.3",
29
- "autoprefixer": "^10.4.22",
30
- "miniprogram-api-typings": "^4.1.0",
29
+ "autoprefixer": "^10.4.23",
30
+ "miniprogram-api-typings": "^4.1.1",
31
31
  "postcss": "^8.5.6",
32
- "sass": "^1.94.2",
33
- "tailwindcss": "^3.4.18",
32
+ "sass": "^1.96.0",
33
+ "tailwindcss": "^3.4.19",
34
34
  "typescript": "^5.9.3",
35
- "weapp-tailwindcss": "^4.8.4",
35
+ "weapp-tailwindcss": "^4.8.12",
36
36
  "weapp-vite": "workspace:*"
37
37
  }
38
38
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-tailwindcss-tdesign-template",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite + tailwindcss + tdesign 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -24,18 +24,18 @@
24
24
  "postinstall": "weapp-tw patch"
25
25
  },
26
26
  "dependencies": {
27
- "tdesign-miniprogram": "^1.11.2"
27
+ "tdesign-miniprogram": "^1.12.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@egoist/tailwindcss-icons": "^1.9.0",
31
31
  "@iconify-json/mdi": "^1.2.3",
32
- "autoprefixer": "^10.4.22",
33
- "miniprogram-api-typings": "^4.1.0",
32
+ "autoprefixer": "^10.4.23",
33
+ "miniprogram-api-typings": "^4.1.1",
34
34
  "postcss": "^8.5.6",
35
- "sass": "^1.94.2",
36
- "tailwindcss": "^3.4.18",
35
+ "sass": "^1.96.0",
36
+ "tailwindcss": "^3.4.19",
37
37
  "typescript": "^5.9.3",
38
- "weapp-tailwindcss": "^4.8.4",
38
+ "weapp-tailwindcss": "^4.8.12",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-tailwindcss-vant-template",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite + tailwindcss 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -29,13 +29,13 @@
29
29
  "devDependencies": {
30
30
  "@egoist/tailwindcss-icons": "^1.9.0",
31
31
  "@iconify-json/mdi": "^1.2.3",
32
- "autoprefixer": "^10.4.22",
33
- "miniprogram-api-typings": "^4.1.0",
32
+ "autoprefixer": "^10.4.23",
33
+ "miniprogram-api-typings": "^4.1.1",
34
34
  "postcss": "^8.5.6",
35
- "sass": "^1.94.2",
36
- "tailwindcss": "^3.4.18",
35
+ "sass": "^1.96.0",
36
+ "tailwindcss": "^3.4.19",
37
37
  "typescript": "^5.9.3",
38
- "weapp-tailwindcss": "^4.8.4",
38
+ "weapp-tailwindcss": "^4.8.12",
39
39
  "weapp-vite": "workspace:*"
40
40
  }
41
41
  }