svelte-adapter-uws 0.2.18 → 0.2.19

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,10 +40,15 @@ I've been loving Svelte and SvelteKit for a long time. I always wanted to expand
40
40
  - [Seeding initial state](#seeding-initial-state)
41
41
 
42
42
  **Plugins**
43
+ - [Middleware](#middleware)
43
44
  - [Replay (SSR gap)](#replay-ssr-gap)
44
45
  - [Presence](#presence)
45
46
  - [Typed channels](#typed-channels)
46
47
  - [Throttle/debounce](#throttledebounce)
48
+ - [Rate limiting](#rate-limiting)
49
+ - [Cursor (ephemeral state)](#cursor-ephemeral-state)
50
+ - [Queue (ordered delivery)](#queue-ordered-delivery)
51
+ - [Broadcast groups](#broadcast-groups)
47
52
 
48
53
  **Deployment & scaling**
49
54
  - [Deploying with Docker](#deploying-with-docker)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-adapter-uws",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "SvelteKit adapter for uWebSockets.js - high-performance C++ HTTP server with built-in WebSocket support",
5
5
  "author": "Kevin Radziszewski",
6
6
  "license": "MIT",