govuk_publishing_components 37.7.1 → 37.8.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b2b75e4343441abf4699bad82ad8ea8700f4557021225d65730c380a774ce3c
|
4
|
+
data.tar.gz: 128ea27a4b717400aed579b4226296cbc704837541af1e14e75bcd1fef485c12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28fbb64cfc87f9f7bb689d56a29ef9f8f4f30c57b5cc6ec3b991ad59d17d7cc43788caba8406a577ec8d2083bdb77141c39ed36b726bd5f7fa52ac97a3a8b025
|
7
|
+
data.tar.gz: f94ff818ccc80d3123fd5acb15f80dbeacbda2ec52599493f6ad9b0b5f70476242a4f1850ff7639372c935f1b21a094a457e4a47a88cf0153efaccaa90d3e64a
|
@@ -3,7 +3,6 @@
|
|
3
3
|
// This adds in javascript that initialises components and dependencies
|
4
4
|
// that are provided by Slimmer in public frontend applications.
|
5
5
|
// = require ./modules.js
|
6
|
-
// = require ./single-consent-functions.js
|
7
6
|
|
8
7
|
document.addEventListener('DOMContentLoaded', function () {
|
9
8
|
window.GOVUK.analyticsGa4 = window.GOVUK.analyticsGa4 || {}
|
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: 37.
|
4
|
+
version: 37.8.0
|
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: 2024-03-
|
11
|
+
date: 2024-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|