govuk_publishing_components 34.5.0 → 34.5.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00b74c7f41c6927b9df6d0650ab54bcf7450f766c8b1ec4117c7b7f98d88256f
|
|
4
|
+
data.tar.gz: 53d9e813a9e4b7e314b91a6726946ff016f05c09cb0717f034fbb81dfe6c7dc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e58cbdbd7db7ea39b606796243d2df07a462c2d9059bfa5adf0300b67de530474062b26336e23407e81b094a8588a3992ff124dcc7f3d34b65c56cf72e29ca37
|
|
7
|
+
data.tar.gz: e73250888c0eeafe7c2666840a78bd72845f9bdbfb6e3adb4c26febc7f96499c7f5239699661d27747bfc2c9e0599a11bd5f8edaeb5147f38412a35f877cf6d9
|
|
@@ -127,7 +127,7 @@ window.GOVUK.loadAnalytics = {
|
|
|
127
127
|
window.GOVUK.analyticsGa4 = window.GOVUK.analyticsGa4 || {}
|
|
128
128
|
|
|
129
129
|
if (typeof window.GOVUK.analyticsGa4.core === 'undefined') {
|
|
130
|
-
console.
|
|
130
|
+
console.warn('load-analytics.js: window.GOVUK.analyticsGa4.core was not found - has ./analytics-ga4.js been imported?')
|
|
131
131
|
return
|
|
132
132
|
}
|
|
133
133
|
|
|
@@ -144,7 +144,7 @@ window.GOVUK.loadAnalytics = {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
if (!this.environment) {
|
|
147
|
-
console.
|
|
147
|
+
console.warn('load-analytics.js: environment for GA4 not recognised - ' + this.environment + ' on ' + currentDomain)
|
|
148
148
|
return
|
|
149
149
|
}
|
|
150
150
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_publishing_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 34.5.
|
|
4
|
+
version: 34.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|