@mtkruto/node 0.63.12 → 0.63.13

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.
@@ -34,7 +34,7 @@ export declare function toInputUser(inputPeer: Api.InputPeer): Api.inputUserSelf
34
34
  export declare function canBeInputChannel(inputPeer: Api.InputPeer): inputPeer is Api.inputPeerChannel | Api.inputPeerChannelFromMessage;
35
35
  export declare function toInputChannel(inputPeer: Api.InputPeer): Api.inputChannel | Api.inputChannelFromMessage;
36
36
  export declare function repr(value: unknown): string | null;
37
- export declare const UPLOAD_REQUEST_PER_CONNECTION = 3;
37
+ export declare const UPLOAD_REQUEST_PER_CONNECTION = 2;
38
38
  export declare const DOWNLOAD_POOL_SIZE = 1;
39
39
  export declare const DOWNLOAD_REQUEST_PER_CONNECTION = 1;
40
40
  //# sourceMappingURL=0_utilities.d.ts.map
@@ -190,6 +190,6 @@ export function repr(value) {
190
190
  return repr_(value);
191
191
  }
192
192
  }
193
- export const UPLOAD_REQUEST_PER_CONNECTION = 3;
193
+ export const UPLOAD_REQUEST_PER_CONNECTION = 2;
194
194
  export const DOWNLOAD_POOL_SIZE = 1;
195
195
  export const DOWNLOAD_REQUEST_PER_CONNECTION = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtkruto/node",
3
- "version": "0.63.12",
3
+ "version": "0.63.13",
4
4
  "description": "MTKruto for Node.js",
5
5
  "author": "Roj <rojvv@icloud.com>",
6
6
  "repository": {
@@ -34,7 +34,7 @@ export declare function toInputUser(inputPeer: Api.InputPeer): Api.inputUserSelf
34
34
  export declare function canBeInputChannel(inputPeer: Api.InputPeer): inputPeer is Api.inputPeerChannel | Api.inputPeerChannelFromMessage;
35
35
  export declare function toInputChannel(inputPeer: Api.InputPeer): Api.inputChannel | Api.inputChannelFromMessage;
36
36
  export declare function repr(value: unknown): string | null;
37
- export declare const UPLOAD_REQUEST_PER_CONNECTION = 3;
37
+ export declare const UPLOAD_REQUEST_PER_CONNECTION = 2;
38
38
  export declare const DOWNLOAD_POOL_SIZE = 1;
39
39
  export declare const DOWNLOAD_REQUEST_PER_CONNECTION = 1;
40
40
  //# sourceMappingURL=0_utilities.d.ts.map
@@ -209,6 +209,6 @@ function repr(value) {
209
209
  return (0, _2_tl_js_1.repr)(value);
210
210
  }
211
211
  }
212
- exports.UPLOAD_REQUEST_PER_CONNECTION = 3;
212
+ exports.UPLOAD_REQUEST_PER_CONNECTION = 2;
213
213
  exports.DOWNLOAD_POOL_SIZE = 1;
214
214
  exports.DOWNLOAD_REQUEST_PER_CONNECTION = 1;