@lunora/notify 1.0.0-alpha.10 → 1.0.0-alpha.11

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/dist/index.d.mts CHANGED
@@ -508,7 +508,7 @@ interface PushBroadcastJob {
508
508
  /** Discriminator so a shared queue can multiplex message kinds. */
509
509
  type: "lunora.push.broadcast";
510
510
  }
511
- /** The structural slice of a `@lunora/queue` producer (`ctx.queues.<name>`) used here. */
511
+ /** The structural slice of a `@lunora/queue` producer (`ctx.queues.<name>`) used here. */
512
512
  interface QueueProducerLike {
513
513
  send: (body: PushBroadcastJob) => Promise<void>;
514
514
  }
package/dist/index.d.ts CHANGED
@@ -508,7 +508,7 @@ interface PushBroadcastJob {
508
508
  /** Discriminator so a shared queue can multiplex message kinds. */
509
509
  type: "lunora.push.broadcast";
510
510
  }
511
- /** The structural slice of a `@lunora/queue` producer (`ctx.queues.&lt;name>`) used here. */
511
+ /** The structural slice of a `@lunora/queue` producer (`ctx.queues.<name>`) used here. */
512
512
  interface QueueProducerLike {
513
513
  send: (body: PushBroadcastJob) => Promise<void>;
514
514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/notify",
3
- "version": "1.0.0-alpha.10",
3
+ "version": "1.0.0-alpha.11",
4
4
  "description": "Multi-channel notifications for Lunora — ctx.notify / ctx.push over @visulima/notification: edge-safe Web Push + FCM, plus chat, in-app inbox and webhook channels, with subscription storage and queue-backed fan-out",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -49,7 +49,7 @@
49
49
  "access": "public"
50
50
  },
51
51
  "dependencies": {
52
- "@lunora/errors": "1.0.0-alpha.13",
52
+ "@lunora/errors": "1.0.0-alpha.14",
53
53
  "@visulima/notification": "1.0.5"
54
54
  },
55
55
  "engines": {