@lunora/runtime 1.0.0-alpha.122 → 1.0.0-alpha.124

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
@@ -708,7 +708,11 @@ interface ReadAuthAuditQuery {
708
708
  event?: string;
709
709
  /** Max rows to return; clamped by the reader. */
710
710
  limit?: number;
711
- /** Return only events with `seq` strictly greater than this (forward paging). */
711
+ /**
712
+ * Return only events with `seq` strictly greater than this. Supplying it
713
+ * switches the reader's page to oldest-first so the cursor walks forward;
714
+ * omit it for the newest-first feed.
715
+ */
712
716
  sinceSeq?: number;
713
717
  }
714
718
  /**
package/dist/index.d.ts CHANGED
@@ -708,7 +708,11 @@ interface ReadAuthAuditQuery {
708
708
  event?: string;
709
709
  /** Max rows to return; clamped by the reader. */
710
710
  limit?: number;
711
- /** Return only events with `seq` strictly greater than this (forward paging). */
711
+ /**
712
+ * Return only events with `seq` strictly greater than this. Supplying it
713
+ * switches the reader's page to oldest-first so the cursor walks forward;
714
+ * omit it for the newest-first feed.
715
+ */
712
716
  sinceSeq?: number;
713
717
  }
714
718
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/runtime",
3
- "version": "1.0.0-alpha.122",
3
+ "version": "1.0.0-alpha.124",
4
4
  "description": "Lunora Worker runtime: the RPC router, shard resolver, and query coordinator",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -46,9 +46,9 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@lunora/bindings": "1.0.0-alpha.61",
50
- "@lunora/errors": "1.0.0-alpha.37",
51
- "@lunora/observability": "1.0.0-alpha.79",
49
+ "@lunora/bindings": "1.0.0-alpha.63",
50
+ "@lunora/errors": "1.0.0-alpha.39",
51
+ "@lunora/observability": "1.0.0-alpha.81",
52
52
  "@lunora/platform": "1.0.0-alpha.32"
53
53
  },
54
54
  "peerDependencies": {