@kth/cortina-block
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -158,3 +158,3 @@ 'use strict' | ||
if (host.startsWith(localhost)) { | ||
refDefaults.blocks.klaroConfig = '1.1011389' | ||
refDefaults.blocks.klaroConfig = '1.1137652' | ||
refDefaults.blocks.matomoAnalytics = '1.714097' | ||
@@ -161,0 +161,0 @@ return refDefaults |
{ | ||
"name": "@kth/cortina-block", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Node.js module for fetching Cortina blocks and optionally cache using Redis.", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@kth/log": "^4.0.5", | ||
"@kth/log": "^4.0.7", | ||
"cheerio": "^1.0.0-rc.12" | ||
@@ -45,10 +45,10 @@ }, | ||
"devDependencies": { | ||
"@kth/eslint-config-kth": "^3.0.10", | ||
"@types/jest": "^29.0.2", | ||
"@kth/eslint-config-kth": "^3.0.14", | ||
"@types/jest": "^29.0.3", | ||
"eslint": "^8.23.1", | ||
"eslint-plugin-jest-dom": "^4.0.2", | ||
"husky": "^8.0.1", | ||
"eslint-plugin-jest-dom": "^4.0.3", | ||
"husky": "^8.0.3", | ||
"jest": "^29.0.3", | ||
"prettier": "^2.7.1", | ||
"pretty-quick": "^3.1.3" | ||
"pretty-quick": "^3.1.4" | ||
}, | ||
@@ -55,0 +55,0 @@ "prettier": { |
Updated@kth/log@^4.0.7