@salesforce/agentforce-conversation-client 9.8.2 → 9.9.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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
# @salesforce/agentforce-conversation-client
|
|
2
|
-
|
|
3
|
-
> **Beta**: This package is currently in beta. APIs and behavior may change in future releases.
|
|
1
|
+
# @salesforce/agentforce-conversation-client
|
|
4
2
|
|
|
5
3
|
The Agentforce Conversation Client SDK enables embedding the Agentforce chat experience for employee agents into external applications.
|
|
6
4
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/agentforce-conversation-client",
|
|
3
3
|
"description": "Agentforce Conversation Client SDK for embedding via Lightning Out 2.0",
|
|
4
|
-
"version": "9.
|
|
4
|
+
"version": "9.9.1",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|