API: Remove RAM cost of hacknet namespace and set RAM cost of each hacknet API (#2502)

* API: Remove RAM cost of hacknet namespace and set RAM cost of each hacknet API

* Fix Jest tests

* Update based on feedback
This commit is contained in:
catloversg
2026-02-17 00:00:02 +07:00
committed by GitHub
parent 775a1b1e4b
commit dd78a2cb44
6 changed files with 58 additions and 48 deletions
+2
View File
@@ -620,6 +620,8 @@ Error: ${e}`,
}
if (ver < 45) {
initDarkwebServer();
}
if (ver < 46) {
showAPIBreaks("3.0.0", breakingChanges300);
}
}