Skip to content

Commit 16bde08

Browse files
committed
refactor(vendors): rename amazon-web-services to aws
- Update import from amazon-web-services.json to aws.json - Align with vendor manifest file rename
1 parent bf0cb6c commit 16bde08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/generated/vendors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
*/
66

77
import Alibaba from '../../../manifests/vendors/alibaba.json'
8-
import AmazonWebServices from '../../../manifests/vendors/amazon-web-services.json'
98
import AntGroup from '../../../manifests/vendors/ant-group.json'
109
import Anthropic from '../../../manifests/vendors/anthropic.json'
1110
import Anysphere from '../../../manifests/vendors/anysphere.json'
1211
import Augment from '../../../manifests/vendors/augment.json'
12+
import Aws from '../../../manifests/vendors/aws.json'
1313
import Bytedance from '../../../manifests/vendors/bytedance.json'
1414
import ClineBot from '../../../manifests/vendors/cline-bot.json'
1515
import Cognition from '../../../manifests/vendors/cognition.json'
@@ -42,11 +42,11 @@ import type { ManifestVendor } from '../../types/manifests'
4242

4343
export const vendorsData = [
4444
Alibaba,
45-
AmazonWebServices,
4645
AntGroup,
4746
Anthropic,
4847
Anysphere,
4948
Augment,
49+
Aws,
5050
Bytedance,
5151
ClineBot,
5252
Cognition,

0 commit comments

Comments
 (0)