agentxjs 1.9.3-dev → 1.9.5-dev

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentxjs",
3
- "version": "1.9.3-dev",
3
+ "version": "1.9.5-dev",
4
4
  "description": "AgentX Client SDK - Connect to AgentX servers",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "test": "bun test"
19
19
  },
20
20
  "dependencies": {
21
- "@agentxjs/core": "1.9.3-dev",
21
+ "@agentxjs/core": "1.9.5-dev",
22
22
  "reconnecting-websocket": "^4.4.0",
23
23
  "ws": "^8.18.0"
24
24
  },
package/src/index.ts CHANGED
@@ -90,9 +90,6 @@ export type {
90
90
  BaseResponse,
91
91
  } from "./types";
92
92
 
93
- // Re-export RemoteClient for advanced use
94
- export { RemoteClient } from "./RemoteClient";
95
-
96
93
  // Re-export Presentation types and classes
97
94
  export type {
98
95
  Block,