@chat21/chat21-ionic 3.0.79-rc.3 → 3.0.79-rc.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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.0.79-rc.4
4
+ - bug-fixed: testsiteBaseUrl wrong value env property
5
+
3
6
  ### 3.0.79-rc.3
4
7
  - added: segment analytics for SignIn-SignOut-Resolved-MsgAdded-ConvAdded
5
8
  - added: navbar component if not mobile
@@ -18,7 +18,7 @@ cp -p src/manifest.json platforms/browser/www/
18
18
  cp -p src/chat-config.json platforms/browser/www/
19
19
 
20
20
  cd platforms/browser/www
21
- aws s3 sync . s3://tiledesk-console/v2/chat/ --cache-control max-age=172800
21
+ # aws s3 sync . s3://tiledesk-console/v2/chat/ --cache-control max-age=172800
22
22
  aws s3 sync . s3://tiledesk-console/v2/chat/$version/ --cache-control max-age=172800
23
23
  # aws s3 sync . s3://tiledesk-console/v2/chat/latest/ --cache-control max-age=172800
24
24
  cd ../../../
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.0.79-rc.3",
4
+ "version": "3.0.79-rc.4",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {