@acrolinx/sidebar-sdk 1.1.12 → 1.1.13

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Acrolinx Sidebar SDK JS
2
2
 
3
- [![Continuous Integration Sidebar SDK JS](https://github.com/acrolinx/sidebar-sdk-js/actions/workflows/main.yml/badge.svg)](https://github.com/acrolinx/sidebar-sdk-js/actions/workflows/main.yml)
3
+ [![Continuous Integration Sidebar SDK JS](https://github.com/acrolinx/sidebar-sdk-js/actions/workflows/build.yml/badge.svg)](https://github.com/acrolinx/sidebar-sdk-js/actions/workflows/build.yml)
4
4
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=acrolinx_sidebar-sdk-js&metric=alert_status)](https://sonarcloud.io/dashboard?id=acrolinx_sidebar-sdk-js)
5
5
 
6
6
  This is a library for integrating the [Acrolinx](https://www.acrolinx.com/) Sidebar into a web application.
@@ -55,7 +55,7 @@ npm install @acrolinx/sidebar-sdk
55
55
 
56
56
  ## SDK Features
57
57
 
58
- The SDK provides [adapters](https://acrolinx.github.io/sidebar-sdk-js/pluginDoc/modules/adapters_adapterinterface.html) for:
58
+ The SDK provides [adapters](https://acrolinx.github.io/sidebar-sdk-js/pluginDoc/interfaces/AdapterInterface.html) for:
59
59
 
60
60
  * `contentEditable` `div`-elements,
61
61
  * `input` text elements,
@@ -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.12.1',
28
+ version: '1.1.13.1',
29
29
  };
30
30
  var InternalAcrolinxSidebarPlugin = /** @class */ (function () {
31
31
  function InternalAcrolinxSidebarPlugin(config, adapter, onGotSidebar, sidebarContentWindow) {