Use telegram-mtproto v3.2.7 to remove need for fix script

This commit is contained in:
Tulir Asokan
2017-11-30 17:48:21 +02:00
parent ca88182867
commit 9f7e816b36
4 changed files with 47 additions and 43 deletions
+45 -10
View File
@@ -22,6 +22,22 @@
"resolved": "https://registry.npmjs.org/@most/prelude/-/prelude-1.6.4.tgz",
"integrity": "sha512-RsT1xRIEc+rCCTZPL3v/tAC+dX1qt1q00ZofEtCJEMEsVg7zT+WLXiVQdhcRqqh4baQTYmDPArXrQWyd7GkqAA=="
},
"@safareli/free": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@safareli/free/-/free-1.0.0.tgz",
"integrity": "sha1-bnPfLiLLy/x5y8rOCs+anEOp7Fo=",
"requires": {
"fantasy-land": "1.0.1",
"sanctuary-type-classes": "0.3.0"
},
"dependencies": {
"sanctuary-type-classes": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/sanctuary-type-classes/-/sanctuary-type-classes-0.3.0.tgz",
"integrity": "sha1-SbknwDUzhna11G40jK07+/79MIc="
}
}
},
"Base64": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz",
@@ -116,11 +132,6 @@
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
"dev": true
},
"apropos": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/apropos/-/apropos-0.6.2.tgz",
"integrity": "sha512-iz4Yk3iNe46RofpRq6vrAb+M66cwsnRLqkJHHNDxHsAl7ND4a7QCIx38Z0gd4LxOX/R8NOAcRh7VmOGTkYWU3g=="
},
"argparse": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
@@ -906,6 +917,11 @@
"es5-ext": "0.10.35"
}
},
"daggy": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/daggy/-/daggy-0.0.1.tgz",
"integrity": "sha1-rpyTLJ9xNuZVoEr7Iei6rf0NNwc="
},
"dashdash": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
@@ -1617,6 +1633,20 @@
}
}
},
"fantasy-combinators": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/fantasy-combinators/-/fantasy-combinators-0.0.1.tgz",
"integrity": "sha1-0YOIrtlL55CsQGkDH16gGDReM6E="
},
"fantasy-land": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fantasy-land/-/fantasy-land-1.0.1.tgz",
"integrity": "sha1-uc3W3KGJU5N3yE9HJPtyF64qZ3k=",
"requires": {
"daggy": "0.0.1",
"fantasy-combinators": "0.0.1"
}
},
"fast-deep-equal": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz",
@@ -4157,15 +4187,15 @@
"dev": true
},
"telegram-mtproto": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/telegram-mtproto/-/telegram-mtproto-3.2.11.tgz",
"integrity": "sha512-WZPC5TfZCtvBc+TQd6jX1WzcMEBn7w4EIKanusBP1nicFn6hIiUK2XXcmVnt+ObA6Aq1+GZht11qgTZb8JSPOQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/telegram-mtproto/-/telegram-mtproto-3.2.7.tgz",
"integrity": "sha512-hBuUqr10EPoa7oCS2MywqNhSJ7G+pjKkkjAOQg0Z+866MchW8at20QhvUupPGFaR0WpQ+eKbHw+Gfc1bbGsYOQ==",
"requires": {
"@goodmind/node-cryptojs-aes": "0.5.0",
"@most/prelude": "1.6.4",
"@safareli/free": "1.0.0",
"ajv": "5.3.0",
"ajv-keywords": "2.1.1",
"apropos": "0.6.2",
"apropos": "0.4.0",
"axios": "0.16.2",
"bluebird": "3.5.1",
"detect-node": "2.0.3",
@@ -4187,6 +4217,11 @@
"uuid": "3.1.0"
},
"dependencies": {
"apropos": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/apropos/-/apropos-0.4.0.tgz",
"integrity": "sha512-S44zku+RHpZnlUUUVn/p+/12mgldrWuim1++Jf4RRR3YDvrfj+jUMSQhq1wHfK3PD6EwDUNAyiSo/uRh/VCK5g=="
},
"uuid": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",