afront 1.0.22 → 1.0.24

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/install.js CHANGED
@@ -9,7 +9,7 @@ const AdmZip = require('adm-zip');
9
9
  const readline = require('readline');
10
10
 
11
11
  // Configuration
12
- const GITHUB_ZIP_URL = 'https://github.com/Asggen/afront/archive/refs/tags/v1.0.22.zip'; // Updated URL
12
+ const GITHUB_ZIP_URL = 'https://github.com/Asggen/afront/archive/refs/tags/v1.0.24.zip'; // Updated URL
13
13
 
14
14
  // Define files to skip
15
15
  const SKIP_FILES = ['FUNDING.yml', 'CODE_OF_CONDUCT.md', 'SECURITY.md', 'install.js', '.npmrc'];