verani 0.1.3 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,7 +86,7 @@ export const ChatRoom = createActorHandler(chatRoom);
86
86
  The three-way relationship:
87
87
  1. **Export** in `src/index.ts`: `export { ChatRoom }`
88
88
  2. **Class name** in `wrangler.jsonc`: `"class_name": "ChatRoom"`
89
- 3. **Env binding**: Access via `env.CHAT` in your fetch handler
89
+ 3. **Env binding**: Access via `env.ChatRoom` in your fetch handler
90
90
 
91
91
  ### Client Side
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verani",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A simple, focused realtime SDK for Cloudflare Actors with Socket.io-like semantics",
5
5
  "license": "ISC",
6
6
  "keywords": [