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.
- package/dist/card-P5C36VBD.js +81 -0
- package/dist/chunk-BEI5MTNZ.js +91 -0
- package/dist/chunk-EZB4RUIG.js +372 -0
- package/dist/chunk-PJSYSVKN.js +491 -0
- package/dist/chunk-TQMI73LL.js +125 -0
- package/dist/chunk-V7M6GIJZ.js +666 -0
- package/dist/cli/index.js +495 -1353
- package/dist/conduct-JZJS2ZHA.js +115 -0
- package/dist/conductor-mode-DJ3RIJ5T.js +111 -0
- package/dist/index.d.ts +2174 -120
- package/dist/index.js +1721 -27
- package/dist/peers-G36URZYB.js +12 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentbnb",
|
|
3
|
-
"version": "
|
|
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",
|