Commit Graph

53 Commits

Author SHA1 Message Date
dependabot[bot]
b8d7f2ef76
Build(deps): Bump socket.io-parser and socket.io-client
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.3 and updates ancestor dependency [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together.


Updates `socket.io-parser` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

Updates `socket.io-client` from 3.1.3 to 4.6.1
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/3.1.3...4.6.1)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
- dependency-name: socket.io-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 23:26:19 +00:00
unitwk
659cf3b190 Feat: add koa-send for download file 2023-05-20 11:09:03 +08:00
unitwk
8e72d05708 Feat: change version 2023-05-18 16:43:14 +08:00
unitwk@outlook.com
c23648f201 Feat: properties.stringify unicode = true 2023-05-18 16:24:29 +08:00
dependabot[bot]
2d146af774
Build(deps): Bump engine.io and socket.io
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.


Updates `engine.io` from 6.2.1 to 6.4.2
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.2.1...6.4.2)

Updates `socket.io` from 4.5.3 to 4.6.1
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.5.3...4.6.1)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-04 00:55:16 +00:00
unitwk
82b6a22b51 Feat: update version 2023-02-18 15:16:03 +08:00
unitwk
9bc45a814f Refactor: File manager for win32 2023-02-05 12:51:23 +08:00
unitwk
a825bd5d26 Feat: update package.json 2023-01-15 16:37:01 +08:00
unitwk
c32c1bf825 Feat: update version 2023-01-02 14:39:37 +08:00
unitwk
68af74b400 Feat: update ts-node version 2022-12-22 23:07:51 +08:00
unitwk
5839c1566f Fix: pty command error in windows 2022-11-29 19:04:49 +08:00
unitwk
a20bb3d631 Merge branch 'master' of github.com:Suwings/MCSManager-Daemon 2022-11-25 19:04:22 +08:00
unitwk
1cee1ca96e Feat: Update version 2022-11-25 19:04:15 +08:00
dependabot[bot]
829e2d8c0b
Build(deps): Bump engine.io and socket.io
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.


Updates `engine.io` from 4.1.2 to 6.2.1
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/4.1.2...6.2.1)

Updates `socket.io` from 3.1.2 to 4.5.3
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/3.1.2...4.5.3)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 01:30:58 +00:00
unitwk
2e15f2fa1d Feat: update package.json 2022-11-19 12:21:31 +08:00
unitwk
795fbe23b7 Fix: zip and unzip status 2022-11-13 15:23:10 +08:00
unitwk
03f387da7c Merge branch 'master' of github.com:Suwings/MCSManager-Daemon 2022-11-13 15:08:15 +08:00
unitwk
bf87a3910d Fix: zip command params error 2022-11-13 15:07:47 +08:00
White_Paper_
ddf4bdb83a Feat: Added support for toml config file 2022-11-11 01:41:28 +08:00
unitwk
eaee277828 Feat: update version 2022-11-01 15:48:03 +08:00
unitwk
3182164b24 Feat: add quick install task 2022-10-17 15:25:47 +08:00
Unitwk
76d1db3135
Update package.json 2022-09-15 15:12:52 +08:00
Unitwk
097a2419b7
Feat: updater version 2022-08-22 11:43:33 +08:00
unitwk
84c2c5cd65 Refactor: start instance mode 2022-08-11 12:07:33 +08:00
unitwk
ce4508f457 Feat: version 2022-08-05 20:22:15 +08:00
Suwings
0594518f25 Feat: Add i18n 2022-07-27 21:29:27 +08:00
Suwings
06cbf6a478 Feat: 新增Webpack构建打包 2022-07-17 17:38:51 +08:00
Suwings
37ca742a3a Feat: 修改版本号 2022-07-10 12:35:17 +08:00
Suwings
ff89d374f3 Feat: 新增新版解压文件 2022-07-03 16:36:41 +08:00
Suwings
614a96e522 Feat: 新增压缩文件 2022-07-03 15:58:54 +08:00
Suwings
e77f8c868f 更新 版本 2022-05-11 20:17:27 +08:00
Suwings
5733f49bb6 修改 Package 版本 2022-04-30 19:37:18 +08:00
Suwings
f296c0aef1 修复 上传文件缺少的错误信息 2022-04-16 21:19:56 +08:00
Suwings
e5d6a46694 修改 版本号递增 2022-04-04 14:29:29 +08:00
Suwings
971a650707 新增 更新命令配置 2022-03-15 14:58:16 +08:00
Suwings
d2f6bd4552 更新 守护进程版本 2022-02-27 12:25:01 +08:00
Suwings
782904d3b2 更新 版本 2022-02-09 14:43:40 +08:00
Suwings
00ee1f1e59 更新 协议相关说明 2022-02-07 13:39:38 +08:00
Suwings
4ee45d9b3f 更新 package.json 2022-02-04 13:54:25 +08:00
Suwings
6affd14af2 修改 版本 2022-01-29 15:53:51 +08:00
Suwings
e4c0f621ad 更新 依赖库安全补丁 2022-01-23 21:21:11 +08:00
Suwings
a7c58a4379 更新 项目说明 2022-01-23 19:59:47 +08:00
dependabot[bot]
8d1b2fda03
Bump log4js from 6.3.0 to 6.4.0
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/log4js-node/log4js-node/releases)
- [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/log4js-node/log4js-node/compare/v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: log4js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 22:55:07 +00:00
Suwings
666fe52a77 修复 依赖库导致的CPU占用极高问题 2022-01-13 21:24:46 +08:00
Suwings
b9b60a695d 修复 创建实例时未能初始化类型 2021-12-25 16:41:23 +08:00
Suwings
966b4b479a 更新 dockerode 退级 2021-12-25 16:15:36 +08:00
Suwings
5d5e3c79a7 修复 内存获取方式 2021-12-25 15:50:46 +08:00
Suwings
7d00c66f2b 更新 依赖包库 2021-12-05 16:28:54 +08:00
Suwings
e084fd9d92 迁移 私有仓库到公开仓库 2021-12-05 15:45:32 +08:00
Suwings
f6ee854d20 Auto Update 2021-08-07 13:35:38 +08:00