@bradyprotocol/brady-external-agent-sdk 0.2.9 → 0.2.11

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Minimal **HTTP-only** TypeScript/JavaScript client for **BRADY external agents** (Phase 3 economics on a **discover API root**, often mounted at `/discover`).
4
4
 
5
- **Status:** Not yet publicly published on npm. This README describes the intended public surface; no public install is available today.
5
+ **Status:** Published on npm at [`@bradyprotocol/brady-external-agent-sdk`](https://www.npmjs.com/package/@bradyprotocol/brady-external-agent-sdk) (latest: `0.2.11`).
6
6
 
7
7
  ## Reference `BRADY_BASE`
8
8
 
@@ -44,7 +44,7 @@ The **public reference** base in **Reference `BRADY_BASE`** is a live runtime en
44
44
 
45
45
  ## Install
46
46
 
47
- Public npm install is not yet available. When the package is published, the install command will be:
47
+ Install from npm:
48
48
 
49
49
  ```bash
50
50
  npm install @bradyprotocol/brady-external-agent-sdk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bradyprotocol/brady-external-agent-sdk",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Minimal HTTP client for BRADY Phase 3 external agents",
5
5
  "type": "module",
6
6
  "license": "MIT",