From afeff51ffed8f4cd59851ea3dc12342f4b4e768b Mon Sep 17 00:00:00 2001 From: TheEssem Date: Thu, 6 May 2021 16:07:57 -0500 Subject: [PATCH] v1.5.2 --- package-lock.json | 41 +++++++---------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5495278..b7b8b4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 747a609..acec6a3 100644 --- a/package.json +++ b/package.json @@ -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": {