Add city timezone lookup

This commit is contained in:
Dragon Fire
2021-04-24 14:24:20 -04:00
parent c20e727bfd
commit 65beca4226
4 changed files with 38 additions and 28 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "136.6.0",
"version": "136.6.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"private": true,
@@ -39,7 +39,8 @@
"aki-api": "^5.2.1",
"bombsweeper.js": "^1.0.1",
"canvas": "^2.7.0",
"cheerio": "1.0.0-rc.6",
"cheerio": "^1.0.0-rc.6",
"city-timezones": "^1.2.0",
"cloc": "^2.7.0",
"common-tags": "^1.8.0",
"connect4-ai": "^0.1.3",
@@ -59,7 +60,7 @@
"gm": "^1.23.1",
"html-entities": "^2.3.2",
"image-to-ascii": "^3.0.13",
"ioredis": "^4.26.0",
"ioredis": "^4.27.1",
"js-beautify": "^1.13.13",
"js-chess-engine": "^0.11.3",
"jszip": "^3.6.0",
@@ -83,7 +84,7 @@
"text-diff": "^1.0.1",
"tictactoe-minimax-ai": "^1.2.1",
"twemoji-parser": "^13.0.0",
"user-agents": "^1.0.631",
"user-agents": "^1.0.632",
"valid-url": "^1.0.9",
"wavefile": "^11.0.0",
"winston": "^3.3.3",