@moveo-ai/web-client 0.35.0-true.3 → 0.35.0-true.4

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/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  ## 📦 Getting Started
12
12
 
13
13
  1. Create an account in console.moveo.ai
14
- 1. Create a desk
14
+ 1. Create an environment
15
15
  1. Create a web integration
16
16
  1. Copy the snippet to your website html
17
17
  1. Enjoy 🚀
@@ -12,7 +12,7 @@
12
12
 
13
13
  /*!
14
14
  *
15
- * @moveo-ai/web-client v0.35.0-true.3
15
+ * @moveo-ai/web-client v0.35.0-true.4
16
16
  * Copyright (c) Môveo.AI (TM)
17
17
  *
18
18
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.35.0-true.3
3
+ * @moveo-ai/web-client v0.35.0-true.4
4
4
  * Copyright (c) Môveo.AI (TM)
5
5
  *
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @moveo-ai/web-client v0.35.0-true.3
3
+ * @moveo-ai/web-client v0.35.0-true.4
4
4
  * Copyright (c) Môveo.AI (TM)
5
5
  *
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moveo-ai/web-client",
3
- "version": "0.35.0-true.3",
3
+ "version": "0.35.0-true.4",
4
4
  "description": "Client side library to load the moveo chat widget and connect it with your agent",
5
5
  "main": "dist/web-client.min.js",
6
6
  "scripts": {