@koredev/kore-web-sdk 10.0.0-rc.db0df3a → 10.0.0-rc.df06d30

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.
@@ -15,7 +15,7 @@ export{WebKitSTT}from"./plugins/webapi-stt-plugin.js";
15
15
  // @ts-ignore
16
16
  export{BrowserTTS}from"./plugins/browser-tts-plugin.js";
17
17
  // @ts-ignore
18
- // export{AgentDesktopPlugin}from"./plugins/agent-desktop.js";
18
+ export{AgentDesktopPlugin}from"./plugins/agent-desktop.js";
19
19
  // @ts-ignore
20
20
  export{GoogleSTT}from"./plugins/google-stt-plugin.js";
21
21
  // @ts-ignore
@@ -1 +1 @@
1
- export{chatWindow}from"./kore-web-sdk-chat.min.js";export{chatConfig}from"./kore-web-sdk-chat.min.js";export{KoreWidgetSDK}from"./kore-web-sdk-widgets.js";export{widgetsConfig}from"./kore-web-sdk-widgets.js";export{KorePickersPlugin}from"./plugins/kore-picker-plugin.js";export{GraphTemplatesPlugin}from"./plugins/kore-graph-templates-plugin.js";export{WebKitSTT}from"./plugins/webapi-stt-plugin.js";export{BrowserTTS}from"./plugins/browser-tts-plugin.js";export{GoogleSTT}from"./plugins/google-stt-plugin.js";export{GoogleTTS}from"./plugins/google-tts-plugin.js";export{AzureSTT}from"./plugins/azure-stt-plugin.js";export{AzureTTS}from"./plugins/azure-tts-plugin.js";export{SpeakTextWithAWSPolly}from"./plugins/koreawspolly-st-plugin.js";export{KoreDesktopNotificationPlugin}from"./plugins/kore-desktop-notification.js";export{SearchSuggestionsPlugin}from"./plugins/search-suggestions.js";export{KoreFileUploaderPlugin}from"./plugins/file-upload.js";
1
+ export{chatWindow}from"./kore-web-sdk-chat.min.js";export{chatConfig}from"./kore-web-sdk-chat.min.js";export{KoreWidgetSDK}from"./kore-web-sdk-widgets.js";export{widgetsConfig}from"./kore-web-sdk-widgets.js";export{KorePickersPlugin}from"./plugins/kore-picker-plugin.js";export{GraphTemplatesPlugin}from"./plugins/kore-graph-templates-plugin.js";export{WebKitSTT}from"./plugins/webapi-stt-plugin.js";export{BrowserTTS}from"./plugins/browser-tts-plugin.js";export{AgentDesktopPlugin}from"./plugins/agent-desktop.js";export{GoogleSTT}from"./plugins/google-stt-plugin.js";export{GoogleTTS}from"./plugins/google-tts-plugin.js";export{AzureSTT}from"./plugins/azure-stt-plugin.js";export{AzureTTS}from"./plugins/azure-tts-plugin.js";export{SpeakTextWithAWSPolly}from"./plugins/koreawspolly-st-plugin.js";export{KoreDesktopNotificationPlugin}from"./plugins/kore-desktop-notification.js";export{SearchSuggestionsPlugin}from"./plugins/search-suggestions.js";export{KoreFileUploaderPlugin}from"./plugins/file-upload.js";
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@koredev/kore-web-sdk","version":"10.0.0-rc.db0df3a","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","typings":"dist/esm/exports.d.ts","module":"dist/esm/exports.js","types":"dist/esm/exports.d.ts","repository":{"type":"git","url":"git@github.com:Koredotcom/web-kore-sdk.git#v2/9.3.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"]}
1
+ {"name":"@koredev/kore-web-sdk","version":"10.0.0-rc.df06d30","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","module":"dist/esm/exports.js","types":"dist/esm/exports.d.ts","repository":{"type":"git","url":"git@github.com:Koredotcom/web-kore-sdk.git#v2/9.3.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","src/exports/exports.d.ts"]}