@memori.ai/memori-webcomponent 6.8.2 → 7.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
 
2
2
 
3
+ ## [7.0.0](https://github.com/memori-ai/memori-webcomponent/compare/v6.8.2...v7.0.0) (2024-06-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * update memori-react ([5358f9c](https://github.com/memori-ai/memori-webcomponent/commit/5358f9c4b35f4d02de1924ac5ecea1590065e88e))
9
+
3
10
  ## [6.8.2](https://github.com/memori-ai/memori-webcomponent/compare/v6.8.1...v6.8.2) (2024-06-21)
4
11
 
5
12
 
package/README.md CHANGED
@@ -34,12 +34,14 @@ npm i --save @memori.ai/memori-webcomponent
34
34
  ```html
35
35
  <memori-client
36
36
  memoriName="Memori"
37
- ownerUserName="nunziofiore"
38
- tenantID="app.memorytwin.com"
39
- showShare
37
+ ownerUserName="memoridev"
38
+ tenantID="www.aisuru.com"
40
39
  apiURL="https://backend.memori.ai"
41
- baseURL="https://app.memorytwin.com"
40
+ engineURL="https://engine.memori.ai"
41
+ baseURL="https://www.aisuru.com"
42
42
  uiLang="it"
43
+ multilingual="true"
44
+ showShare="true"
43
45
  />
44
46
  ```
45
47