@tbox.cn/app-provider-custom 0.1.0 → 0.1.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tbox.cn/app-provider-custom",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "自定义厂商实施落点空包(中立空壳):内联声明(自定义 API)的 adapter 代码落点——AI 按 AGENTS.md 指引实施,registerAdapter 命中即转 ok。单包多厂商。",
|
|
6
6
|
"exports": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@tbox.cn/app-sdk": "0.
|
|
18
|
-
"@tbox.cn/app-contracts": "0.
|
|
17
|
+
"@tbox.cn/app-sdk": "0.19.0",
|
|
18
|
+
"@tbox.cn/app-contracts": "0.10.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "24.13.3",
|