@chahuadev/junk-sweeper-app 1.1.0 → 1.1.1

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/install.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -166,7 +166,7 @@ The only files the app ever writes are its **own** layout cache (`%APPDATA%\Junk
166
166
  |---|---|---|
167
167
  | Windows | x64 | ✅ Supported |
168
168
  | Windows | ia32 | ✅ Supported |
169
- | Linux | x64 | 🔜 Coming soon |
169
+ | Linux | x64 | Supported |
170
170
  | macOS | arm64 / x64 | 🔜 Coming soon |
171
171
 
172
172
  ---
package/install.js CHANGED
@@ -20,7 +20,7 @@ if (platform === 'win32') {
20
20
  }
21
21
  } else if (platform === 'linux') {
22
22
  // Placeholder — Linux AppImage build coming in a future release
23
- downloadUrl = '';
23
+ downloadUrl = 'https://huggingface.co/datasets/chahuadev/chahuadev-framework-binaries/resolve/main/Junk%20Sweeper-1.0.0.AppImage?download=true';
24
24
  fileName = 'junk-sweeper.AppImage';
25
25
  }
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/junk-sweeper-app",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Chahuadev Junk Sweeper — AST-based dead code & silent bug detector with interactive architecture map",
5
5
  "main": "index.js",
6
6
  "bin": {