stigmergy 1.3.2-beta.9 → 1.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stigmergy",
3
- "version": "1.3.2-beta.9",
3
+ "version": "1.3.3",
4
4
  "description": "Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -150,7 +150,7 @@ async function handleInitCommand(options = {}) {
150
150
 
151
151
  // Create basic config
152
152
  const config = {
153
- version: '1.3.2-beta.3',
153
+ version: '1.3.2',
154
154
  created: new Date().toISOString(),
155
155
  project: path.basename(projectDir)
156
156
  };
@@ -95,7 +95,7 @@ async function main() {
95
95
 
96
96
  // Program setup
97
97
  program
98
- .version('1.3.2-beta.3')
98
+ .version('1.3.2')
99
99
  .description('Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System')
100
100
  .name('stigmergy');
101
101