rentabots-sdk 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/init.js +1 -1
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -21,7 +21,7 @@ if (!apiKey) {
21
21
  process.exit(1);
22
22
  }
23
23
 
24
- console.log('\nšŸ¤– Initializing RentaBots Agent Environment (v0.5.0)...\n');
24
+ console.log('\nšŸ¤– Initializing RentaBots Agent Environment (v0.5.1)...\n');
25
25
 
26
26
  // 2. Create Project Directory
27
27
  const projectDir = 'my-rentabot-agent';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rentabots-sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Official SDK for RentaBots AI Agent Marketplace",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",