rk86 2.0.2 → 2.0.4
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/package.json +2 -2
- package/{rk86 → rk86.js} +1 -1
- package/rk86.ts +0 -3836
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk86",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Эмулятор Радио-86РК (Intel 8080) для терминала",
|
|
5
5
|
"bin": {
|
|
6
|
-
"rk86": "rk86"
|
|
6
|
+
"rk86": "rk86.js"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
9
|
"keywords": ["rk86", "radio-86rk", "emulator", "intel-8080", "i8080", "retro"],
|
package/{rk86 → rk86.js}
RENAMED
|
@@ -3711,7 +3711,7 @@ async function fetchFile(name) {
|
|
|
3711
3711
|
function printHelp() {
|
|
3712
3712
|
console.log(`\u042D\u043C\u0443\u043B\u044F\u0442\u043E\u0440 \u0420\u0430\u0434\u0438\u043E-86\u0420\u041A (\u0442\u0435\u0440\u043C\u0438\u043D\u0430\u043B)
|
|
3713
3713
|
|
|
3714
|
-
\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435:
|
|
3714
|
+
\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435: bunx rk86 [\u043E\u043F\u0446\u0438\u0438] [\u0444\u0430\u0439\u043B]
|
|
3715
3715
|
|
|
3716
3716
|
\u041E\u043F\u0446\u0438\u0438:
|
|
3717
3717
|
-h \u0441\u043F\u0440\u0430\u0432\u043A\u0430
|