UNPKG

@microsoft/omnichannel-chat-sdk

Version:
11 lines (10 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Version.ts * @author Abhilash Panwar (abpanwar) * @copyright Microsoft 2018 * File for SDK version. */ exports.Version = '1.8.7'; exports.FullVersionString = 'AWT-Web-JS-' + exports.Version;