bump to v1.12.11
This commit is contained in:
parent
204f916b2a
commit
93294673de
2 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "vencord",
|
"name": "vencord",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"version": "1.12.10",
|
"version": "1.12.11",
|
||||||
"description": "The cutest Discord client mod",
|
"description": "The cutest Discord client mod",
|
||||||
"homepage": "https://github.com/Vendicated/Vencord#readme",
|
"homepage": "https://github.com/Vendicated/Vencord#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,7 @@ export const DisplayProfileUtils: t.DisplayProfileUtils = mapMangledModuleLazy(/
|
||||||
export const DateUtils: t.DateUtils = mapMangledModuleLazy("millisecondsInUnit:", {
|
export const DateUtils: t.DateUtils = mapMangledModuleLazy("millisecondsInUnit:", {
|
||||||
calendarFormat: filters.byCode("sameElse"),
|
calendarFormat: filters.byCode("sameElse"),
|
||||||
dateFormat: filters.byCode('":'),
|
dateFormat: filters.byCode('":'),
|
||||||
isSameDay: filters.byCode(/Math\.abs\(\i-\i\)/),
|
// TODO: the +? are for compat with the old version - Remove them once no longer needed
|
||||||
|
isSameDay: filters.byCode(/Math\.abs\(\+?\i-\+?\i\)/),
|
||||||
diffAsUnits: filters.byCode("days:0", "millisecondsInUnit")
|
diffAsUnits: filters.byCode("days:0", "millisecondsInUnit")
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue