@zhin.js/adapter 1.1.9 → 1.1.10

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,7 +8,7 @@ generation lifecycle。候选 Endpoint 可完成连接 readiness,但入站由
8
8
  销毁整组候选 Endpoint 并拒绝本次 generation,不存在 inert stub 或后台 late-open。
9
9
 
10
10
  ```ts
11
- import { defineAdapter } from '@zhin.js/adapter';
11
+ import { defineAdapter } from 'zhin.js/adapter';
12
12
 
13
13
  export default defineAdapter({
14
14
  capabilities: ['inbound', 'outbound'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Convention-based Adapter and Endpoint Feature for Zhin Plugin Runtime",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -18,15 +18,15 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "yaml": "^2.9.0",
21
- "@zhin.js/feature-kit": "1.0.10",
21
+ "@zhin.js/feature-kit": "1.0.11",
22
22
  "@zhin.js/im-contract": "1.0.3",
23
- "@zhin.js/plugin-runtime": "1.1.6",
24
- "@zhin.js/logger": "1.0.76"
23
+ "@zhin.js/logger": "1.0.76",
24
+ "@zhin.js/plugin-runtime": "1.1.6"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26.1.2",
28
28
  "typescript": "^6.0.3",
29
- "@zhin.js/command": "1.0.13"
29
+ "@zhin.js/command": "1.0.14"
30
30
  },
31
31
  "zhin": {
32
32
  "protocol": 1,