@atel-ai/agent 0.1.12 → 0.1.14

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atel-ai/agent",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "ATEL 一键接入器:npx @atel-ai/agent install — detect→写配置→起 companion→装 SKILL→doctor",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "clean": "rm -rf dist"
16
16
  },
17
17
  "dependencies": {
18
- "@atel-ai/runtime-core": "^0.1.12"
18
+ "@atel-ai/runtime-core": "^0.1.14"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.14.0",