bump to v0.9.71, push back function deprecation (aka Matt's demise) til .80
This commit is contained in:
@@ -205,7 +205,7 @@ const deprecationWarnings = {
|
|||||||
// Example deprecations - you can modify these as needed
|
// Example deprecations - you can modify these as needed
|
||||||
pattern: /session\_data\.hasCap\s*\(/g,
|
pattern: /session\_data\.hasCap\s*\(/g,
|
||||||
message: "session_data.hasCap() is deprecated and will be removed",
|
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"
|
replacement: "Use session_data.capabilities.get() instead"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "zefie_wtvp_minisrv",
|
"name": "zefie_wtvp_minisrv",
|
||||||
"version": "0.9.70",
|
"version": "0.9.71",
|
||||||
"description": "WebTV Service (WTVP) Emulation Server",
|
"description": "WebTV Service (WTVP) Emulation Server",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
||||||
|
|||||||
Reference in New Issue
Block a user