@verana-labs/vs-agent-client 1.6.0 → 1.6.1-dev.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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
`@verana-labs/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**](https://github.com/
|
|
4
|
+
**VS Agent Client** is a TypeScript library designed to simplify the interaction with [**VS Agent**](https://github.com/verana-labs/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
|
|
|
@@ -129,4 +129,4 @@ This library evolves alongside VS Agent. Contributions are welcome!
|
|
|
129
129
|
- Commit changes.
|
|
130
130
|
- Open a pull request.
|
|
131
131
|
|
|
132
|
-
For more details, visit the [official repository](https://github.com/
|
|
132
|
+
For more details, visit the [official repository](https://github.com/verana-labs/vs-agent).
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@verana-labs/vs-agent-client",
|
|
3
3
|
"main": "build/index",
|
|
4
4
|
"types": "build/index",
|
|
5
|
-
"version": "1.6.
|
|
5
|
+
"version": "1.6.1-dev.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/verana-labs/vs-agent"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"build"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"class-validator": "0.14.1",
|
|
20
20
|
"express": "^4.18.1",
|
|
21
21
|
"tslog": "^4.8.2",
|
|
22
|
-
"@verana-labs/vs-agent-model": "1.6.
|
|
22
|
+
"@verana-labs/vs-agent-model": "1.6.1-dev.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@nestjs/common": "^10.0.0",
|