@chatsystem/client 1.0.12 → 1.0.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/.env.sample CHANGED
@@ -1,2 +1 @@
1
1
  VITE_APPTOKEN="ADMIN_APP_TOKEN_ID"
2
- DISPLAY_MODE="bubble"
package/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
  ></script>
19
19
  ```
20
20
 
21
- ### Env variable
21
+ ### Parameters
22
22
 
23
23
  - appToken: your appToken, delivered on chatsystem.ai
24
24
  - displayMode?: either `bubble` if you want the bubble to display, or `chatbox` if you want to see directly the chatbox. Css is overridable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatsystem/client",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {