@iicp/client 0.7.95 → 0.7.96

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
@@ -39,7 +39,7 @@ What good looks like:
39
39
  ```bash
40
40
  iicp-node --help # shows query, serve, proxy, mcp-gateway, credits, ...
41
41
  which iicp-node # points to your Node/npm environment
42
- iicp-node --version # prints iicp-node 0.7.95 or newer
42
+ iicp-node --version # prints iicp-node 0.7.96 or newer
43
43
  ```
44
44
 
45
45
  The query command contacts the public directory, discovers a matching live node,
@@ -148,7 +148,7 @@ base URL. Full guide: <https://iicp.network/docs/proxy>
148
148
 
149
149
  ## Keep provider nodes current
150
150
 
151
- The current public release line is **0.7.95**. Upgrade through your package
151
+ The current public release line is **0.7.96**. Upgrade through your package
152
152
  manager before troubleshooting an older installation. Routing profiles can
153
153
  refuse remote dispatch before a prompt leaves the client; use `sensitive` for
154
154
  local-only work, `eu-restricted` for EU/EEA routing, or `strict-policy` when a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iicp/client",
3
- "version": "0.7.95",
3
+ "version": "0.7.96",
4
4
  "description": "Use the open IICP AI mesh from TypeScript or JavaScript without running a node",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",