new depreciation

This commit is contained in:
zefie
2026-05-03 15:26:38 -04:00
parent 0c5dc17ae6
commit cf9cc22a1c
3 changed files with 12 additions and 3 deletions

View File

@@ -14,5 +14,13 @@
"message": "getServiceString() is deprecated and will be removed",
"removeVersion": "0.9.80",
"replacement": "Use wtvshared.getServiceString() instead"
}
},
{
"id": "moveArrayKey",
"pattern": "(?<!wtvshared\\.)moveArrayKey\\s*\\(",
"flags": "g",
"message": "moveArrayKey() is deprecated and will be removed",
"removeVersion": "0.9.80",
"replacement": "Use wtvshared.moveArrayKey() instead"
}
]