@zhin.js/console 1.0.52 → 1.0.53
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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @zhin.js/console
|
|
2
2
|
|
|
3
|
+
## 1.0.53
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a3511a0: 各包内 Agent 技能说明已固定为随包发布的 `skills/*/SKILL.md`(替代已移除的运行时 `declareSkill`)。本批为 registry / 分发侧对齐的 **patch** 版本递增。
|
|
8
|
+
- Updated dependencies [a3511a0]
|
|
9
|
+
- @zhin.js/http@1.0.47
|
|
10
|
+
|
|
3
11
|
## 1.0.52
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhin.js/console",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.53",
|
|
4
4
|
"description": "Web console service for Zhin.js with real-time monitoring",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@types/ws": "^8.18.1",
|
|
71
71
|
"@zhin.js/client": "^1.0.13",
|
|
72
72
|
"@zhin.js/core": "^1.0.52",
|
|
73
|
-
"@zhin.js/http": "^1.0.
|
|
73
|
+
"@zhin.js/http": "^1.0.47",
|
|
74
74
|
"zhin.js": "1.0.52"
|
|
75
75
|
},
|
|
76
76
|
"files": [
|