@nopeek/agent-bridge 0.4.0 → 0.4.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/dist/bridge.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { BridgeConfig, BrainSpec } from "./config.js";
2
- export declare const VERSION = "0.4.0";
2
+ export declare const VERSION = "0.4.1";
3
3
  export interface PairRequest {
4
4
  pairingSecret: string;
5
5
  appId: string;
package/dist/bridge.js CHANGED
@@ -13,7 +13,7 @@ import { ControlSocket } from "./control.js";
13
13
  import { resolveBrain } from "./brain.js";
14
14
  import { provisionSoul } from "./backends.js";
15
15
  import { isBrainBackend } from "./config.js";
16
- export const VERSION = "0.4.0";
16
+ export const VERSION = "0.4.1";
17
17
  export class PairError extends Error {
18
18
  code;
19
19
  constructor(code, message) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nopeek/agent-bridge",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Run your own agents as E2EE NoPeek bots. Pairs with a one-time code, runs every bot you own, and pipes messages to any command or webhook.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "node": ">=22"
24
24
  },
25
25
  "dependencies": {
26
- "@nopeek/chat": "0.1.0"
26
+ "@nopeek/chat": "0.2.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.10.0",