@kaltura-apps/genie-chat-react 1.5.3 → 1.6.0

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/index.esm.js CHANGED
@@ -1209,7 +1209,7 @@ var en = {
1209
1209
 
1210
1210
  };
1211
1211
 
1212
- const supportedLanguages = ['en-US'];
1212
+ const supportedLanguages = ['en-US', 'he-IL'];
1213
1213
 
1214
1214
  const useTranslation = createUseTranslation({
1215
1215
  packageName: '@kaltura-apps/genie-chat-react',
@@ -0,0 +1 @@
1
+ {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaltura-apps/genie-chat-react",
3
- "version": "1.5.3",
3
+ "version": "1.6.0",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "types": "./src/index.d.ts",
11
11
  "dependencies": {
12
- "@unisphere/genie-types": "^1.25.5",
12
+ "@unisphere/genie-types": "^1.26.0",
13
13
  "@unisphere/runtime-react": "^1.90.2",
14
14
  "@unisphere/ui-i18n-react": "^1.70.1",
15
15
  "react": "^19.0.0"