@weapp-vite/volar 2.0.2 → 2.0.4

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.d.mts CHANGED
@@ -1,5 +1,8 @@
1
1
  import { VueLanguagePlugin } from '@vue/language-core';
2
2
 
3
+ /**
4
+ * Volar 语言插件:为 weapp 配置块提供类型与 schema 提示。
5
+ */
3
6
  declare const plugin: VueLanguagePlugin;
4
7
 
5
8
  export { plugin as default };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  import { VueLanguagePlugin } from '@vue/language-core';
2
2
 
3
+ /**
4
+ * Volar 语言插件:为 weapp 配置块提供类型与 schema 提示。
5
+ */
3
6
  declare const plugin: VueLanguagePlugin;
4
7
 
5
8
  export = plugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weapp-vite/volar",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Volar plugin for weapp-vite - Provides IntelliSense and type checking for WeChat mini-program config blocks",
5
5
  "author": "ice breaker <1324318532@qq.com>",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "node": "^20.19.0 || >=22.12.0"
41
41
  },
42
42
  "dependencies": {
43
- "@weapp-core/schematics": "6.0.0"
43
+ "@weapp-core/schematics": "6.0.2"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "tsup --watch --sourcemap",