@k-msg/channel 0.16.0 → 0.17.0

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.
package/README.md CHANGED
@@ -18,6 +18,10 @@ bun add @k-msg/channel @k-msg/core
18
18
  - **Permission Management**: Role-based access control for channels
19
19
  - **Status Monitoring**: Real-time channel status monitoring
20
20
 
21
+ ## Runtime Compatibility
22
+
23
+ - Works in Edge runtimes without `nodejs_compat` (no runtime dependency on Node built-ins).
24
+
21
25
  ## Basic Usage
22
26
 
23
27
  ```typescript
@@ -76,4 +80,4 @@ const numberStatus = await channelService.getSenderNumberStatus(senderNumber.id)
76
80
 
77
81
  ## License
78
82
 
79
- MIT
83
+ MIT