@lytjs/dom 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.
- package/README.md +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -235,3 +235,8 @@ interface LytJSBridgeOptions {
|
|
|
235
235
|
- [@lytjs/core](../core) - 框架核心入口
|
|
236
236
|
- [@lytjs/host-contract](../host-contract) - 渲染器宿主抽象
|
|
237
237
|
- [@lytjs/dom-runtime](../dom-runtime) - DOM 运行时工具
|
|
238
|
+
|
|
239
|
+
## 依赖版本
|
|
240
|
+
|
|
241
|
+
- [@lytjs/common-is](https://www.npmjs.com/package/@lytjs/common-is): ^6.4.0
|
|
242
|
+
- [@lytjs/common-string](https://www.npmjs.com/package/@lytjs/common-string): ^6.4.0
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@lytjs/dom",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.5.0",
|
|
5
5
|
"description": "LytJS DOM utilities - Web Components integration and DOM enhancements",
|
|
6
6
|
"author": "lytjs",
|
|
7
7
|
"license": "MIT",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"clean": "rm -rf dist node_modules .turbo"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@lytjs/common-is": "
|
|
36
|
-
"@lytjs/common-string": "
|
|
35
|
+
"@lytjs/common-is": "workspace:*",
|
|
36
|
+
"@lytjs/common-string": "workspace:*"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"tsup": "^8.3.6",
|