@yiin/reactive-proxy-state 1.0.6 → 1.0.7

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 +2 -2
package/README.md CHANGED
@@ -6,6 +6,10 @@ A simple, standalone reactivity library inspired by Vue 3's reactivity system, d
6
6
 
7
7
  **Note:** This library currently only supports synchronous effect execution.
8
8
 
9
+ ## Documentation
10
+
11
+ For comprehensive documentation, visit our [documentation site](https://Yiin.github.io/reactive-proxy-state/).
12
+
9
13
  ## Installation
10
14
 
11
15
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yiin/reactive-proxy-state",
3
3
  "private": false,
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "description": "A simple, standalone reactivity library using Proxies",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "bugs": {
45
45
  "url": "https://github.com/Yiin/reactive-proxy-state/issues"
46
46
  },
47
- "homepage": "https://github.com/Yiin/reactive-proxy-state#readme",
47
+ "homepage": "https://Yiin.github.io/reactive-proxy-state/",
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },