@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 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("aether-msgbridge", "discord-1"); // "br.aether-msgbridge.discord-1"
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: "aether-msgbridge",
578
- specifier: "discord-1",
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.0",
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",