@hazeljs/websocket 0.2.0-beta.48 → 0.2.0-beta.49

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @hazeljs/websocket
2
2
 
3
- **WebSocket and Server-Sent Events Module for HazelJS**
3
+ **Real-time, the HazelJS way.**
4
4
 
5
- Build real-time applications with WebSocket support, room management, and event-driven architecture.
5
+ WebSockets and SSE. Rooms, broadcasting, decorator-based handlers. `@WebSocketGateway`, `@OnMessage`, `@Subscribe`. Chat, notifications, live dashboards — without the socket.io complexity.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@hazeljs/websocket.svg)](https://www.npmjs.com/package/@hazeljs/websocket)
8
8
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/websocket)](https://www.npmjs.com/package/@hazeljs/websocket)
@@ -527,5 +527,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
527
527
  - [Documentation](https://hazeljs.com/docs/packages/websocket)
528
528
  - [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
529
529
  - [GitHub](https://github.com/hazel-js/hazeljs)
530
- - [Issues](https://github.com/hazeljs/hazel-js/issues)
530
+ - [Issues](https://github.com/hazel-js/hazeljs/issues)
531
531
  - [Discord](https://discord.gg/hazeljs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/websocket",
3
- "version": "0.2.0-beta.48",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "WebSocket and Server-Sent Events module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -51,5 +51,5 @@
51
51
  "peerDependencies": {
52
52
  "@hazeljs/core": ">=0.2.0-beta.0"
53
53
  },
54
- "gitHead": "0790e29cadc8406bad8993053322ee119c4acdc6"
54
+ "gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
55
55
  }