@byollm/relay 0.1.0-alpha.87 → 0.1.0-alpha.89
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 +1 -1
- package/dist/{chunk-EEATTEXW.js → chunk-TOLKQRTU.js} +2 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/{store-CZnzn7TL.d.ts → store-DLf0gPOY.d.ts} +17 -1
- package/dist/store-contract.d.ts +1 -1
- package/dist/store-contract.js +18 -1
- package/dist/store-contract.js.map +1 -1
- package/package.json +6 -6
- /package/dist/{chunk-EEATTEXW.js.map → chunk-TOLKQRTU.js.map} +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
> [!WARNING]
|
|
2
|
-
> **Alpha (`0.1.0-alpha.
|
|
2
|
+
> **Alpha (`0.1.0-alpha.89`) — under active development. Don't use this yet.**
|
|
3
3
|
>
|
|
4
4
|
> This is a walking skeleton. It routes real jobs between real daemons and real
|
|
5
5
|
> sites, and it is the fixture byollm_009 freezes against — but it keeps its
|
|
@@ -407,8 +407,9 @@ var RelayState = class {
|
|
|
407
407
|
|
|
408
408
|
export {
|
|
409
409
|
AWAITING_PAYLOAD_MS,
|
|
410
|
+
SEAL_ATTEMPTS_BEFORE_EVICTION,
|
|
410
411
|
RETRY_AFTER_MS,
|
|
411
412
|
routeKey,
|
|
412
413
|
RelayState
|
|
413
414
|
};
|
|
414
|
-
//# sourceMappingURL=chunk-
|
|
415
|
+
//# sourceMappingURL=chunk-TOLKQRTU.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PublicIdentity, CapabilityMatrix, ClaimedStub, SignedGrant } from '@byollm/protocol';
|
|
2
|
-
import { R as RoutingStore } from './store-
|
|
3
|
-
export { A as AWAITING_PAYLOAD_MS, C as ClaimInput, G as Grant, H as HolderRefusal, P as Presence, a as RelayState, b as ReleaseReason, c as RoutedJob, d as RoutedState, r as routeKey } from './store-
|
|
2
|
+
import { R as RoutingStore } from './store-DLf0gPOY.js';
|
|
3
|
+
export { A as AWAITING_PAYLOAD_MS, C as ClaimInput, G as Grant, H as HolderRefusal, P as Presence, a as RelayState, b as ReleaseReason, c as RoutedJob, d as RoutedState, S as SEAL_ATTEMPTS_BEFORE_EVICTION, r as routeKey } from './store-DLf0gPOY.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
6
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2,8 +2,9 @@ import {
|
|
|
2
2
|
AWAITING_PAYLOAD_MS,
|
|
3
3
|
RETRY_AFTER_MS,
|
|
4
4
|
RelayState,
|
|
5
|
+
SEAL_ATTEMPTS_BEFORE_EVICTION,
|
|
5
6
|
routeKey
|
|
6
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-TOLKQRTU.js";
|
|
7
8
|
|
|
8
9
|
// src/index.ts
|
|
9
10
|
import {
|
|
@@ -1572,6 +1573,7 @@ export {
|
|
|
1572
1573
|
RelayState,
|
|
1573
1574
|
RevocationRecord,
|
|
1574
1575
|
RosterRecord,
|
|
1576
|
+
SEAL_ATTEMPTS_BEFORE_EVICTION,
|
|
1575
1577
|
SiteRecord,
|
|
1576
1578
|
debugPage,
|
|
1577
1579
|
newDeviceCode,
|