dank-ai 1.0.21 → 1.0.23

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/lib/cli/build.js CHANGED
@@ -20,6 +20,7 @@ async function buildCommand(options) {
20
20
 
21
21
  console.log(chalk.green('\\n✅ Pull completed successfully!'));
22
22
  }
23
+
23
24
 
24
25
  } catch (error) {
25
26
  console.error(chalk.red('❌ Pull failed:'), error.message);
@@ -115,6 +115,7 @@ async function productionBuildCommand(options) {
115
115
  }
116
116
 
117
117
  console.log(chalk.green('\n🎉 Production build completed successfully!'));
118
+ process.exit(0);
118
119
 
119
120
  } catch (error) {
120
121
  console.error(chalk.red('❌ Production build failed:'), error.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dank-ai",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Dank Agent Service - Docker-based AI agent orchestration platform",
5
5
  "main": "lib/index.js",
6
6
  "exports": {