krasavacode 0.4.1 → 0.4.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.
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **Шаг 1.** Скачай файл-установщик:
10
10
 
11
- ➡️ **[install-mac.command](https://github.com/alexrexby/krasavacode/raw/main/install-mac.command)**
11
+ ➡️ **[install-mac.command](https://github.com/alexrexby/krasavacode/releases/latest/download/install-mac.command)**
12
12
 
13
13
  (нажмёшь — он сразу скачается в папку «Загрузки»)
14
14
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  **Шаг 1.** Скачай файл-установщик:
30
30
 
31
- ➡️ **[install-windows.bat](https://github.com/alexrexby/krasavacode/raw/main/install-windows.bat)**
31
+ ➡️ **[install-windows.bat](https://github.com/alexrexby/krasavacode/releases/latest/download/install-windows.bat)**
32
32
 
33
33
  (нажмёшь — он сразу скачается в папку «Загрузки». Если Edge спросит «оставить или отменить», нажми **«Сохранить»**)
34
34
 
@@ -8,7 +8,7 @@ import { runDoctor } from '../src/doctor.js';
8
8
  import { runSetup } from '../src/setup.js';
9
9
 
10
10
  // Hardcoded so it works inside Bun --compile (no FS access to package.json)
11
- const VERSION = '0.4.1';
11
+ const VERSION = '0.4.2';
12
12
 
13
13
  const cmd = process.argv[2];
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krasavacode",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "KRASAVACODE — однокнопочный бесплатный вайбкодинг для учеников. Claude Code на бесплатных провайдерах через локальный gateway. Сам ставит Node при необходимости.",
5
5
  "type": "module",
6
6
  "bin": {