@iadev93/zuno-react 0.0.4 → 0.0.6

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 +21 -2
package/README.md CHANGED
@@ -53,6 +53,10 @@ function App() {
53
53
 
54
54
  ---
55
55
 
56
+ If you’re using Zuno in a real project, please open an issue and tell us your use case.
57
+
58
+ ---
59
+
56
60
  ## License
57
61
 
58
62
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iadev93/zuno-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -24,5 +24,24 @@
24
24
  "@types/react": "^18.0.0",
25
25
  "typescript": "^5.9.3",
26
26
  "@iadev93/zuno": "workspace:*"
27
- }
27
+ },
28
+ "keywords": [
29
+ "state",
30
+ "state-management",
31
+ "sync",
32
+ "sse",
33
+ "server-sent-events",
34
+ "broadcastchannel",
35
+ "distributed-state",
36
+ "event-sourcing",
37
+ "universal-state",
38
+ "realtime"
39
+ ],
40
+ "homepage": "https://github.com/IADev-Channel/zuno",
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/IADev-Channel/zuno.git"
44
+ },
45
+ "author": "Ibrahim Aftab",
46
+ "license": "MIT"
28
47
  }