Skip to content

Commit

Permalink
Upgrade co2 to 0.16.4 (#4353)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 26, 2024
1 parent 3c0828b commit da64199
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/sustainable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ export default class SustainablePlugin extends SitespeedioPlugin {
} else {
if (this.sustainableOptions.useGreenWebHostingAPI === true) {
log.info('Fetch hosting information from The Green Web Foundation');
hostingGreenCheck = await hosting.check(
hostingGreenCheck = await hosting(
listOfDomains,
undefined,
'sitespeed.io'
);
} else {
hostingGreenCheck = await hosting.check(listOfDomains, this.data);
hostingGreenCheck = await hosting(listOfDomains, this.data);
}
}

Expand Down
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"dependencies": {
"@google-cloud/storage": "6.9.5",
"@influxdata/influxdb-client": "1.33.2",
"@tgwf/co2": "0.16.0",
"@tgwf/co2": "0.16.4",
"@aws-sdk/client-s3": "3.609.0",
"axe-core": "4.10.2",
"browsertime": "23.5.0",
Expand Down

0 comments on commit da64199

Please sign in to comment.