@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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. 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.1.0",
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/@lytjs/lytjs"
22
+ "url": "https://gitee.com/lytjs/lytjs"
23
23
  },
24
- "homepage": "https://gitee.com/@lytjs/lytjs",
24
+ "homepage": "https://gitee.com/lytjs/lytjs",
25
25
  "keywords": [
26
26
  "lyt",
27
27
  "lytjs",
package/dist/index.d.mts DELETED
@@ -1,6 +0,0 @@
1
- // Type declarations for @lyt/reactivity
2
- // Auto-generated by bundle.js
3
-
4
- export type { ReactiveOptions } from './reactive';
5
- export type { Ref, UnwrapRef } from './ref';
6
- export type { SchedulerJob } from './scheduler';