telegram-tghub-better-new 0.3.4 → 0.4.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.
package/Version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.3.4";
1
+ export declare const version = "0.4.0";
package/Version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "0.3.4";
4
+ exports.version = "0.4.0";
@@ -66,7 +66,7 @@ class TelegramBaseClient {
66
66
  else {
67
67
  this._log = new extensions_1.Logger();
68
68
  }
69
- this._log.info("Running gramJS version " + __1.version);
69
+ this._log.info("Running TelegramClient version " + __1.version);
70
70
  if (session && typeof session == "string") {
71
71
  session = new sessions_1.StoreSession(session);
72
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telegram-tghub-better-new",
3
- "version": "0.3.4",
3
+ "version": "0.4.3",
4
4
  "description": "NodeJS/Browser MTProto API Telegram client library,",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1,3 +1,3 @@
1
- export declare const LAYER = 195;
1
+ export declare const LAYER = 196;
2
2
  declare const tlobjects: any;
3
3
  export { tlobjects };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tlobjects = exports.LAYER = void 0;
4
- exports.LAYER = 195;
4
+ exports.LAYER = 196;
5
5
  const _1 = require("./");
6
6
  const tlobjects = {};
7
7
  exports.tlobjects = tlobjects;