Skip to content

Commit 1cd4f82

Browse files
authored
feat: add SolidJS data anomalies to download-anomalies.data.ts (#2661)
1 parent 7573953 commit 1cd4f82

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/utils/download-anomalies.data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ export const DOWNLOAD_ANOMALIES: DownloadAnomaly[] = [
2222
start: { date: '2023-11-18', weeklyDownloads: 59_611 },
2323
end: { date: '2023-11-21', weeklyDownloads: 150_680 },
2424
},
25+
{
26+
packageName: 'solid-js',
27+
start: { date: '2024-12-22', weeklyDownloads: 21_395 },
28+
end: { date: '2024-12-24', weeklyDownloads: 28_308 },
29+
},
2530
/**
2631
* NOTE:
2732
* - please add new entries above this comment.

0 commit comments

Comments
 (0)