Skip to content

Commit 83500c9

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

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
@@ -2208,11 +2208,17 @@
22082208
}
22092209
],
22102210
"node-server": [
2211+
{
2212+
"major": 9,
2213+
"minor": 10,
2214+
"date": "2025-06-17T21:33:03Z",
2215+
"eol": null
2216+
},
22112217
{
22122218
"major": 9,
22132219
"minor": 9,
22142220
"date": "2025-04-16T19:25:40Z",
2215-
"eol": null
2221+
"eol": "2026-06-17T00:00:00Z"
22162222
},
22172223
{
22182224
"major": 9,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,11 +2208,17 @@
22082208
}
22092209
],
22102210
"node-server": [
2211+
{
2212+
"major": 9,
2213+
"minor": 10,
2214+
"date": "2025-06-17T21:33:03Z",
2215+
"eol": null
2216+
},
22112217
{
22122218
"major": 9,
22132219
"minor": 9,
22142220
"date": "2025-04-16T19:25:40Z",
2215-
"eol": null
2221+
"eol": "2026-06-17T00:00:00Z"
22162222
},
22172223
{
22182224
"major": 9,

metadata.sqlite3

4 KB
Binary file not shown.

products/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,11 +2208,17 @@
22082208
}
22092209
],
22102210
"node-server": [
2211+
{
2212+
"major": 9,
2213+
"minor": 10,
2214+
"date": "2025-06-17T21:33:03Z",
2215+
"eol": null
2216+
},
22112217
{
22122218
"major": 9,
22132219
"minor": 9,
22142220
"date": "2025-04-16T19:25:40Z",
2215-
"eol": null
2221+
"eol": "2026-06-17T00:00:00Z"
22162222
},
22172223
{
22182224
"major": 9,

0 commit comments

Comments
 (0)