Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Publish telegram-mtproto 3.2.11 (More info in description)
Browse files Browse the repository at this point in the history
Some changes in the previous version were unstable, so this version temporarily rollback all changes from the previous patch release

If you have had such issues as `cannot find module worker-loader` and `window is not defined` (in 3.2.8 or 3.2.9) or unstable connection (in 3.2.10), this release should fix it as well
  • Loading branch information
zerobias committed Oct 4, 2017
1 parent 3d69967 commit 208b5ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/telegram-mtproto/package.json
Expand Up @@ -33,14 +33,14 @@
"author": "Zero Bias",
"dependencies": {
"@goodmind/node-cryptojs-aes": "^0.5.0",
"ajv": "^5.2.2",
"ajv": "^5.2.3",
"ajv-keywords": "^2.1.0",
"apropos": "^0.6.2",
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"detect-node": "^2.0.3",
"eventemitter2": "^4.1.2",
"fluture": "^7.1.2",
"fluture": "^7.1.3",
"folktale": "^2.0.1",
"most": "^1.7.1",
"@most/prelude": "^1.6.4",
Expand All @@ -62,7 +62,7 @@
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-closure-elimination": "^1.2.0",
"babel-plugin-closure-elimination": "^1.2.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-define": "^1.3.0",
"babel-macros": "^1.0.2",
Expand All @@ -85,9 +85,9 @@
"remotedev-server": "^0.2.4",
"rimraf": "^2.6.2",
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"typescript": "^2.5.3",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-dev-server": "^2.9.1",
"worker-loader": "^0.8.1"
},
"engines": {
Expand Down

0 comments on commit 208b5ba

Please sign in to comment.