@lytjs/web 6.4.0 → 6.5.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -177,3 +177,7 @@ import type {
177
177
  - [@lytjs/core](../core) - 框架核心
178
178
  - [@lytjs/adapter-web](../adapter-web) - Web 平台适配器
179
179
  - [@lytjs/common-dom](../common/packages/dom) - DOM 工具
180
+
181
+ ## 依赖版本
182
+
183
+ 本包为纯工具包,无外部 @lytjs 依赖
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@lytjs/web",
4
- "version": "6.4.0",
4
+ "version": "6.5.0",
5
5
  "description": "LytJS web platform utilities - CSS variables and web-specific features",
6
6
  "author": "lytjs",
7
7
  "license": "MIT",