verani 0.4.3 → 0.4.4

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 +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -252,14 +252,17 @@ See `examples/` for chat, presence, and notifications demos!
252
252
 
253
253
  ## Project Status
254
254
 
255
- Verani is in active development. Current version is an MVP focused on core functionality:
255
+ Verani is in active development. Current version includes:
256
256
 
257
+ **Implemented:**
257
258
  - Core realtime messaging
258
259
  - Hibernation support
259
260
  - Client reconnection
260
- - Presence protocol (coming soon)
261
- - Persistent storage integration (coming soon)
262
- - React/framework adapters (coming soon)
261
+ - Presence protocol with multi-device support
262
+ - Persistent storage integration with Durable Object storage
263
+
264
+ **Coming Soon:**
265
+ - React/framework adapters
263
266
 
264
267
  ## License
265
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verani",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "A simple, focused realtime SDK for Cloudflare Actors with Socket.io-like semantics",
5
5
  "license": "ISC",
6
6
  "keywords": [