alurkerja-cli 1.0.23 → 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/index.js CHANGED
@@ -19,7 +19,7 @@ const https = require('https');
19
19
  const { execSync, spawn } = require('child_process');
20
20
  const os = require('os');
21
21
 
22
- const MINIO_BASE_URL = 'https://minio-admin.merapi.javan.id/javan-cli/dist';
22
+ const MINIO_BASE_URL = 'https://minio.merapi.javan.id/javan-cli/dist';
23
23
  const VERSION = 'v1.0.0'; // Will be replaced during build
24
24
  const INSTALL_DIR = path.join(os.homedir(), '.alurkerja', 'bin');
25
25
  const BINARY_NAME = os.platform() === 'win32' ? 'alurkerja.exe' : 'alurkerja';
package/index.js.backup CHANGED
@@ -19,7 +19,7 @@ const https = require('https');
19
19
  const { execSync, spawn } = require('child_process');
20
20
  const os = require('os');
21
21
 
22
- const MINIO_BASE_URL = 'https://minio-admin.merapi.javan.id/javan-cli/dist';
22
+ const MINIO_BASE_URL = 'https://minio.merapi.javan.id/javan-cli/dist';
23
23
  const VERSION = 'v1.0.0'; // Will be replaced during build
24
24
  const INSTALL_DIR = path.join(os.homedir(), '.alurkerja', 'bin');
25
25
  const BINARY_NAME = os.platform() === 'win32' ? 'alurkerja.exe' : 'alurkerja';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alurkerja-cli",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Alurkerja CLI - npx wrapper for Go binary",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alurkerja-cli",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Alurkerja CLI - npx wrapper for Go binary",
5
5
  "main": "index.js",
6
6
  "private": false,