@zhin.js/adapter-kook 2.0.12 → 3.0.0

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 +6 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # @zhin.js/adapter-kook
2
2
 
3
- ## 2.0.12
3
+ ## 3.0.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - acf5e0e: fix: update pnpm-lock.yaml and vitest configurations- Added new dependencies for the full-bot example, including multiple Zhin.js adapters and TypeScript.- Updated the test-bot example to include '@puniyu/system-info' and other necessary packages.- Modified vitest configuration to include additional module directories for better dependency resolution.- Enhanced documentation for the KOOK adapter, including new features like typing indicators and system notifications.- Removed unused test assets and scripts from the test-bot example to streamline the project.
8
- - zhin.js@1.0.93
9
- - @zhin.js/host-router@0.0.3
7
+ - e62c23a: fix: update pnpm-lock.yaml and vitest configurations- Added new dependencies for the full-bot example, including multiple Zhin.js adapters and TypeScript.- Updated the test-bot example to include '@puniyu/system-info' and other necessary packages.- Modified vitest configuration to include additional module directories for better dependency resolution.- Enhanced documentation for the KOOK adapter, including new features like typing indicators and system notifications.- Removed unused test assets and scripts from the test-bot example to streamline the project.
8
+ - Updated dependencies [65f4b0a]
9
+ - @zhin.js/host-api@1.0.0
10
+ - zhin.js@2.0.0
11
+ - @zhin.js/host-router@1.0.0
10
12
 
11
13
  ## 2.0.11
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-kook",
3
- "version": "2.0.12",
3
+ "version": "3.0.0",
4
4
  "description": "Zhin.js adapter for KOOK (开黑啦)",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -41,17 +41,17 @@
41
41
  "lucide-react": "^1.17.0",
42
42
  "typescript": "^6.0.3",
43
43
  "@zhin.js/cli": "1.0.88",
44
+ "@zhin.js/host-api": "1.0.0",
44
45
  "@zhin.js/contract": "1.0.1",
45
- "zhin.js": "1.0.93",
46
- "@zhin.js/host-api": "0.0.4"
46
+ "zhin.js": "2.0.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@zhin.js/client": "2.0.2",
50
- "@zhin.js/host-api": "0.0.4",
50
+ "@zhin.js/host-api": "1.0.0",
51
51
  "@zhin.js/contract": "1.0.1",
52
- "@zhin.js/host-router": "0.0.3",
52
+ "@zhin.js/host-router": "1.0.0",
53
53
  "@zhin.js/logger": "0.1.70",
54
- "zhin.js": "1.0.93"
54
+ "zhin.js": "2.0.0"
55
55
  },
56
56
  "peerDependenciesMeta": {
57
57
  "@zhin.js/client": {