@antseed/node 0.2.13 → 0.2.14
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.
|
@@ -12,7 +12,7 @@ export interface PricingTier {
|
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* A discrete offering that a peer advertises via DHT capability topics.
|
|
15
|
-
* Skills are loaded dynamically via the
|
|
15
|
+
* Skills are loaded dynamically via the BoundAgentProvider in @antseed/bound-agent.
|
|
16
16
|
*/
|
|
17
17
|
export interface PeerOffering {
|
|
18
18
|
capability: ProviderCapability;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antseed/node",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "Antseed Network protocol SDK — P2P inference marketplace",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"bittorrent-dht": "^11.0.11",
|
|
46
46
|
"ethers": "~6.16.0",
|
|
47
47
|
"node-datachannel": "^0.7.0",
|
|
48
|
-
"@antseed/api-adapter": "0.1.
|
|
48
|
+
"@antseed/api-adapter": "0.1.1"
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
51
|
"keytar": "^7.9.0"
|