@zhin.js/adapter-onebot11 1.0.75 → 1.0.77

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/CHANGELOG.md +15 -0
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @zhin.js/adapter-onebot11
2
2
 
3
+ ## 1.0.77
4
+
5
+ ### Patch Changes
6
+
7
+ - abc75a4: fix: 优化,客户端构建优化
8
+
9
+ ## 1.0.76
10
+
11
+ ### Patch Changes
12
+
13
+ - e28fd7c: fix: 重新发版
14
+ - Updated dependencies [e28fd7c]
15
+ - zhin.js@1.0.72
16
+ - @zhin.js/http@1.0.65
17
+
3
18
  ## 1.0.75
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-onebot11",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "Zhin.js adapter for OneBot v11 protocol",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -44,17 +44,19 @@
44
44
  "directory": "plugins/adapters/onebot11"
45
45
  },
46
46
  "dependencies": {
47
- "ws": "^8.18.3"
47
+ "ws": "^8.20.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/node": "^24.3.0",
50
+ "@types/node": "^25.6.0",
51
51
  "@types/ws": "^8.18.1",
52
- "typescript": "^6.0.0",
53
- "zhin.js": "1.0.71"
52
+ "typescript": "^6.0.3",
53
+ "@zhin.js/cli": "1.0.68",
54
+ "@zhin.js/client": "1.0.18",
55
+ "zhin.js": "1.0.72"
54
56
  },
55
57
  "peerDependencies": {
56
- "zhin.js": "1.0.71",
57
- "@zhin.js/http": "1.0.64"
58
+ "@zhin.js/http": "1.0.65",
59
+ "zhin.js": "1.0.72"
58
60
  },
59
61
  "peerDependenciesMeta": {
60
62
  "@zhin.js/http": {
@@ -66,7 +68,7 @@
66
68
  "registry": "https://registry.npmjs.org"
67
69
  },
68
70
  "scripts": {
69
- "build": "tsc && node ../../../scripts/build-console-client-if-present.mjs",
71
+ "build": "zhin build",
70
72
  "clean": "rimraf lib"
71
73
  }
72
74
  }