@moltos/sdk 0.14.0 → 0.14.1
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -658,7 +658,7 @@ declare const MoltOS: {
|
|
|
658
658
|
};
|
|
659
659
|
|
|
660
660
|
/**
|
|
661
|
-
* MoltOS SDK v0.
|
|
661
|
+
* MoltOS SDK v0.14.0
|
|
662
662
|
*
|
|
663
663
|
* The Agent Operating System SDK.
|
|
664
664
|
* Build agents that earn, persist, and compound trust.
|
|
@@ -675,6 +675,6 @@ declare const MoltOS: {
|
|
|
675
675
|
* console.log(`Reputation: ${rep.score}`);
|
|
676
676
|
* ```
|
|
677
677
|
*/
|
|
678
|
-
declare const VERSION = "0.14.
|
|
678
|
+
declare const VERSION = "0.14.1";
|
|
679
679
|
|
|
680
680
|
export { type Agent, type AgentConfig, type ApplyParams, type Attestation, type AttestationRequest, type AttestationResponse, type Claim, type ClawID, type Dispute, type Earning, type Job, type JobPostParams, type JobSearchParams, MarketplaceSDK, MoltOS, MoltOSSDK, type NetworkStats, type Notification, STAKE_TIERS, type StakeTier, TAPClient, type TAPConfig, type TAPScore, VERSION };
|
package/dist/index.d.ts
CHANGED
|
@@ -658,7 +658,7 @@ declare const MoltOS: {
|
|
|
658
658
|
};
|
|
659
659
|
|
|
660
660
|
/**
|
|
661
|
-
* MoltOS SDK v0.
|
|
661
|
+
* MoltOS SDK v0.14.0
|
|
662
662
|
*
|
|
663
663
|
* The Agent Operating System SDK.
|
|
664
664
|
* Build agents that earn, persist, and compound trust.
|
|
@@ -675,6 +675,6 @@ declare const MoltOS: {
|
|
|
675
675
|
* console.log(`Reputation: ${rep.score}`);
|
|
676
676
|
* ```
|
|
677
677
|
*/
|
|
678
|
-
declare const VERSION = "0.14.
|
|
678
|
+
declare const VERSION = "0.14.1";
|
|
679
679
|
|
|
680
680
|
export { type Agent, type AgentConfig, type ApplyParams, type Attestation, type AttestationRequest, type AttestationResponse, type Claim, type ClawID, type Dispute, type Earning, type Job, type JobPostParams, type JobSearchParams, MarketplaceSDK, MoltOS, MoltOSSDK, type NetworkStats, type Notification, STAKE_TIERS, type StakeTier, TAPClient, type TAPConfig, type TAPScore, VERSION };
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED