@arsedizioni/ars-utils 22.0.23 → 22.0.30

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.
@@ -3450,7 +3450,7 @@ class BroadcastService {
3450
3450
  /**
3451
3451
  * Creates a new standalone `BroadcastChannelManager` instance bound to the shared ARS channel.
3452
3452
  * Useful when a caller needs direct channel access outside the service.
3453
- * @returns A new `BroadcastChannelManager` connected to `'D2693418-B18F-41BB-BAE9-41BB5407957A-CHANNEL'`.
3453
+ * @returns A new `BroadcastChannelManager` connected to the shared channel.
3454
3454
  */
3455
3455
  static createChannel() {
3456
3456
  return new BroadcastChannelManager(CHANNEL_NAME);