diff --git a/abi_registry.json b/abi_registry.json index f4740b1..53dee6c 100644 --- a/abi_registry.json +++ b/abi_registry.json @@ -9,7 +9,10 @@ { "runtime": "node", "target": "12.0.0", - "lts": ["2019-10-21", "2020-11-30"], + "lts": [ + "2019-10-21", + "2020-11-30" + ], "future": false, "abi": "72" }, @@ -23,7 +26,10 @@ { "runtime": "node", "target": "14.0.0", - "lts": ["2020-10-27", "2021-10-19"], + "lts": [ + "2020-10-27", + "2021-10-19" + ], "future": false, "abi": "83" }, @@ -37,7 +43,10 @@ { "runtime": "node", "target": "16.0.0", - "lts": ["2021-10-26", "2022-10-18"], + "lts": [ + "2021-10-26", + "2022-10-18" + ], "future": false, "abi": "93" }, @@ -51,7 +60,10 @@ { "runtime": "node", "target": "18.0.0", - "lts": ["2022-10-25", "2023-10-18"], + "lts": [ + "2022-10-25", + "2023-10-18" + ], "future": false, "abi": "108" }, @@ -65,7 +77,10 @@ { "runtime": "node", "target": "20.0.0", - "lts": ["2023-10-24", "2024-10-22"], + "lts": [ + "2023-10-24", + "2024-10-22" + ], "future": false, "abi": "115" }, @@ -79,7 +94,10 @@ { "runtime": "node", "target": "22.0.0", - "lts": ["2024-10-29", "2025-10-21"], + "lts": [ + "2024-10-29", + "2025-10-21" + ], "future": false, "abi": "127" }, @@ -93,7 +111,10 @@ { "runtime": "node", "target": "24.0.0", - "lts": ["2025-10-28", "2026-10-20"], + "lts": [ + "2025-10-28", + "2026-10-20" + ], "future": false, "abi": "137" }, @@ -107,9 +128,12 @@ { "runtime": "node", "target": "26.0.0", - "lts": ["2026-10-28", "2027-10-20"], - "future": true, - "abi": "144" + "lts": [ + "2026-10-28", + "2027-10-20" + ], + "future": false, + "abi": "147" }, { "abi": "70", @@ -412,4 +436,4 @@ "runtime": "electron", "target": "42.0.0-alpha.1" } -] +] \ No newline at end of file