Skip to content

Commit 6f460e6

Browse files
Add Svelte CI anomalies to download-anomalies.data.ts
1 parent 11c2116 commit 6f460e6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

app/utils/download-anomalies.data.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,19 @@ export const DOWNLOAD_ANOMALIES: DownloadAnomaly[] = [
77
start: { date: '2025-08-04', weeklyDownloads: 33_913_132 },
88
end: { date: '2025-09-08', weeklyDownloads: 38_665_727 },
99
},
10+
{
11+
packageName: 'svelte',
12+
start: { date: '2022-11-15', weeklyDownloads: 75_233 },
13+
end: { date: '2022-11-30', weeklyDownloads: 69_524 },
14+
},
15+
{
16+
packageName: 'svelte',
17+
start: { date: '2023-06-19', weeklyDownloads: 107_491 },
18+
end: { date: '2023-06-22', weeklyDownloads: 112_432 },
19+
},
20+
{
21+
packageName: 'svelte',
22+
start: { date: '2023-11-18', weeklyDownloads: 59_611 },
23+
end: { date: '2023-11-21', weeklyDownloads: 150_680 },
24+
},
1025
]

0 commit comments

Comments
 (0)