devbonzai 2.2.1 → 2.2.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/cli.js CHANGED
@@ -111,6 +111,8 @@ async function main() {
111
111
  packageJson.dependencies["body-parser"] = "^1.20.2";
112
112
  packageJson.dependencies["raw-body"] = "^2.5.2";
113
113
  packageJson.dependencies["@babel/parser"] = "^7.23.0";
114
+ packageJson.dependencies.eslint = "^8.57.0";
115
+ packageJson.dependencies.madge = "^6.1.0";
114
116
 
115
117
  // Add script to run receiver
116
118
  if (!packageJson.scripts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devbonzai",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "Quickly set up a local file server in any repository for browser-based file access",
5
5
  "main": "cli.js",
6
6
  "bin": {
@@ -40,8 +40,13 @@ logs/
40
40
  # Build outputs
41
41
  dist/
42
42
  build/
43
+ static/
44
+ out/
45
+ .next/
43
46
  *.min.js
44
47
  *.min.css
48
+ *.bundle.js
49
+ *.chunk.js
45
50
 
46
51
  # Temporary files
47
52
  *.tmp