From ef0d81852014c8b7f445926209c3d8a9ffa791a1 Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Sat, 6 Jul 2024 19:16:27 +0100 Subject: [PATCH] Constrain CO2.js version to 0.15 due to JSON model change --- .../UmbracoCommunitySustainability/js/resource-checker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Community.Sustainability.TestSite.14.x/wwwroot/App_Plugins/UmbracoCommunitySustainability/js/resource-checker.js b/src/Umbraco.Community.Sustainability.TestSite.14.x/wwwroot/App_Plugins/UmbracoCommunitySustainability/js/resource-checker.js index fc13bd2..a4c5b7f 100644 --- a/src/Umbraco.Community.Sustainability.TestSite.14.x/wwwroot/App_Plugins/UmbracoCommunitySustainability/js/resource-checker.js +++ b/src/Umbraco.Community.Sustainability.TestSite.14.x/wwwroot/App_Plugins/UmbracoCommunitySustainability/js/resource-checker.js @@ -1,4 +1,4 @@ -import { co2, hosting } from 'https://cdn.skypack.dev/@tgwf/co2'; +import { co2, hosting } from 'https://cdn.skypack.dev/@tgwf/co2@0.15'; scrollPage();