mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Use jaccard in percent-diff
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "139.6.0",
|
||||
"version": "139.6.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"private": true,
|
||||
@@ -49,7 +49,7 @@
|
||||
"discord.js": "^12.5.3",
|
||||
"discord.js-commando": "github:discordjs/Commando",
|
||||
"discord.js-docs": "github:TeeSeal/discord.js-docs",
|
||||
"dotenv": "^9.0.0",
|
||||
"dotenv": "^9.0.2",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"eslint": "^7.26.0",
|
||||
"fen-validator": "^1.4.1",
|
||||
@@ -65,7 +65,7 @@
|
||||
"kuroshiro": "^1.1.2",
|
||||
"kuroshiro-analyzer-kuromoji": "^1.1.0",
|
||||
"leven": "^3.1.0",
|
||||
"mathjs": "^9.3.2",
|
||||
"mathjs": "^9.4.0",
|
||||
"moment": "^2.29.1",
|
||||
"moment-duration-format": "^2.3.2",
|
||||
"moment-timezone": "^0.5.33",
|
||||
@@ -79,16 +79,16 @@
|
||||
"semver": "^7.3.5",
|
||||
"sherlockjs": "^1.4.0",
|
||||
"stackblur-canvas": "^2.5.0",
|
||||
"string-similarity": "^4.0.4",
|
||||
"tesseract.js": "^2.1.4",
|
||||
"text-diff": "^1.0.1",
|
||||
"tictactoe-minimax-ai": "^1.2.1",
|
||||
"twemoji-parser": "^13.0.0",
|
||||
"user-agents": "^1.0.646",
|
||||
"user-agents": "^1.0.654",
|
||||
"valid-url": "^1.0.9",
|
||||
"wavefile": "^11.0.0",
|
||||
"winston": "^3.3.3",
|
||||
"ytdl-core": "^4.7.0",
|
||||
"wuzzy": "^0.1.7",
|
||||
"ytdl-core": "^4.8.0",
|
||||
"zip-to-timezone": "^1.1.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user