agentbnb 2.2.0 → 3.0.0

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.
@@ -0,0 +1,12 @@
1
+ import {
2
+ findPeer,
3
+ loadPeers,
4
+ removePeer,
5
+ savePeer
6
+ } from "./chunk-BEI5MTNZ.js";
7
+ export {
8
+ findPeer,
9
+ loadPeers,
10
+ removePeer,
11
+ savePeer
12
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentbnb",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "P2P Agent Capability Sharing Protocol — Airbnb for AI agent pipelines",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "protocol",
40
40
  "airbnb"
41
41
  ],
42
- "author": "Cheng Wen <樂洋集團>",
42
+ "author": "Cheng Wen Chen",
43
43
  "license": "MIT",
44
44
  "devDependencies": {
45
45
  "@types/better-sqlite3": "^7.6.12",