@evolve.labs/devflow 0.8.2 → 0.8.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/lib/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const path = require('node:path');
2
2
 
3
- const VERSION = '0.8.2';
3
+ const VERSION = '0.8.3';
4
4
 
5
5
  // Root of the installed npm package (where source files live)
6
6
  const PACKAGE_ROOT = path.resolve(__dirname, '..');
package/lib/web.js CHANGED
@@ -29,7 +29,7 @@ async function webCommand(options) {
29
29
  if (!fs.existsSync(nodeModules)) {
30
30
  console.log('Installing web dependencies...');
31
31
  try {
32
- execSync('npm install --omit=dev', {
32
+ execSync('npm install', {
33
33
  cwd: webDir,
34
34
  stdio: 'inherit',
35
35
  timeout: 120_000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolve.labs/devflow",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Multi-agent system for software development with Claude Code. 6 specialized agents (Strategist, Architect, System Designer, Builder, Guardian, Chronicler) as slash commands.",
5
5
  "keywords": [
6
6
  "claude-code",