@sberdevices/assistant-client
Advanced tools
Comparing version 1.1.0-canary.28.0039888976b7c4d0699434907891c4e88b639e7e.0 to 1.1.0-canary.28.2b33222b202dc51c90c49b88daeddb053aa47458.0
@@ -29,4 +29,5 @@ import { createNanoEvents } from './nanoevents'; | ||
if ((_a = window.AssistantHost) === null || _a === void 0 ? void 0 : _a.sendDataContainer) { | ||
(_b = window.AssistantHost) === null || _b === void 0 ? void 0 : _b.sendDataContainer( | ||
/* eslint-disable-next-line @typescript-eslint/camelcase */ | ||
(_b = window.AssistantHost) === null || _b === void 0 ? void 0 : _b.sendDataContainer(JSON.stringify({ data: action, message_name: name || null, requestId })); | ||
JSON.stringify({ data: action, message_name: name || null, requestId })); | ||
} | ||
@@ -33,0 +34,0 @@ else { |
{ | ||
"name": "@sberdevices/assistant-client", | ||
"version": "1.1.0-canary.28.0039888976b7c4d0699434907891c4e88b639e7e.0", | ||
"version": "1.1.0-canary.28.2b33222b202dc51c90c49b88daeddb053aa47458.0", | ||
"description": "Модуль взаимодействия с виртуальным ассистентом", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
], | ||
"author": "SberDevices Frontend Team", | ||
"author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>", | ||
"license": "Sber Public License at-nc-sa v.2", | ||
@@ -29,0 +29,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
625870
10994