Skip to content

Commit

Permalink
add ali dependency to app package
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz committed Aug 28, 2023
1 parent 73d3342 commit 0c575c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lint:fix": "eslint '*/**/*.ts' --quiet --fix"
},
"dependencies": {
"@cloud-carbon-footprint/ali": "^0.1.1",
"@cloud-carbon-footprint/aws": "^0.14.4",
"@cloud-carbon-footprint/azure": "^1.4.0",
"@cloud-carbon-footprint/common": "^1.12.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/app/src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ import {
AWSAccount,
} from '@cloud-carbon-footprint/aws'
import { GCPAccount, getGCPEmissionsFactors } from '@cloud-carbon-footprint/gcp'
import { AliAccount } from '@cloud-carbon-footprint/ali'
import {
ALI_EMISSIONS_FACTORS_METRIC_TON_PER_KWH,
AliAccount,
} from '@cloud-carbon-footprint/ali'
import { OnPremise } from '@cloud-carbon-footprint/on-premise'

import cache from './Cache'
import { EstimationRequest, RecommendationRequest } from './CreateValidRequest'
import { includeCloudProviders } from './common/helpers'
import { ALI_EMISSIONS_FACTORS_METRIC_TON_PER_KWH } from '@cloud-carbon-footprint/ali'

export const recommendationsMockPath = 'recommendations.mock.json'

Expand Down

0 comments on commit 0c575c2

Please sign in to comment.