@lytjs/reactivity 3.1.0 → 3.2.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/package.json +3 -3
- package/dist/index.d.mts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lytjs/reactivity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Lyt.js 响应式系统 - 提供响应式数据、计算属性、侦听器等核心响应式能力",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"author": "lytjs",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://gitee.com
|
|
22
|
+
"url": "https://gitee.com/lytjs/lytjs"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://gitee.com
|
|
24
|
+
"homepage": "https://gitee.com/lytjs/lytjs",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"lyt",
|
|
27
27
|
"lytjs",
|