@chat21/chat21-ionic 3.0.68-rc.3 → 3.0.68

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,7 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.0.68 in PROD
4
+
3
5
  ### 3.0.68-rc3
4
6
  - bug-fixed: not sound with unservedRequest if WebSocket restart again (every 3/5min)
5
7
 
@@ -18,9 +18,9 @@ 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/
22
- # aws s3 sync . s3://tiledesk-console/v2/chat/$version/
23
- aws s3 sync . s3://tiledesk-console/v2/chat/latest/
21
+ aws s3 sync . s3://tiledesk-console/v2/chat/
22
+ aws s3 sync . s3://tiledesk-console/v2/chat/$version/
23
+ # aws s3 sync . s3://tiledesk-console/v2/chat/latest/
24
24
  cd ../../../
25
25
 
26
26
  # aws cloudfront create-invalidation --distribution-id E36UIP90GOSFPM --paths "/*"
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.68-rc.3",
4
+ "version": "3.0.68",
5
5
  "license": "AGPL-3.0",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {