@acrolinx/sidebar-sdk 1.1.10 → 1.1.12
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/dist/acrolinx-plugin.js
CHANGED
|
@@ -25,7 +25,7 @@ var CLIENT_COMPONENT_MAIN_FALLBACK = [
|
|
|
25
25
|
var SIDEBAR_SDK_COMPONENT = {
|
|
26
26
|
id: 'com.acrolinx.sidebar-sdk-js',
|
|
27
27
|
name: 'Sidebar SDK JS',
|
|
28
|
-
version: '1.1.
|
|
28
|
+
version: '1.1.12.1',
|
|
29
29
|
};
|
|
30
30
|
var InternalAcrolinxSidebarPlugin = /** @class */ (function () {
|
|
31
31
|
function InternalAcrolinxSidebarPlugin(config, adapter, onGotSidebar, sidebarContentWindow) {
|