@2060.io/vs-agent-client 1.4.0-dev.2 → 1.4.0-dev.4

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  `@2060.io/vs-agent-client`
2
2
 
3
3
  # VS Agent Client
4
- **VS Agent Client** is a TypeScript library designed to simplify the interaction with **VS Agent** (`@2060.io/vs-agent-main`). It provides an abstraction layer for communicating with the agent, handling messaging, credential management, and event handling efficiently.
4
+ **VS Agent Client** is a TypeScript library designed to simplify the interaction with [**VS Agent**](https://github.com/2060-io/vs-agent). It provides an abstraction layer for communicating with the agent, handling messaging, credential management, and event handling efficiently.
5
5
 
6
6
  This package ensures that the client stays updated with the latest API versioning of the **VS Agent** to maintain compatibility with evolving endpoints.
7
7
 
@@ -14,7 +14,7 @@ This package ensures that the client stays updated with the latest API versionin
14
14
  ## Repository
15
15
  Find the public repository here: [VS Agent](../../README.md)
16
16
 
17
- ## How to work
17
+ ## How it works
18
18
  ```plantuml
19
19
  @startuml
20
20
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@2060.io/vs-agent-client",
3
3
  "main": "build/index",
4
4
  "types": "build/index",
5
- "version": "1.4.0-dev.2",
5
+ "version": "1.4.0-dev.4",
6
6
  "files": [
7
7
  "build"
8
8
  ],
@@ -15,7 +15,7 @@
15
15
  "class-validator": "0.14.1",
16
16
  "express": "^4.18.1",
17
17
  "tslog": "^4.8.2",
18
- "@2060.io/vs-agent-model": "1.4.0-dev.2"
18
+ "@2060.io/vs-agent-model": "1.4.0-dev.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@nestjs/common": "^10.0.0",