Move eris to stable release version
This commit is contained in:
parent
c354adf790
commit
2b4c2944a5
2 changed files with 21 additions and 21 deletions
|
@ -19,7 +19,7 @@
|
|||
"dependencies": {
|
||||
"colorcolor": "^1.1.1",
|
||||
"dumpy": "github:Cynosphere/dumpy.js",
|
||||
"eris": "github:abalabahaha/eris#dev",
|
||||
"eris": "^0.16.1",
|
||||
"jimp": "^0.16.1",
|
||||
"murmurhash": "^2.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
|
|
|
@ -3,7 +3,7 @@ lockfileVersion: 5.3
|
|||
specifiers:
|
||||
colorcolor: ^1.1.1
|
||||
dumpy: github:Cynosphere/dumpy.js
|
||||
eris: github:abalabahaha/eris#dev
|
||||
eris: ^0.16.1
|
||||
eslint: ^7.26.0
|
||||
jimp: ^0.16.1
|
||||
murmurhash: ^2.0.0
|
||||
|
@ -16,7 +16,7 @@ specifiers:
|
|||
dependencies:
|
||||
colorcolor: 1.1.1
|
||||
dumpy: github.com/Cynosphere/dumpy.js/5fc22353cdcb97084bab572266390e780d9f7a7b
|
||||
eris: github.com/abalabahaha/eris/aa8bedf41a30fae55561ef0d269d313ef5a59912
|
||||
eris: 0.16.1
|
||||
jimp: 0.16.1
|
||||
murmurhash: 2.0.0
|
||||
node-fetch: 2.6.1
|
||||
|
@ -812,6 +812,19 @@ packages:
|
|||
ansi-colors: 4.1.1
|
||||
dev: true
|
||||
|
||||
/eris/0.16.1:
|
||||
resolution: {integrity: sha512-fqjgaddSvUlUjA7s85OvZimLrgCwX58Z6FXOIxdNFJdT6XReJ/LOWZKdew2CaalM8BvN2JKzn98HmKYb3zMhKg==}
|
||||
engines: {node: '>=10.4.0'}
|
||||
dependencies:
|
||||
ws: 8.5.0
|
||||
optionalDependencies:
|
||||
opusscript: 0.0.8
|
||||
tweetnacl: 1.0.3
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/escape-string-regexp/1.0.5:
|
||||
resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
|
||||
engines: {node: '>=0.8.0'}
|
||||
|
@ -1591,6 +1604,7 @@ packages:
|
|||
|
||||
/opusscript/0.0.8:
|
||||
resolution: {integrity: sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==}
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
|
@ -2123,6 +2137,7 @@ packages:
|
|||
|
||||
/tweetnacl/1.0.3:
|
||||
resolution: {integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==}
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
|
@ -2209,9 +2224,9 @@ packages:
|
|||
/wrappy/1.0.2:
|
||||
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
|
||||
|
||||
/ws/7.5.4:
|
||||
resolution: {integrity: sha512-zP9z6GXm6zC27YtspwH99T3qTG7bBFv2VIkeHstMLrLlDJuzA7tQ5ls3OJ1hOGGCzTQPniNJoHXIAOS0Jljohg==}
|
||||
engines: {node: '>=8.3.0'}
|
||||
/ws/8.5.0:
|
||||
resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
utf-8-validate: ^5.0.2
|
||||
|
@ -2279,18 +2294,3 @@ packages:
|
|||
jimp: 0.16.1
|
||||
node-fetch: 2.6.1
|
||||
dev: false
|
||||
|
||||
github.com/abalabahaha/eris/aa8bedf41a30fae55561ef0d269d313ef5a59912:
|
||||
resolution: {tarball: https://codeload.github.com/abalabahaha/eris/tar.gz/aa8bedf41a30fae55561ef0d269d313ef5a59912}
|
||||
name: eris
|
||||
version: 0.16.0-dev
|
||||
engines: {node: '>=10.4.0'}
|
||||
dependencies:
|
||||
ws: 7.5.4
|
||||
optionalDependencies:
|
||||
opusscript: 0.0.8
|
||||
tweetnacl: 1.0.3
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue