diff --git a/BaseThunderstoreService.html b/BaseThunderstoreService.html
index ee1970ea71..2d0fb73953 100644
--- a/BaseThunderstoreService.html
+++ b/BaseThunderstoreService.html
@@ -398,7 +398,7 @@
diff --git a/badge-maker_lib_index.js.html b/badge-maker_lib_index.js.html
index 5fea69b0de..c9c460405b 100644
--- a/badge-maker_lib_index.js.html
+++ b/badge-maker_lib_index.js.html
@@ -159,7 +159,7 @@ module.exports = {
diff --git a/badge-maker_lib_xml.js.html b/badge-maker_lib_xml.js.html
index 7b1ed50546..e9bfc31be8 100644
--- a/badge-maker_lib_xml.js.html
+++ b/badge-maker_lib_xml.js.html
@@ -138,7 +138,7 @@ module.exports = { escapeXml, stripXmlWhitespace, XmlElement, ElementList }
diff --git a/core_base-service_base-graphql.js.html b/core_base-service_base-graphql.js.html
index 862aaeb7ba..a715e8bb14 100644
--- a/core_base-service_base-graphql.js.html
+++ b/core_base-service_base-graphql.js.html
@@ -148,7 +148,7 @@ export default BaseGraphqlService
diff --git a/core_base-service_base-json.js.html b/core_base-service_base-json.js.html
index da10ffde69..260cc638ba 100644
--- a/core_base-service_base-json.js.html
+++ b/core_base-service_base-json.js.html
@@ -114,7 +114,7 @@ export default BaseJsonService
diff --git a/core_base-service_base-svg-scraping.js.html b/core_base-service_base-svg-scraping.js.html
index 25d9da882b..884f024e92 100644
--- a/core_base-service_base-svg-scraping.js.html
+++ b/core_base-service_base-svg-scraping.js.html
@@ -145,7 +145,7 @@ export default BaseSvgScrapingService
diff --git a/core_base-service_base-toml.js.html b/core_base-service_base-toml.js.html
index bf5f9b3b49..8b7df82575 100644
--- a/core_base-service_base-toml.js.html
+++ b/core_base-service_base-toml.js.html
@@ -128,7 +128,7 @@ export default BaseTomlService
diff --git a/core_base-service_base-xml.js.html b/core_base-service_base-xml.js.html
index 931163d839..c0d041da31 100644
--- a/core_base-service_base-xml.js.html
+++ b/core_base-service_base-xml.js.html
@@ -124,7 +124,7 @@ export default BaseXmlService
diff --git a/core_base-service_base-yaml.js.html b/core_base-service_base-yaml.js.html
index 800abcf15b..85e9144f79 100644
--- a/core_base-service_base-yaml.js.html
+++ b/core_base-service_base-yaml.js.html
@@ -127,7 +127,7 @@ export default BaseYamlService
diff --git a/core_base-service_base.js.html b/core_base-service_base.js.html
index f4c526eacf..1c32d4d983 100644
--- a/core_base-service_base.js.html
+++ b/core_base-service_base.js.html
@@ -75,10 +75,6 @@ const optionalStringWhenNamedLogoPresent = Joi.alternatives().conditional(
},
)
-const optionalNumberWhenAnyLogoPresent = Joi.alternatives()
- .conditional('namedLogo', { is: Joi.string().required(), then: Joi.number() })
- .conditional('logoSvg', { is: Joi.string().required(), then: Joi.number() })
-
const serviceDataSchema = Joi.object({
isError: Joi.boolean(),
label: Joi.string().allow(''),
@@ -94,7 +90,6 @@ const serviceDataSchema = Joi.object({
logoSvg: Joi.string(),
logoColor: optionalStringWhenNamedLogoPresent,
logoSize: optionalStringWhenNamedLogoPresent,
- logoWidth: optionalNumberWhenAnyLogoPresent,
cacheSeconds: Joi.number().integer().min(0),
style: Joi.string(),
})
@@ -633,7 +628,7 @@ export default BaseService
diff --git a/core_base-service_errors.js.html b/core_base-service_errors.js.html
index 1b418b72fb..984b73d1fc 100644
--- a/core_base-service_errors.js.html
+++ b/core_base-service_errors.js.html
@@ -265,7 +265,7 @@ export {
diff --git a/core_base-service_graphql.js.html b/core_base-service_graphql.js.html
index aaeed56a29..a9b64b0636 100644
--- a/core_base-service_graphql.js.html
+++ b/core_base-service_graphql.js.html
@@ -93,7 +93,7 @@ export { mergeQueries }
diff --git a/core_base-service_openapi.js.html b/core_base-service_openapi.js.html
index d2a8488a46..586d6d6f11 100644
--- a/core_base-service_openapi.js.html
+++ b/core_base-service_openapi.js.html
@@ -400,7 +400,7 @@ export {
diff --git a/core_base-service_resource-cache.js.html b/core_base-service_resource-cache.js.html
index 745a32c6ef..c4a4adc211 100644
--- a/core_base-service_resource-cache.js.html
+++ b/core_base-service_resource-cache.js.html
@@ -111,7 +111,7 @@ export { getCachedResource, clearResourceCache }
diff --git a/core_base-service_service-definitions.js.html b/core_base-service_service-definitions.js.html
index de2fd21ced..347de0ec0b 100644
--- a/core_base-service_service-definitions.js.html
+++ b/core_base-service_service-definitions.js.html
@@ -126,7 +126,7 @@ export {
diff --git a/core_server_prometheus-metrics.js.html b/core_server_prometheus-metrics.js.html
index f7e9ce25a0..342856f2fb 100644
--- a/core_server_prometheus-metrics.js.html
+++ b/core_server_prometheus-metrics.js.html
@@ -127,7 +127,7 @@ export default class PrometheusMetrics {
diff --git a/core_server_server.js.html b/core_server_server.js.html
index 1f9b86fcae..7cffba590f 100644
--- a/core_server_server.js.html
+++ b/core_server_server.js.html
@@ -659,7 +659,7 @@ export default Server
diff --git a/core_service-test-runner_create-service-tester.js.html b/core_service-test-runner_create-service-tester.js.html
index 7f7728b0a2..77e1d7307b 100644
--- a/core_service-test-runner_create-service-tester.js.html
+++ b/core_service-test-runner_create-service-tester.js.html
@@ -74,7 +74,7 @@ export default createServiceTester
diff --git a/core_service-test-runner_icedfrisby-shields.js.html b/core_service-test-runner_icedfrisby-shields.js.html
index ab89925d12..7e2720f73d 100644
--- a/core_service-test-runner_icedfrisby-shields.js.html
+++ b/core_service-test-runner_icedfrisby-shields.js.html
@@ -146,7 +146,7 @@ export default factory
diff --git a/core_service-test-runner_runner.js.html b/core_service-test-runner_runner.js.html
index bd9bda92c9..0472dad939 100644
--- a/core_service-test-runner_runner.js.html
+++ b/core_service-test-runner_runner.js.html
@@ -118,7 +118,7 @@ export default Runner
diff --git a/core_service-test-runner_service-tester.js.html b/core_service-test-runner_service-tester.js.html
index 81bc3b6437..5d23306abf 100644
--- a/core_service-test-runner_service-tester.js.html
+++ b/core_service-test-runner_service-tester.js.html
@@ -184,7 +184,7 @@ export default ServiceTester
diff --git a/core_service-test-runner_services-for-title.js.html b/core_service-test-runner_services-for-title.js.html
index ad6ee38359..0826ca581c 100644
--- a/core_service-test-runner_services-for-title.js.html
+++ b/core_service-test-runner_services-for-title.js.html
@@ -75,7 +75,7 @@ export default servicesForTitle
diff --git a/core_token-pooling_token-pool.js.html b/core_token-pooling_token-pool.js.html
index c99f2c320a..dae22025b5 100644
--- a/core_token-pooling_token-pool.js.html
+++ b/core_token-pooling_token-pool.js.html
@@ -379,7 +379,7 @@ export { sanitizeToken, Token, TokenPool }
diff --git a/global.html b/global.html
index fed9f1c0e6..00c5359624 100644
--- a/global.html
+++ b/global.html
@@ -1876,7 +1876,7 @@ testAuth(StackExchangeReputation, QueryStringAuth, { items: [{ reputation: 8 }]
diff --git a/index.html b/index.html
index e0be36f82c..048629fe2e 100644
--- a/index.html
+++ b/index.html
@@ -208,7 +208,7 @@ domain unless specified otherwise.
diff --git a/module-badge-maker.html b/module-badge-maker.html
index f25b646d0a..ae168139cc 100644
--- a/module-badge-maker.html
+++ b/module-badge-maker.html
@@ -498,7 +498,7 @@
diff --git a/module-badge-maker_lib_xml-ElementList.html b/module-badge-maker_lib_xml-ElementList.html
index 2c830ed3f2..21c0df02ef 100644
--- a/module-badge-maker_lib_xml-ElementList.html
+++ b/module-badge-maker_lib_xml-ElementList.html
@@ -163,7 +163,7 @@ like an XmlElement but renders multiple XML tags (not wrapped in a ).
diff --git a/module-badge-maker_lib_xml-XmlElement.html b/module-badge-maker_lib_xml-XmlElement.html
index 3b806b6c3a..df6f83c5c2 100644
--- a/module-badge-maker_lib_xml-XmlElement.html
+++ b/module-badge-maker_lib_xml-XmlElement.html
@@ -474,7 +474,7 @@ element will be rendered as a self-closing element.
diff --git a/module-badge-maker_lib_xml.html b/module-badge-maker_lib_xml.html
index 7bc5f2ad21..f6471620f4 100644
--- a/module-badge-maker_lib_xml.html
+++ b/module-badge-maker_lib_xml.html
@@ -128,7 +128,7 @@
diff --git a/module-core_base-service_base-BaseService.html b/module-core_base-service_base-BaseService.html
index dad3a636de..790122c8cb 100644
--- a/module-core_base-service_base-BaseService.html
+++ b/module-core_base-service_base-BaseService.html
@@ -96,7 +96,7 @@ category(), route() and handle(namedParams, queryParams)
Source:
@@ -211,7 +211,7 @@ this._request(this.authHelper.withBasicAuth({ url, schema, options }))
Source:
@@ -285,7 +285,7 @@ from the handler nor overridden by the user via query parameters.
Source:
@@ -358,7 +358,7 @@ route or routes in OpenAPI format.
Source:
@@ -438,7 +438,7 @@ the badges on the main shields.io website.
Source:
@@ -510,7 +510,7 @@ the badges on the main shields.io website.
Source:
@@ -665,7 +665,7 @@ defined in this.route.pattern or this.route.capture
Source:
@@ -825,7 +825,7 @@ for a given route parameter
Source:
@@ -899,7 +899,7 @@ for a given route parameter
diff --git a/module-core_base-service_base-graphql-BaseGraphqlService.html b/module-core_base-service_base-graphql-BaseGraphqlService.html
index 409ebef3ce..08ca128ea0 100644
--- a/module-core_base-service_base-graphql-BaseGraphqlService.html
+++ b/module-core_base-service_base-graphql-BaseGraphqlService.html
@@ -913,7 +913,7 @@ an InvalidResponse.
diff --git a/module-core_base-service_base-graphql.html b/module-core_base-service_base-graphql.html
index 36d75ebf1a..3ebbf7d501 100644
--- a/module-core_base-service_base-graphql.html
+++ b/module-core_base-service_base-graphql.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-json-BaseJsonService.html b/module-core_base-service_base-json-BaseJsonService.html
index b1d280c538..cf161df192 100644
--- a/module-core_base-service_base-json-BaseJsonService.html
+++ b/module-core_base-service_base-json-BaseJsonService.html
@@ -758,7 +758,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-json.html b/module-core_base-service_base-json.html
index 66f2291581..f306890f6b 100644
--- a/module-core_base-service_base-json.html
+++ b/module-core_base-service_base-json.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
index defa9f412f..51936d9be7 100644
--- a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
+++ b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html
@@ -849,7 +849,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-svg-scraping.html b/module-core_base-service_base-svg-scraping.html
index 5ec82e3c41..afe8e7f31f 100644
--- a/module-core_base-service_base-svg-scraping.html
+++ b/module-core_base-service_base-svg-scraping.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-toml-BaseTomlService.html b/module-core_base-service_base-toml-BaseTomlService.html
index 8b6d0047c3..4728c991e8 100644
--- a/module-core_base-service_base-toml-BaseTomlService.html
+++ b/module-core_base-service_base-toml-BaseTomlService.html
@@ -599,7 +599,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-toml.html b/module-core_base-service_base-toml.html
index edd49f966e..c97bd83b1e 100644
--- a/module-core_base-service_base-toml.html
+++ b/module-core_base-service_base-toml.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-xml-BaseXmlService.html b/module-core_base-service_base-xml-BaseXmlService.html
index 18673d765a..adb33352f0 100644
--- a/module-core_base-service_base-xml-BaseXmlService.html
+++ b/module-core_base-service_base-xml-BaseXmlService.html
@@ -641,7 +641,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-xml.html b/module-core_base-service_base-xml.html
index 5d0830a7a2..c0cb8b4cc4 100644
--- a/module-core_base-service_base-xml.html
+++ b/module-core_base-service_base-xml.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base-yaml-BaseYamlService.html b/module-core_base-service_base-yaml-BaseYamlService.html
index 79ce74ee10..c6616db351 100644
--- a/module-core_base-service_base-yaml-BaseYamlService.html
+++ b/module-core_base-service_base-yaml-BaseYamlService.html
@@ -638,7 +638,7 @@ that will be logged (to sentry, if configured).
diff --git a/module-core_base-service_base-yaml.html b/module-core_base-service_base-yaml.html
index 3493ddb220..7c02e0a366 100644
--- a/module-core_base-service_base-yaml.html
+++ b/module-core_base-service_base-yaml.html
@@ -125,7 +125,7 @@
diff --git a/module-core_base-service_base.html b/module-core_base-service_base.html
index c50c315bd9..22acb1a84d 100644
--- a/module-core_base-service_base.html
+++ b/module-core_base-service_base.html
@@ -261,7 +261,7 @@ configured credentials are present.
Source:
@@ -480,7 +480,7 @@ configured credentials are present.
Source:
@@ -673,7 +673,7 @@ configured credentials are present.
Source:
@@ -908,7 +908,7 @@ name: 'compact_message', schema: { type: 'boolean' }, example: null
Source:
@@ -944,7 +944,7 @@ name: 'compact_message', schema: { type: 'boolean' }, example: null
diff --git a/module-core_base-service_errors-Deprecated.html b/module-core_base-service_errors-Deprecated.html
index d862619711..60b67a0316 100644
--- a/module-core_base-service_errors-Deprecated.html
+++ b/module-core_base-service_errors-Deprecated.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-ImproperlyConfigured.html b/module-core_base-service_errors-ImproperlyConfigured.html
index f6d1340b56..d1981ff935 100644
--- a/module-core_base-service_errors-ImproperlyConfigured.html
+++ b/module-core_base-service_errors-ImproperlyConfigured.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-Inaccessible.html b/module-core_base-service_errors-Inaccessible.html
index 585ac00668..e22c26bf01 100644
--- a/module-core_base-service_errors-Inaccessible.html
+++ b/module-core_base-service_errors-Inaccessible.html
@@ -212,7 +212,7 @@ or to wrap a 5XX response
diff --git a/module-core_base-service_errors-InvalidParameter.html b/module-core_base-service_errors-InvalidParameter.html
index d544a9a715..7b42e3761e 100644
--- a/module-core_base-service_errors-InvalidParameter.html
+++ b/module-core_base-service_errors-InvalidParameter.html
@@ -212,7 +212,7 @@ is invalid or unexpected
diff --git a/module-core_base-service_errors-InvalidResponse.html b/module-core_base-service_errors-InvalidResponse.html
index b07a5f416a..c52a76da4c 100644
--- a/module-core_base-service_errors-InvalidResponse.html
+++ b/module-core_base-service_errors-InvalidResponse.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-NotFound.html b/module-core_base-service_errors-NotFound.html
index 52120a4073..f479f9813d 100644
--- a/module-core_base-service_errors-NotFound.html
+++ b/module-core_base-service_errors-NotFound.html
@@ -211,7 +211,7 @@
diff --git a/module-core_base-service_errors-ShieldsRuntimeError.html b/module-core_base-service_errors-ShieldsRuntimeError.html
index 8c88760f35..a67d39fb88 100644
--- a/module-core_base-service_errors-ShieldsRuntimeError.html
+++ b/module-core_base-service_errors-ShieldsRuntimeError.html
@@ -384,7 +384,7 @@ should override this method.
diff --git a/module-core_base-service_errors.html b/module-core_base-service_errors.html
index e6a1cd2dc1..3d09a12d35 100644
--- a/module-core_base-service_errors.html
+++ b/module-core_base-service_errors.html
@@ -343,7 +343,7 @@ for. Defaults to the cacheLength of the service class throwing the error
diff --git a/module-core_base-service_graphql.html b/module-core_base-service_graphql.html
index 14ebcdf70f..9dbe531d9a 100644
--- a/module-core_base-service_graphql.html
+++ b/module-core_base-service_graphql.html
@@ -296,7 +296,7 @@ but can't use that due to incorrect packaging.
diff --git a/module-core_base-service_openapi.html b/module-core_base-service_openapi.html
index de8176a254..c977578b82 100644
--- a/module-core_base-service_openapi.html
+++ b/module-core_base-service_openapi.html
@@ -1633,7 +1633,7 @@ Query params are usually strings. (Optional)
diff --git a/module-core_base-service_resource-cache.html b/module-core_base-service_resource-cache.html
index 2ace20d2d2..a043405bac 100644
--- a/module-core_base-service_resource-cache.html
+++ b/module-core_base-service_resource-cache.html
@@ -568,7 +568,7 @@
diff --git a/module-core_base-service_service-definitions.html b/module-core_base-service_service-definitions.html
index e343970a6e..fd933edb5b 100644
--- a/module-core_base-service_service-definitions.html
+++ b/module-core_base-service_service-definitions.html
@@ -191,7 +191,7 @@
diff --git a/module-core_server_server-Server.html b/module-core_server_server-Server.html
index 55708d3017..b203fc54aa 100644
--- a/module-core_server_server-Server.html
+++ b/module-core_server_server-Server.html
@@ -681,7 +681,7 @@ Start listening for requests on this.baseUrl()
diff --git a/module-core_server_server.html b/module-core_server_server.html
index 5ddcdd25ff..a49554f518 100644
--- a/module-core_server_server.html
+++ b/module-core_server_server.html
@@ -125,7 +125,7 @@
diff --git a/module-core_service-test-runner_create-service-tester.html b/module-core_service-test-runner_create-service-tester.html
index 1a16ae7a9a..17ca2fe87f 100644
--- a/module-core_service-test-runner_create-service-tester.html
+++ b/module-core_service-test-runner_create-service-tester.html
@@ -236,7 +236,7 @@ service.
diff --git a/module-core_service-test-runner_icedfrisby-shields.html b/module-core_service-test-runner_icedfrisby-shields.html
index 071f783b2b..26ee8453ae 100644
--- a/module-core_service-test-runner_icedfrisby-shields.html
+++ b/module-core_service-test-runner_icedfrisby-shields.html
@@ -292,7 +292,7 @@
diff --git a/module-core_service-test-runner_runner-Runner.html b/module-core_service-test-runner_runner-Runner.html
index 849628eac6..dfa404ca19 100644
--- a/module-core_service-test-runner_runner-Runner.html
+++ b/module-core_service-test-runner_runner-Runner.html
@@ -568,7 +568,7 @@ overridden on instances.
diff --git a/module-core_service-test-runner_runner.html b/module-core_service-test-runner_runner.html
index 1c8aff3c77..0490c2cfaa 100644
--- a/module-core_service-test-runner_runner.html
+++ b/module-core_service-test-runner_runner.html
@@ -125,7 +125,7 @@
diff --git a/module-core_service-test-runner_service-tester-ServiceTester.html b/module-core_service-test-runner_service-tester-ServiceTester.html
index a913e2c0ef..eca6c924c3 100644
--- a/module-core_service-test-runner_service-tester-ServiceTester.html
+++ b/module-core_service-test-runner_service-tester-ServiceTester.html
@@ -1126,7 +1126,7 @@ the CLI, or directly on the tester.
diff --git a/module-core_service-test-runner_service-tester.html b/module-core_service-test-runner_service-tester.html
index 6a1541ec2a..f80fd76af2 100644
--- a/module-core_service-test-runner_service-tester.html
+++ b/module-core_service-test-runner_service-tester.html
@@ -125,7 +125,7 @@
diff --git a/module-core_service-test-runner_services-for-title.html b/module-core_service-test-runner_services-for-title.html
index 6b35e10f6c..07192957de 100644
--- a/module-core_service-test-runner_services-for-title.html
+++ b/module-core_service-test-runner_services-for-title.html
@@ -284,7 +284,7 @@ as an array of strings.
diff --git a/module-core_token-pooling_token-pool-Token.html b/module-core_token-pooling_token-pool-Token.html
index 2adbdd37ee..a0a9a3a634 100644
--- a/module-core_token-pooling_token-pool-Token.html
+++ b/module-core_token-pooling_token-pool-Token.html
@@ -715,7 +715,7 @@ stable ordering for a valid priority queue.
diff --git a/module-core_token-pooling_token-pool-TokenPool.html b/module-core_token-pooling_token-pool-TokenPool.html
index e72c8c60f5..7873b3b1bc 100644
--- a/module-core_token-pooling_token-pool-TokenPool.html
+++ b/module-core_token-pooling_token-pool-TokenPool.html
@@ -899,7 +899,7 @@ indicate it should not be reused.
diff --git a/module-core_token-pooling_token-pool.html b/module-core_token-pooling_token-pool.html
index ef3c4477e0..de7a00b45e 100644
--- a/module-core_token-pooling_token-pool.html
+++ b/module-core_token-pooling_token-pool.html
@@ -291,7 +291,7 @@
diff --git a/module-services_build-status.html b/module-services_build-status.html
index b6622fd480..b2aa69895f 100644
--- a/module-services_build-status.html
+++ b/module-services_build-status.html
@@ -453,7 +453,7 @@ Determines the message and color of the badge according to the build status.
diff --git a/module-services_color-formatters.html b/module-services_color-formatters.html
index 046437ad6e..6bb912223d 100644
--- a/module-services_color-formatters.html
+++ b/module-services_color-formatters.html
@@ -1371,7 +1371,7 @@ The color defaults to red if the score does not matches with any of the grade va
diff --git a/module-services_contributor-count.html b/module-services_contributor-count.html
index 7e801bc7ee..cc42b6a192 100644
--- a/module-services_contributor-count.html
+++ b/module-services_contributor-count.html
@@ -536,7 +536,7 @@ Determines the message and color of the badge according to the contributor count
diff --git a/module-services_date.html b/module-services_date.html
index cc80871a90..5ec9eea6fb 100644
--- a/module-services_date.html
+++ b/module-services_date.html
@@ -1087,7 +1087,7 @@ parseDate('2018 Enero 15', 'YYYY MMMM DD', 'es')
diff --git a/module-services_downloads.html b/module-services_downloads.html
index 299d71d413..3fedc933b3 100644
--- a/module-services_downloads.html
+++ b/module-services_downloads.html
@@ -546,7 +546,7 @@ this value as the prefix for versioned badges, e.g. foobar@v1.23. D
diff --git a/module-services_dynamic-common.html b/module-services_dynamic-common.html
index da1f51542a..c72c61adf4 100644
--- a/module-services_dynamic-common.html
+++ b/module-services_dynamic-common.html
@@ -960,7 +960,7 @@ Sets the color of the badge to blue.
diff --git a/module-services_dynamic_json-path.html b/module-services_dynamic_json-path.html
index e491fda058..b4d4bb270b 100644
--- a/module-services_dynamic_json-path.html
+++ b/module-services_dynamic_json-path.html
@@ -423,7 +423,7 @@ This can be used to extend or override the
diff --git a/module-services_endpoint-common.html b/module-services_endpoint-common.html
index 09872b0e5e..95b10715af 100644
--- a/module-services_endpoint-common.html
+++ b/module-services_endpoint-common.html
@@ -810,7 +810,7 @@ Optionally it prints those keys in the message to provide detailed feedback.
diff --git a/module-services_licenses.html b/module-services_licenses.html
index 3e843ed5c9..9538662d11 100644
--- a/module-services_licenses.html
+++ b/module-services_licenses.html
@@ -650,7 +650,7 @@ Sets the badge color to the provided value, if not provided then the color is us
diff --git a/module-services_package-json-helpers.html b/module-services_package-json-helpers.html
index 5e3f19bd8f..2d8cbcae03 100644
--- a/module-services_package-json-helpers.html
+++ b/module-services_package-json-helpers.html
@@ -656,7 +656,7 @@ Checks if the object has all the dependency types and the dependency types are v
diff --git a/module-services_php-version.html b/module-services_php-version.html
index 2bd9811c67..64c1062211 100644
--- a/module-services_php-version.html
+++ b/module-services_php-version.html
@@ -1472,7 +1472,7 @@ Return { numbers: [1,0,something big], modifier: 2, modifierCount: 1 }
diff --git a/module-services_pipenv-helpers.html b/module-services_pipenv-helpers.html
index 3f5f767a27..d47d793002 100644
--- a/module-services_pipenv-helpers.html
+++ b/module-services_pipenv-helpers.html
@@ -616,7 +616,7 @@ Checks if the lock file object has required properties and the properties are va
diff --git a/module-services_route-builder.html b/module-services_route-builder.html
index 8a8822ffe0..d6baf07274 100644
--- a/module-services_route-builder.html
+++ b/module-services_route-builder.html
@@ -621,7 +621,7 @@
diff --git a/module-services_size.html b/module-services_size.html
index cf819d718a..c44560a63b 100644
--- a/module-services_size.html
+++ b/module-services_size.html
@@ -376,7 +376,7 @@ This should align with how the upstream displays sizes.
diff --git a/module-services_steam_steam-base-BaseSteamAPI.html b/module-services_steam_steam-base-BaseSteamAPI.html
index c101931230..364752fce0 100644
--- a/module-services_steam_steam-base-BaseSteamAPI.html
+++ b/module-services_steam_steam-base-BaseSteamAPI.html
@@ -380,7 +380,7 @@
diff --git a/module-services_steam_steam-base.html b/module-services_steam_steam-base.html
index bee01ef1a1..f195313af2 100644
--- a/module-services_steam_steam-base.html
+++ b/module-services_steam_steam-base.html
@@ -125,7 +125,7 @@
diff --git a/module-services_text-formatters.html b/module-services_text-formatters.html
index ed6f0a454c..7dada73a0b 100644
--- a/module-services_text-formatters.html
+++ b/module-services_text-formatters.html
@@ -1349,7 +1349,7 @@ The remaining stars are empty stars until the maximum number of stars is reached
diff --git a/module-services_validators.html b/module-services_validators.html
index 9bce59cfb1..06fce09ad7 100644
--- a/module-services_validators.html
+++ b/module-services_validators.html
@@ -851,7 +851,7 @@ Some invalid values for this validator are: abc, 1.a, 1.0-, .1
diff --git a/module-services_version.html b/module-services_version.html
index 0b38ec9d53..e051dafb92 100644
--- a/module-services_version.html
+++ b/module-services_version.html
@@ -1993,7 +1993,7 @@ slice('2.4', 'patch') // returns null because the version string is not valid ac
diff --git a/module-services_website-status.html b/module-services_website-status.html
index e4ddba5c42..920479ea40 100644
--- a/module-services_website-status.html
+++ b/module-services_website-status.html
@@ -661,7 +661,7 @@ renderWebsiteStatus({ isUp: false }) // returns { message: 'down', color: 'red'
diff --git a/module-services_winget_version.html b/module-services_winget_version.html
index ff486d5dad..4d210e98ce 100644
--- a/module-services_winget_version.html
+++ b/module-services_winget_version.html
@@ -964,7 +964,7 @@ if there is a digit before the split character, or no split characters exist.
diff --git a/services_build-status.js.html b/services_build-status.js.html
index 1f3d2d2fd7..f15ac84cec 100644
--- a/services_build-status.js.html
+++ b/services_build-status.js.html
@@ -140,7 +140,7 @@ export { isBuildStatus, renderBuildStatusBadge }
diff --git a/services_color-formatters.js.html b/services_color-formatters.js.html
index bd2e1fce52..1685991b3e 100644
--- a/services_color-formatters.js.html
+++ b/services_color-formatters.js.html
@@ -227,7 +227,7 @@ export {
diff --git a/services_contributor-count.js.html b/services_contributor-count.js.html
index 8dd00391f9..006835633b 100644
--- a/services_contributor-count.js.html
+++ b/services_contributor-count.js.html
@@ -85,7 +85,7 @@ export { contributorColor, renderContributorBadge }
diff --git a/services_crates_crates-base.js.html b/services_crates_crates-base.js.html
index d81296e4ff..695dfe8ecd 100644
--- a/services_crates_crates-base.js.html
+++ b/services_crates_crates-base.js.html
@@ -129,7 +129,7 @@ export { BaseCratesService, BaseCratesUserService, description }
diff --git a/services_date.js.html b/services_date.js.html
index 6cecc180ac..963d2055a0 100644
--- a/services_date.js.html
+++ b/services_date.js.html
@@ -150,7 +150,7 @@ export { parseDate, renderDateBadge, formatDate, formatRelativeDate, age }
diff --git a/services_downloads.js.html b/services_downloads.js.html
index 6ccbcbf737..a3489ce302 100644
--- a/services_downloads.js.html
+++ b/services_downloads.js.html
@@ -101,7 +101,7 @@ export { renderDownloadsBadge }
diff --git a/services_dynamic-common.js.html b/services_dynamic-common.js.html
index e96a25a9b1..6ead4d7cc4 100644
--- a/services_dynamic-common.js.html
+++ b/services_dynamic-common.js.html
@@ -142,7 +142,7 @@ export {
diff --git a/services_dynamic_json-path.js.html b/services_dynamic_json-path.js.html
index a7d1a1a48c..fa83c7d71f 100644
--- a/services_dynamic_json-path.js.html
+++ b/services_dynamic_json-path.js.html
@@ -111,7 +111,7 @@ export default superclass =>
diff --git a/services_endpoint-common.js.html b/services_endpoint-common.js.html
index 423f7a5819..89c7a4ac06 100644
--- a/services_endpoint-common.js.html
+++ b/services_endpoint-common.js.html
@@ -64,7 +64,6 @@ const endpointSchema = Joi.object({
logoSvg: Joi.string(),
logoColor: optionalStringWhenNamedLogoPresent,
logoSize: optionalStringWhenNamedLogoPresent,
- logoWidth: optionalNumberWhenAnyLogoPresent,
style: Joi.string(),
cacheSeconds: Joi.number().integer().min(0),
/*
@@ -73,6 +72,7 @@ const endpointSchema = Joi.object({
passing it should not throw an error
*/
logoPosition: optionalNumberWhenAnyLogoPresent,
+ logoWidth: optionalNumberWhenAnyLogoPresent,
})
// `namedLogo` or `logoSvg`; not both.
.oxor('namedLogo', 'logoSvg')
@@ -155,7 +155,7 @@ export { validateEndpointData, fetchEndpointData }
diff --git a/services_licenses.js.html b/services_licenses.js.html
index a7aaec6b9d..2e2e23582c 100644
--- a/services_licenses.js.html
+++ b/services_licenses.js.html
@@ -201,7 +201,7 @@ export { licenseToColor, renderLicenseBadge }
diff --git a/services_package-json-helpers.js.html b/services_package-json-helpers.js.html
index b55f4f68a0..ec6b00f61a 100644
--- a/services_package-json-helpers.js.html
+++ b/services_package-json-helpers.js.html
@@ -120,7 +120,7 @@ export { isDependencyMap, isPackageJsonWithDependencies, getDependencyVersion }
diff --git a/services_packagist_packagist-base.js.html b/services_packagist_packagist-base.js.html
index 45319c4f1a..68977da2fd 100644
--- a/services_packagist_packagist-base.js.html
+++ b/services_packagist_packagist-base.js.html
@@ -229,7 +229,7 @@ export {
diff --git a/services_php-version.js.html b/services_php-version.js.html
index 4e3871424d..dad910fe40 100644
--- a/services_php-version.js.html
+++ b/services_php-version.js.html
@@ -341,7 +341,7 @@ export {
diff --git a/services_pipenv-helpers.js.html b/services_pipenv-helpers.js.html
index df46f58d0c..cf1e4e75d5 100644
--- a/services_pipenv-helpers.js.html
+++ b/services_pipenv-helpers.js.html
@@ -128,7 +128,7 @@ export { isLockfile, getDependencyVersion }
diff --git a/services_route-builder.js.html b/services_route-builder.js.html
index 12cca6fea5..9e5eadf631 100644
--- a/services_route-builder.js.html
+++ b/services_route-builder.js.html
@@ -105,7 +105,7 @@ export default class RouteBuilder {
diff --git a/services_size.js.html b/services_size.js.html
index 0ee294c022..052c1b5547 100644
--- a/services_size.js.html
+++ b/services_size.js.html
@@ -67,7 +67,7 @@ export { renderSizeBadge }
diff --git a/services_steam_steam-base.js.html b/services_steam_steam-base.js.html
index f6af468504..367f905d94 100644
--- a/services_steam_steam-base.js.html
+++ b/services_steam_steam-base.js.html
@@ -98,7 +98,7 @@ export default BaseSteamAPI
diff --git a/services_test-helpers.js.html b/services_test-helpers.js.html
index b8b12c23d5..10e6d9687f 100644
--- a/services_test-helpers.js.html
+++ b/services_test-helpers.js.html
@@ -388,7 +388,7 @@ export {
diff --git a/services_test-validators.js.html b/services_test-validators.js.html
index 268bf43546..27763eb3d2 100644
--- a/services_test-validators.js.html
+++ b/services_test-validators.js.html
@@ -266,7 +266,7 @@ export {
diff --git a/services_text-formatters.js.html b/services_text-formatters.js.html
index b427dab100..364bf09695 100644
--- a/services_text-formatters.js.html
+++ b/services_text-formatters.js.html
@@ -212,7 +212,7 @@ export {
diff --git a/services_thunderstore_thunderstore-base.js.html b/services_thunderstore_thunderstore-base.js.html
index 96e99bbdb8..cff1689327 100644
--- a/services_thunderstore_thunderstore-base.js.html
+++ b/services_thunderstore_thunderstore-base.js.html
@@ -102,7 +102,7 @@ export { BaseThunderstoreService, description }
diff --git a/services_validators.js.html b/services_validators.js.html
index 994e1bc875..768c7c0ff7 100644
--- a/services_validators.js.html
+++ b/services_validators.js.html
@@ -137,7 +137,7 @@ export const relativeUri = Joi.string().uri({ relativeOnly: true })
diff --git a/services_version.js.html b/services_version.js.html
index 97fcd49c8b..6552d4ca6d 100644
--- a/services_version.js.html
+++ b/services_version.js.html
@@ -307,7 +307,7 @@ export { latest, listCompare, slice, rangeStart, renderVersionBadge }
diff --git a/services_website-status.js.html b/services_website-status.js.html
index dba011a634..2b2982705a 100644
--- a/services_website-status.js.html
+++ b/services_website-status.js.html
@@ -107,7 +107,7 @@ export { queryParamSchema, queryParams, renderWebsiteStatus }
diff --git a/services_winget_version.js.html b/services_winget_version.js.html
index 6ae0b6caea..12a87cf470 100644
--- a/services_winget_version.js.html
+++ b/services_winget_version.js.html
@@ -214,7 +214,7 @@ export { latest, compareVersion }
diff --git a/tutorial-TUTORIAL.html b/tutorial-TUTORIAL.html
index b6b6b22ae1..d2e7ab1f81 100644
--- a/tutorial-TUTORIAL.html
+++ b/tutorial-TUTORIAL.html
@@ -424,7 +424,7 @@ will review your contribution.
diff --git a/tutorial-adding-new-config-values.html b/tutorial-adding-new-config-values.html
index 840d8b27d3..82fde3623e 100644
--- a/tutorial-adding-new-config-values.html
+++ b/tutorial-adding-new-config-values.html
@@ -60,7 +60,7 @@
diff --git a/tutorial-authentication.html b/tutorial-authentication.html
index 82a200614d..dbd54f984c 100644
--- a/tutorial-authentication.html
+++ b/tutorial-authentication.html
@@ -48,7 +48,7 @@
diff --git a/tutorial-badge-urls.html b/tutorial-badge-urls.html
index 8a1356e46b..bb5a6f001f 100644
--- a/tutorial-badge-urls.html
+++ b/tutorial-badge-urls.html
@@ -83,7 +83,7 @@ badge is for issues, and the parameters are :user/:repo.
diff --git a/tutorial-code-walkthrough.html b/tutorial-code-walkthrough.html
index 1d2b940272..78070227a5 100644
--- a/tutorial-code-walkthrough.html
+++ b/tutorial-code-walkthrough.html
@@ -235,7 +235,7 @@ result over the HTTPS connection.
diff --git a/tutorial-deprecating-badges.html b/tutorial-deprecating-badges.html
index 1f2245bdcc..639a3fea71 100644
--- a/tutorial-deprecating-badges.html
+++ b/tutorial-deprecating-badges.html
@@ -155,7 +155,7 @@ t.create('no longer available (previously number of layers)')
diff --git a/tutorial-input-validation.html b/tutorial-input-validation.html
index 0f6c4cd2a3..20e9543c42 100644
--- a/tutorial-input-validation.html
+++ b/tutorial-input-validation.html
@@ -106,7 +106,7 @@
diff --git a/tutorial-json-format.html b/tutorial-json-format.html
index 1d34c77d63..17866e6059 100644
--- a/tutorial-json-format.html
+++ b/tutorial-json-format.html
@@ -60,7 +60,7 @@ if you have any queries regarding the JSON format.
diff --git a/tutorial-performance-testing.html b/tutorial-performance-testing.html
index e5e1ce19ad..6156ae4515 100644
--- a/tutorial-performance-testing.html
+++ b/tutorial-performance-testing.html
@@ -76,7 +76,7 @@ node --prof-process --preprocess -j isolate-00000244AB6ED3B0-11920-v8.log | flam
diff --git a/tutorial-production-hosting.html b/tutorial-production-hosting.html
index 230a8a3290..88332f147c 100644
--- a/tutorial-production-hosting.html
+++ b/tutorial-production-hosting.html
@@ -211,7 +211,7 @@ via local-shields-io-production.yml (see
diff --git a/tutorial-releases.html b/tutorial-releases.html
index 8c6f4e7485..38df89002d 100644
--- a/tutorial-releases.html
+++ b/tutorial-releases.html
@@ -79,7 +79,7 @@
diff --git a/tutorial-self-hosting.html b/tutorial-self-hosting.html
index 9e12e3454e..fee1622b64 100644
--- a/tutorial-self-hosting.html
+++ b/tutorial-self-hosting.html
@@ -182,7 +182,7 @@ Set public.requireCloudflare: true.
diff --git a/tutorial-server-secrets.html b/tutorial-server-secrets.html
index 3973bca9ac..5f089b60f9 100644
--- a/tutorial-server-secrets.html
+++ b/tutorial-server-secrets.html
@@ -340,7 +340,7 @@ and create an API key for the YouTube Data API v3.
diff --git a/tutorial-service-tests.html b/tutorial-service-tests.html
index 65fb16e231..b49927cf74 100644
--- a/tutorial-service-tests.html
+++ b/tutorial-service-tests.html
@@ -229,7 +229,7 @@ comment there instead.
diff --git a/tutorial-static-badges.html b/tutorial-static-badges.html
index 6d6b37fdda..5bacf4005d 100644
--- a/tutorial-static-badges.html
+++ b/tutorial-static-badges.html
@@ -42,7 +42,7 @@