@gumlet/insights-js-core 1.1.2 → 1.1.3
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/bitbucket-pipelines.yml
CHANGED
|
@@ -31,5 +31,5 @@ pipelines:
|
|
|
31
31
|
- pip
|
|
32
32
|
script:
|
|
33
33
|
- pip install awscli
|
|
34
|
-
- aws s3 cp ./build/release/ s3://gumlet-cdn/insights/1.1.
|
|
35
|
-
- curl -X PURGE -H Fastly-Key:$FASTLY_API_TOKEN https://cdn.gumlytics.com/insights/1.1.
|
|
34
|
+
- aws s3 cp ./build/release/ s3://gumlet-cdn/insights/1.1.3/ --cache-control "public, s-maxage=31536000, max-age=172800" --region us-east-1 --recursive --acl public-read
|
|
35
|
+
- curl -X PURGE -H Fastly-Key:$FASTLY_API_TOKEN https://cdn.gumlytics.com/insights/1.1.3/gumlet-insights.min.js
|
|
@@ -60,6 +60,8 @@ const analyticsWrapper = (config) => {
|
|
|
60
60
|
|
|
61
61
|
analyticsWrapper.Players = Players;
|
|
62
62
|
analyticsWrapper.CdnProviders = CdnProviders;
|
|
63
|
+
analyticsWrapper.gumletInsightsEvents = EVENTS;
|
|
64
|
+
analyticsWrapper.gumletSupportedPlayers = Players;
|
|
63
65
|
|
|
64
66
|
if (typeof window !== "undefined")
|
|
65
67
|
{
|