@zhin.js/adapter-github 5.0.11 → 5.0.13

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 +17 -0
  2. package/package.json +13 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @zhin.js/adapter-github
2
2
 
3
+ ## 5.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - @zhin.js/core@1.5.11
8
+ - @zhin.js/agent@1.1.13
9
+ - zhin.js@6.0.11
10
+
11
+ ## 5.0.12
12
+
13
+ ### Patch Changes
14
+
15
+ - 3556601: Declare Stable Feature packages referenced by `zhin.features` as optional `peerDependencies` on official plugins/adapters (`@zhin.js/runtime` ≥1.0.12 requires features to be declared in deps/peers). Keeps authoring via `zhin.js` facades without installing Feature implementation packages into `dependencies`, and removes the need for consumer postinstall peer-patch scripts. `zhin new` scaffolds the same peer shape.
16
+ - @zhin.js/agent@1.1.12
17
+ - @zhin.js/core@1.5.10
18
+ - zhin.js@6.0.10
19
+
3
20
  ## 5.0.11
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-github",
3
- "version": "5.0.11",
3
+ "version": "5.0.13",
4
4
  "description": "Zhin.js GitHub adapter for Plugin Runtime (App auth + webhook)",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@zhin.js/adapter": "1.1.10",
45
- "@zhin.js/core": "1.5.10",
45
+ "@zhin.js/core": "1.5.11",
46
46
  "@zhin.js/host-http": "1.0.10",
47
47
  "@zhin.js/im-contract": "1.0.3",
48
48
  "@zhin.js/logger": "1.0.76"
@@ -50,16 +50,20 @@
50
50
  "peerDependencies": {
51
51
  "zod": "^4.0.0",
52
52
  "@zhin.js/adapter": "1.1.10",
53
- "@zhin.js/agent": "1.1.11",
54
- "@zhin.js/core": "1.5.10",
53
+ "@zhin.js/agent": "1.1.13",
54
+ "@zhin.js/command": "1.0.14",
55
+ "@zhin.js/core": "1.5.11",
55
56
  "@zhin.js/host-http": "1.0.10",
56
- "zhin.js": "6.0.10"
57
+ "zhin.js": "6.0.11"
57
58
  },
58
59
  "peerDependenciesMeta": {
59
- "zhin.js": {
60
+ "@zhin.js/agent": {
60
61
  "optional": true
61
62
  },
62
- "@zhin.js/agent": {
63
+ "@zhin.js/command": {
64
+ "optional": true
65
+ },
66
+ "zhin.js": {
63
67
  "optional": true
64
68
  },
65
69
  "zod": {
@@ -71,8 +75,8 @@
71
75
  "typescript": "^6.0.3",
72
76
  "vitest": "^4.1.10",
73
77
  "zod": "^4.4.3",
74
- "@zhin.js/agent": "1.1.11",
75
- "zhin.js": "6.0.10"
78
+ "@zhin.js/agent": "1.1.13",
79
+ "zhin.js": "6.0.11"
76
80
  },
77
81
  "files": [
78
82
  "adapters",