@lytjs/adapter-web 6.0.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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lytjs/adapter-web",
3
- "version": "6.0.0",
4
- "description": "LytJS Web platform adapter - RendererHost implementation for browser DOM",
3
+ "version": "6.5.0",
4
+ "description": "LytJS Web 平台适配器 - 浏览器 DOM RendererHost 实现",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",
@@ -24,15 +24,15 @@
24
24
  "clean": "rm -rf dist"
25
25
  },
26
26
  "dependencies": {
27
- "@lytjs/host-contract": "^6.0.0",
28
- "@lytjs/common-dom": "^6.0.0",
29
- "@lytjs/common-events": "^6.0.0",
30
- "@lytjs/common-is": "^6.0.0",
31
- "@lytjs/common-string": "^6.0.0",
32
- "@lytjs/common-error": "^6.0.0",
33
- "@lytjs/shared-types": "^6.0.0",
34
- "@lytjs/vdom": "^6.0.0",
35
- "@lytjs/reactivity": "^6.0.0"
27
+ "@lytjs/host-contract": "^6.4.0",
28
+ "@lytjs/common-dom": "^6.4.0",
29
+ "@lytjs/common-events": "^6.4.0",
30
+ "@lytjs/common-is": "^6.4.0",
31
+ "@lytjs/common-string": "^6.4.0",
32
+ "@lytjs/common-error": "^6.4.0",
33
+ "@lytjs/shared-types": "^6.4.0",
34
+ "@lytjs/vdom": "^6.4.0",
35
+ "@lytjs/reactivity": "^6.4.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "tsup": "^8.3.0",