v1.5.2
This commit is contained in:
parent
11ab4ad1d4
commit
afeff51ffe
2 changed files with 8 additions and 35 deletions
41
package-lock.json
generated
41
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "esmbot",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "esmbot",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@top-gg/sdk": "^3.1.1",
|
||||
|
@ -1147,9 +1147,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eris": {
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/eris/-/eris-0.15.0.tgz",
|
||||
"integrity": "sha512-muBdi5XyMXdxFQ8xUG6yofq40/Z02CHlqJP7zIdHhpdDiHvFM/mybGiFAHuoSYcsVTTvEfbUaAJ+SDEmMjARYw==",
|
||||
"version": "0.15.1",
|
||||
"resolved": "git+ssh://git@github.com/abalabahaha/eris.git#a02293b680248e4c1a1bd679a431e98031bf1f38",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ws": "^7.2.1"
|
||||
},
|
||||
|
@ -1175,21 +1175,6 @@
|
|||
"node": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eris-sharder/node_modules/eris": {
|
||||
"version": "0.15.1-dev",
|
||||
"resolved": "git+ssh://git@github.com/abalabahaha/eris.git#340ffe9118ccf8f938598c90c65418fc624608db",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ws": "^7.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.4.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"opusscript": "^0.0.8",
|
||||
"tweetnacl": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/erlpack": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "git+ssh://git@github.com/abalabahaha/erlpack.git#5d0064f9e106841e1eead711a6451f99b0d289fd",
|
||||
|
@ -4825,9 +4810,8 @@
|
|||
}
|
||||
},
|
||||
"eris": {
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/eris/-/eris-0.15.0.tgz",
|
||||
"integrity": "sha512-muBdi5XyMXdxFQ8xUG6yofq40/Z02CHlqJP7zIdHhpdDiHvFM/mybGiFAHuoSYcsVTTvEfbUaAJ+SDEmMjARYw==",
|
||||
"version": "git+ssh://git@github.com/abalabahaha/eris.git#a02293b680248e4c1a1bd679a431e98031bf1f38",
|
||||
"from": "eris@^0.15.0",
|
||||
"requires": {
|
||||
"opusscript": "^0.0.8",
|
||||
"tweetnacl": "^1.0.1",
|
||||
|
@ -4842,17 +4826,6 @@
|
|||
"colors": "^1.1.2",
|
||||
"eris": "github:abalabahaha/eris#dev",
|
||||
"fancy-log": "^1.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"eris": {
|
||||
"version": "git+ssh://git@github.com/abalabahaha/eris.git#340ffe9118ccf8f938598c90c65418fc624608db",
|
||||
"from": "eris@github:abalabahaha/eris#dev",
|
||||
"requires": {
|
||||
"opusscript": "^0.0.8",
|
||||
"tweetnacl": "^1.0.1",
|
||||
"ws": "^7.2.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"erlpack": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "esmbot",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"description": "A Discord bot with miscellaneous features",
|
||||
"main": "app.js",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue