koishi-plugin-node-async-bot-all 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -39,7 +39,7 @@ module.exports = __toCommonJS(src_exports);
39
39
  var import_os = __toESM(require("os"));
40
40
 
41
41
  // package.json
42
- var version = "1.3.1";
42
+ var version = "1.3.2";
43
43
 
44
44
  // res/i18n.yaml
45
45
  var i18n_default = { rw: { failed1: "获取失败(1)", failed2: "获取失败(2)" }, cx: { notice: "进服指南请在群公告中查看。", players: "服务器当前人数", failed: "查询失败:", timeout: "请求超时", later: "请稍后重试", unknown: "未知错误" }, status: { failed: "状态获取失败。", name: "系统名称:", cpu: "CPU使用率:", memory: "内存使用率:" }, random: { sc: "生成的随机数:" }, info: { failed: "读取信息失败" } };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-node-async-bot-all",
3
3
  "description": "NodeAsync Bot插件(自用)",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -9,7 +9,7 @@
9
9
  "dist",
10
10
  "res"
11
11
  ],
12
- "license": "MIT",
12
+ "license": "AGPL-3.0",
13
13
  "keywords": [
14
14
  "chatbot",
15
15
  "koishi",