@chat21/chat21-web-widget 5.0.53-rc.8 → 5.0.54

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-web-widget ver 5.0
2
2
 
3
+ ### 5.0.54 in PROD
4
+
3
5
  ### 5.0.53-rc.8
4
6
  - bug-fixed: if tiledeskAuth get 401 error do logOut
5
7
 
@@ -5,10 +5,19 @@ echo "version $version"
5
5
  # --build-optimizer=false if localstorage is disabled (webview) appears https://github.com/firebase/angularfire/issues/970
6
6
  ng build --configuration="prod" --aot=true --base-href --output-hashing none --build-optimizer=true --vendor-chunk=true
7
7
 
8
+ #### FIREBASE #####
9
+ # cd dist
10
+ # # aws s3 sync . s3://tiledesk-widget/v5/latest/
11
+ # aws s3 sync . s3://tiledesk-widget/v5/$version/ --cache-control max-age=300
12
+ # aws s3 sync . s3://tiledesk-widget/v5/ --cache-control max-age=300
13
+ # cd ..
14
+
15
+
16
+ # #### MQTT #####
8
17
  cd dist
9
18
  # aws s3 sync . s3://tiledesk-widget/v5/latest/
10
- aws s3 sync . s3://tiledesk-widget/v5/$version/ --cache-control max-age=300
11
- aws s3 sync . s3://tiledesk-widget/v5/ --cache-control max-age=300
19
+ aws s3 sync . s3://tiledesk-widget/v6/$version/ --cache-control max-age=300
20
+ aws s3 sync . s3://tiledesk-widget/v6/ --cache-control max-age=300
12
21
  cd ..
13
22
 
14
23
  aws cloudfront create-invalidation --distribution-id E3EJDWEHY08CZZ --paths "/*"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.0.53-rc.8",
4
+ "version": "5.0.54",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {