@apolloyh/apollo-agent 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/docs/sdk.md +1 -1
- package/package.json +1 -1
package/docs/sdk.md
CHANGED
|
@@ -13,7 +13,7 @@ Apollo SDK 用于把 Agent 能力嵌入 Node.js / TypeScript 系统。CLI 只是
|
|
|
13
13
|
当前使用本地 tarball:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install /Users/apollo/Code-YH/web-agent/agent/apolloyh-apollo-agent-0.1.
|
|
16
|
+
npm install /Users/apollo/Code-YH/web-agent/agent/apolloyh-apollo-agent-0.1.1.tgz
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
发布到 npm 后可改为:
|