bump to v0.9.71, push back function deprecation (aka Matt's demise) til .80

This commit is contained in:
zefie
2026-04-21 21:48:58 -04:00
parent 2b28a403a0
commit 6c44d6bf6d
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ const deprecationWarnings = {
// Example deprecations - you can modify these as needed
pattern: /session\_data\.hasCap\s*\(/g,
message: "session_data.hasCap() is deprecated and will be removed",
removeVersion: "0.9.70",
removeVersion: "0.9.80",
replacement: "Use session_data.capabilities.get() instead"
}
],

View File

@@ -1,6 +1,6 @@
{
"name": "zefie_wtvp_minisrv",
"version": "0.9.70",
"version": "0.9.71",
"description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",