claude-flow-novice 1.3.4 → 1.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow-novice",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Standalone Claude Flow for beginners - AI agent orchestration made easy. Enhanced init command creates complete agent system, MCP configuration with 30 essential tools, and automated hooks. Fully standalone with zero external dependencies, all memory leaks eliminated, complete project setup in one command.",
5
5
  "mcpName": "io.github.ruvnet/claude-flow",
6
6
  "main": ".claude-flow-novice/dist/index.js",
@@ -228,6 +228,7 @@
228
228
  "compression": "^1.7.4",
229
229
  "cors": "^2.8.5",
230
230
  "fs-extra": "^11.2.0",
231
+ "glob": "^11.0.0",
231
232
  "helmet": "^7.0.0",
232
233
  "inquirer": "^12.9.6",
233
234
  "ora": "^8.2.0",
@@ -1,7 +1,6 @@
1
1
  import fs from 'fs/promises';
2
2
  import path from 'path';
3
- import pkg from 'glob';
4
- const { glob } = pkg;
3
+ import { glob } from 'glob';
5
4
 
6
5
  /**
7
6
  * Language Detection System