@skyold/protocol-engine 0.1.0-beta.1 → 0.1.0-beta.3
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/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ concrete Provider Adapters, storage, HTTP frameworks, credential stores, or
|
|
|
26
26
|
network clients.
|
|
27
27
|
|
|
28
28
|
The package and its normalized-contract dependency have a public
|
|
29
|
-
`0.1.0-beta.
|
|
29
|
+
`0.1.0-beta.3` release under the `beta` dist-tag. Therefore:
|
|
30
30
|
|
|
31
31
|
- it is independently embeddable and testable by packages in this repository;
|
|
32
32
|
- its packed runtime surface is independently inspectable;
|
package/README.zh-CN.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
引擎是一个独立的 workspace package,提供唯一的包根 ESM API、独立的 TypeScript 构建和测试命令,且只有一个运行时依赖:`@skyold/model-protocol`。它不依赖任何 TokenForge Host、具体 Provider Adapter、存储、HTTP 框架、凭证仓库或网络客户端。
|
|
14
14
|
|
|
15
|
-
该包及其规范化协议依赖已通过 `beta` dist-tag 公开发布为 `0.1.0-beta.
|
|
15
|
+
该包及其规范化协议依赖已通过 `beta` dist-tag 公开发布为 `0.1.0-beta.3`。因此,当前可以确认的是:
|
|
16
16
|
|
|
17
17
|
- 仓库内其他 package 可以独立嵌入并测试它;
|
|
18
18
|
- 可以独立检查它的打包运行时边界;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyold/protocol-engine",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.3",
|
|
4
4
|
"description": "Host-neutral execution kernel for normalized AI provider protocols.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@skyold/model-protocol": "^0.1.0-beta.
|
|
53
|
+
"@skyold/model-protocol": "^0.1.0-beta.3"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "22.19.19",
|