@lunora/runtime 1.0.0-alpha.121 → 1.0.0-alpha.123
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +4 -4
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
|
-
/**
|
|
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
|
-
/**
|
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.123",
|
|
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.
|
|
50
|
-
"@lunora/errors": "1.0.0-alpha.
|
|
51
|
-
"@lunora/observability": "1.0.0-alpha.
|
|
49
|
+
"@lunora/bindings": "1.0.0-alpha.62",
|
|
50
|
+
"@lunora/errors": "1.0.0-alpha.38",
|
|
51
|
+
"@lunora/observability": "1.0.0-alpha.80",
|
|
52
52
|
"@lunora/platform": "1.0.0-alpha.32"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|