blockmine 1.5.1 → 1.5.3
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 +5 -2
- package/image/1.png +0 -0
- package/image/2.png +0 -0
- package/image/3.png +0 -0
- package/image/logo.png +0 -0
- package/image/visualcommand.png +0 -0
- package/tailwind.config.js +0 -0
- package/test_visual_command.json +0 -9
- package/vite.config.js +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blockmine",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Мощная панель управления ботами для Майнкрафта.",
|
|
5
5
|
"author": "merka",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/blockmineJS/blockmine.git"
|
|
9
|
+
"url": "git+https://github.com/blockmineJS/blockmine.git"
|
|
10
10
|
},
|
|
11
11
|
"bin": {
|
|
12
12
|
"blockmine": "backend/cli.js"
|
|
@@ -41,11 +41,14 @@
|
|
|
41
41
|
"express-validator": "^7.2.1",
|
|
42
42
|
"framer-motion": "^12.19.2",
|
|
43
43
|
"fs-extra": "^11.3.0",
|
|
44
|
+
"iconv-lite": "^0.6.3",
|
|
44
45
|
"jsonwebtoken": "^9.0.2",
|
|
45
46
|
"mineflayer": "^4.20.1",
|
|
46
47
|
"multer": "^2.0.1",
|
|
47
48
|
"node-cron": "^4.1.0",
|
|
48
49
|
"pidusage": "^3.0.2",
|
|
50
|
+
"pino": "^9.7.0",
|
|
51
|
+
"pino-pretty": "^13.0.0",
|
|
49
52
|
"prisma": "^5.14.0",
|
|
50
53
|
"react-textarea-autosize": "^8.5.9",
|
|
51
54
|
"react-virtualized-auto-sizer": "^1.0.26",
|
package/image/1.png
DELETED
|
Binary file
|
package/image/2.png
DELETED
|
Binary file
|
package/image/3.png
DELETED
|
Binary file
|
package/image/logo.png
DELETED
|
Binary file
|
package/image/visualcommand.png
DELETED
|
Binary file
|
package/tailwind.config.js
DELETED
|
File without changes
|
package/test_visual_command.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "test_hello",
|
|
3
|
-
"description": "Тестовая визуальная команда",
|
|
4
|
-
"aliases": ["hello", "привет"],
|
|
5
|
-
"cooldown": 0,
|
|
6
|
-
"allowedChatTypes": ["chat", "private"],
|
|
7
|
-
"argumentsJson": "[]",
|
|
8
|
-
"graphJson": "{\"nodes\":[{\"id\":\"start_node_1\",\"type\":\"event:command\",\"position\":{\"x\":100,\"y\":100},\"data\":{}},{\"id\":\"send_message_1\",\"type\":\"action:send_message\",\"position\":{\"x\":400,\"y\":100},\"data\":{\"message\":\"Привет! Это сообщение от визуальной команды!\"}}],\"connections\":[{\"id\":\"conn_1\",\"sourceNodeId\":\"start_node_1\",\"sourcePinId\":\"exec\",\"targetNodeId\":\"send_message_1\",\"targetPinId\":\"exec\"},{\"id\":\"conn_2\",\"sourceNodeId\":\"start_node_1\",\"sourcePinId\":\"chat_type\",\"targetNodeId\":\"send_message_1\",\"targetPinId\":\"chat_type\"}]}"
|
|
9
|
-
}
|
package/vite.config.js
DELETED
|
File without changes
|