@mtcute/core 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,7 +245,7 @@ class NetworkManager {
245
245
  _: 'initConnection',
246
246
  deviceModel,
247
247
  systemVersion: '1.0',
248
- appVersion: '0.4.0',
248
+ appVersion: '0.6.0',
249
249
  systemLangCode: 'en',
250
250
  langPack: '',
251
251
  langCode: 'en',
@@ -241,7 +241,7 @@ export class NetworkManager {
241
241
  _: 'initConnection',
242
242
  deviceModel,
243
243
  systemVersion: '1.0',
244
- appVersion: '0.4.0',
244
+ appVersion: '0.6.0',
245
245
  systemLangCode: 'en',
246
246
  langPack: '',
247
247
  langCode: 'en',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtcute/core",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "Core functions and base MTProto client",
5
5
  "author": "Alina Sireneva <alina@tei.su>",
6
6
  "license": "MIT",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@mtcute/tl": "^169.0.0",
26
- "@mtcute/tl-runtime": "^0.4.0",
27
- "@mtcute/wasm": "^0.4.0",
26
+ "@mtcute/tl-runtime": "^0.6.0",
27
+ "@mtcute/wasm": "^0.6.0",
28
28
  "@types/events": "3.0.0",
29
29
  "events": "3.2.0",
30
30
  "long": "5.2.3"