@chahuadev/junk-sweeper-app 7.0.1 → 7.0.2

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 (2) hide show
  1. package/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -7,7 +7,7 @@ const os = require('os');
7
7
  const platform = os.platform();
8
8
  const arch = os.arch();
9
9
 
10
- const R2_BASE = 'https://pub-419d22521da042dfb27d1f404b3eb8a6.r2.dev/junk-sweeper';
10
+ const R2_BASE = 'https://r2.chahuadev.com/junk-sweeper';
11
11
 
12
12
  let downloadUrl = '';
13
13
  let fileName = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/junk-sweeper-app",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
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": {