@koredev/kore-web-sdk 11.17.1-rc.1f378e7 → 11.17.10-rc.b8034ba
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ include the following script in your html file and configure bot configurations
|
|
|
71
71
|
|
|
72
72
|
```js
|
|
73
73
|
|
|
74
|
-
<script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.17.
|
|
74
|
+
<script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.17.10/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
|
|
75
75
|
<script>
|
|
76
76
|
//chat window declaration
|
|
77
77
|
var chatConfig=KoreChatSDK.chatConfig;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@koredev/kore-web-sdk","version":"11.17.
|
|
1
|
+
{"name":"@koredev/kore-web-sdk","version":"11.17.10-rc.b8034ba","description":"Kore.ai offers Bots SDKs as a set of platform-specific client libraries that provide a quick and convenient way to integrate Kore.ai Bots chat capability into custom applications","main":"dist/esm/exports.js","types":"dist/esm/exports.d.ts","module":"dist/esm/exports.js","repository":{"type":"git","url":"git@github.com:Koredotcom/web-kore-sdk.git#v3/11.17.10"},"author":"Rajasekhar Balla","license":"MIT","bugs":{"url":"https://github.com/Koredotcom/web-kore-sdk/issues"},"homepage":"https://github.com/Koredotcom/web-kore-sdk#readme","sideEffects":["**/*.css","**/*.scss","src/exports/exports.js"]}
|