@fluid-topics/ft-reader-context 1.2.1 → 1.2.3

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.
@@ -125,7 +125,7 @@ export class FtReaderStateManager {
125
125
  updateClusteringHelper() {
126
126
  this.clusteringHelper = this.createClusteringHelper();
127
127
  if (this.clusteringHelper) {
128
- this.store.eventBus.dispatchEvent(new CustomEvent("clustering-helper-created"));
128
+ this.store.dispatchEvent(new CustomEvent("clustering-helper-created"));
129
129
  }
130
130
  }
131
131
  createClusteringHelper() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-context",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Context block for integrated reader components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "1.2.1",
23
- "@fluid-topics/ft-wc-utils": "1.2.1",
22
+ "@fluid-topics/ft-app-context": "1.2.3",
23
+ "@fluid-topics/ft-wc-utils": "1.2.3",
24
24
  "@reduxjs/toolkit": "^1.6.2",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluid-topics/public-api": "1.0.77"
28
+ "@fluid-topics/public-api": "1.0.78"
29
29
  },
30
- "gitHead": "bbad4c991ddc3e9bbff3b1120c7e56bc0bd6c916"
30
+ "gitHead": "31c1696257f82afca00cddf81033e8984f665c43"
31
31
  }