@uni_toolkit/vite-plugin-component-config 0.0.14 → 0.0.15-alpha.1764125154422

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  一个用于 UniApp 项目的 Vite 插件,用于处理 Vue 文件中的 `<component-config>` 标签,将配置提取并合并到对应的 `小程序 JSON 文件` 中。
4
4
 
5
+ > [!TIP]
6
+ > **Node.js** >= 18.0.0
7
+
5
8
  ## 功能特性
6
9
 
7
10
  - 🎯 **配置提取**:从 Vue 文件的 `<component-config>` 标签中提取 JSON 配置
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uni_toolkit/vite-plugin-component-config",
3
- "version": "0.0.14",
3
+ "version": "0.0.15-alpha.1764125154422",
4
4
  "license": "MIT",
5
5
  "author": "chouchouji <1305974212@qq.com>",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080120250820001",
41
41
  "@rollup/pluginutils": "^5.3.0",
42
42
  "lodash-es": "^4.17.21",
43
- "@uni_toolkit/shared": "0.0.14"
43
+ "@uni_toolkit/shared": "0.0.15-alpha.1764125154422"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "5.3.3",
@@ -52,6 +52,9 @@
52
52
  "peerDependencies": {
53
53
  "vite": "^5.0.0"
54
54
  },
55
+ "engines": {
56
+ "node": ">=18.0.0"
57
+ },
55
58
  "scripts": {
56
59
  "build": "tsup",
57
60
  "dev": "tsup --watch"