@mtcute/core 0.30.2 → 0.30.3

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.
@@ -227,7 +227,7 @@ class NetworkManager {
227
227
  _: "initConnection",
228
228
  deviceModel,
229
229
  systemVersion: "1.0",
230
- appVersion: "0.30.2",
230
+ appVersion: "0.30.3",
231
231
  systemLangCode: "en",
232
232
  langPack: "",
233
233
  // "langPacks are for official apps only"
@@ -220,7 +220,7 @@ class NetworkManager {
220
220
  _: "initConnection",
221
221
  deviceModel,
222
222
  systemVersion: "1.0",
223
- appVersion: "0.30.2",
223
+ appVersion: "0.30.3",
224
224
  systemLangCode: "en",
225
225
  langPack: "",
226
226
  // "langPacks are for official apps only"
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@mtcute/core",
3
3
  "type": "module",
4
- "version": "0.30.2",
4
+ "version": "0.30.3",
5
5
  "description": "Type-safe library for MTProto (Telegram API)",
6
6
  "license": "MIT",
7
7
  "scripts": {},
8
8
  "dependencies": {
9
- "@fuman/io": "0.0.19",
10
- "@fuman/net": "0.0.19",
11
- "@fuman/utils": "0.0.19",
12
- "@mtcute/file-id": "^0.29.0",
13
- "@mtcute/tl-runtime": "^0.29.0",
9
+ "@fuman/io": "0.0.20",
10
+ "@fuman/net": "0.0.20",
11
+ "@fuman/utils": "0.0.20",
12
+ "@mtcute/file-id": "^0.30.3",
13
+ "@mtcute/tl-runtime": "^0.30.3",
14
14
  "@types/events": "3.0.0",
15
15
  "long": "^5.3.2"
16
16
  },