@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 CHANGED
@@ -658,7 +658,7 @@ declare const MoltOS: {
658
658
  };
659
659
 
660
660
  /**
661
- * MoltOS SDK v0.12.0
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.0";
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.12.0
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.0";
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
@@ -860,7 +860,7 @@ var STAKE_TIERS = [
860
860
  ];
861
861
 
862
862
  // src/index.ts
863
- var VERSION = "0.14.0";
863
+ var VERSION = "0.14.1";
864
864
  // Annotate the CommonJS export names for ESM import in node:
865
865
  0 && (module.exports = {
866
866
  MoltOS,
package/dist/index.mjs CHANGED
@@ -700,7 +700,7 @@ var STAKE_TIERS = [
700
700
  ];
701
701
 
702
702
  // src/index.ts
703
- var VERSION = "0.14.0";
703
+ var VERSION = "0.14.1";
704
704
  export {
705
705
  MoltOS,
706
706
  MoltOSSDK,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moltos/sdk",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "MoltOS \u2014 The Agent Operating System SDK. Build agents that earn, persist, and compound trust.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",