Skip to content

Commit eaa12f3

Browse files
fix(metadata): ingest new data and regenerate products (#287)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent f53152f commit eaa12f3

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

api-js/src/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4014,11 +4014,17 @@
40144014
}
40154015
],
40164016
"swift-client-sdk": [
4017+
{
4018+
"major": 9,
4019+
"minor": 14,
4020+
"date": "2025-08-11T20:37:50Z",
4021+
"eol": null
4022+
},
40174023
{
40184024
"major": 9,
40194025
"minor": 13,
40204026
"date": "2025-04-21T16:35:34Z",
4021-
"eol": null
4027+
"eol": "2026-08-11T00:00:00Z"
40224028
},
40234029
{
40244030
"major": 9,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4014,11 +4014,17 @@
40144014
}
40154015
],
40164016
"swift-client-sdk": [
4017+
{
4018+
"major": 9,
4019+
"minor": 14,
4020+
"date": "2025-08-11T20:37:50Z",
4021+
"eol": null
4022+
},
40174023
{
40184024
"major": 9,
40194025
"minor": 13,
40204026
"date": "2025-04-21T16:35:34Z",
4021-
"eol": null
4027+
"eol": "2026-08-11T00:00:00Z"
40224028
},
40234029
{
40244030
"major": 9,

metadata.sqlite3

0 Bytes
Binary file not shown.

products/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4014,11 +4014,17 @@
40144014
}
40154015
],
40164016
"swift-client-sdk": [
4017+
{
4018+
"major": 9,
4019+
"minor": 14,
4020+
"date": "2025-08-11T20:37:50Z",
4021+
"eol": null
4022+
},
40174023
{
40184024
"major": 9,
40194025
"minor": 13,
40204026
"date": "2025-04-21T16:35:34Z",
4021-
"eol": null
4027+
"eol": "2026-08-11T00:00:00Z"
40224028
},
40234029
{
40244030
"major": 9,

0 commit comments

Comments
 (0)