@scitrera/aether-client 0.2.0 → 0.2.1
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 +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -458,7 +458,7 @@ uniqueTaskTopic("prod", "report", "daily"); // "tu.prod.report.daily"
|
|
|
458
458
|
taskBroadcastTopic("prod", "worker"); // "tb.prod.worker"
|
|
459
459
|
globalAgentsTopic("prod"); // "ga.prod"
|
|
460
460
|
eventTopic("task.completed"); // "event.task.completed"
|
|
461
|
-
bridgeTopic("
|
|
461
|
+
bridgeTopic("example-bridge", "instance-1"); // "br.example-bridge.instance-1"
|
|
462
462
|
```
|
|
463
463
|
|
|
464
464
|
## Principal Types
|
|
@@ -574,8 +574,8 @@ import { BridgeClient, MessageType } from "@scitrera/aether-client";
|
|
|
574
574
|
|
|
575
575
|
const bridge = new BridgeClient({
|
|
576
576
|
address: "localhost:50051",
|
|
577
|
-
implementation: "
|
|
578
|
-
specifier: "
|
|
577
|
+
implementation: "example-bridge",
|
|
578
|
+
specifier: "instance-1",
|
|
579
579
|
});
|
|
580
580
|
|
|
581
581
|
bridge.onMessage((msg) => {
|
package/dist/index.cjs
CHANGED
|
@@ -1451,7 +1451,7 @@ function extractGrant(response) {
|
|
|
1451
1451
|
// package.json
|
|
1452
1452
|
var package_default = {
|
|
1453
1453
|
name: "@scitrera/aether-client",
|
|
1454
|
-
version: "0.2.
|
|
1454
|
+
version: "0.2.1",
|
|
1455
1455
|
description: "TypeScript/JavaScript SDK for the Aether distributed control plane",
|
|
1456
1456
|
license: "Apache-2.0",
|
|
1457
1457
|
author: "scitrera.ai",
|