@fluid-topics/ft-reader-context 2.0.21 → 2.0.23

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.
@@ -352,7 +352,6 @@ export class FtReaderStateManager {
352
352
  offline: false,
353
353
  appName: apiIntegrationIdentifier,
354
354
  appVersion: apiIntegrationAppVersion,
355
- translationOrigin: FtAnalyticsTranslationOrigin.AI,
356
355
  sourceLanguage: this.parseLanguageToAnalyticsFormat(map.lang),
357
356
  destinationLanguage: this.parseLanguageToAnalyticsFormat(destinationLanguage),
358
357
  breadcrumb: breadcrumb.map((item) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-context",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
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": "2.0.21",
23
- "@fluid-topics/ft-wc-utils": "2.0.21",
22
+ "@fluid-topics/ft-app-context": "2.0.23",
23
+ "@fluid-topics/ft-wc-utils": "2.0.23",
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.121"
28
+ "@fluid-topics/public-api": "1.0.122"
29
29
  },
30
- "gitHead": "3daf4c51496f7b8ef227e5e7e0ed0a03bfbbb9fc"
30
+ "gitHead": "e441ae21f5027730992e39b7dc728ac0f7b17dc0"
31
31
  }