@koredev/kore-web-sdk 11.9.1-rc.f798039 → 11.10.0-rc.52ea069

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,9 @@ With just few lines of code, you can embed our Kore.ai chat widget into your app
20
20
 
21
21
  ## 💡 Getting Started
22
22
 
23
+ >[!NOTE]
24
+ >If you are currently using this version(11.10.0) we strongly recommend update it to 11.10.1 or later version. We have size issue in this 11.10.0 version.
25
+
23
26
  First, install kore web SDK via the [npm](https://www.npmjs.com/get-npm) package manager:
24
27
 
25
28
  ```bash
@@ -71,7 +74,7 @@ include the following script in your html file and configure bot configurations
71
74
 
72
75
  ```js
73
76
 
74
- <script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.9.1/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
77
+ <script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.10.0/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
75
78
  <script>
76
79
  //chat window declaration
77
80
  var chatConfig=KoreChatSDK.chatConfig;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@koredev/kore-web-sdk","version":"11.9.1-rc.f798039","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.9.1"},"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"]}
1
+ {"name":"@koredev/kore-web-sdk","version":"11.10.0-rc.52ea069","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.10.0"},"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"]}