marketing-agent-team 1.0.4 → 1.0.5

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.
@@ -249,7 +249,7 @@ user_settings:
249
249
 
250
250
  // 7. Create README for the module directory
251
251
  const readmePath = path.join(modulePath, 'README.md');
252
- const readmeContent = `# Marketing Agent Team Module
252
+ let readmeContent = `# Marketing Agent Team Module
253
253
 
254
254
  **Tier**: ${config.tier_selection}
255
255
  **Installed**: ${new Date().toISOString().split('T')[0]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marketing-agent-team",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Your Complete AI-Powered Marketing Team - 7 specialized agents for brand strategy, content creation, and performance analytics",
5
5
  "main": "index.js",
6
6
  "bin": {