@mtkruto/browser 0.1.134 → 0.1.135

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.
@@ -4,7 +4,7 @@ export type PublicKeys = readonly [bigint, [bigint, bigint]][];
4
4
  export declare const PUBLIC_KEYS: PublicKeys;
5
5
  export declare const INITIAL_DC: DC;
6
6
  export declare const LAYER = 169;
7
- export declare const APP_VERSION = "MTKruto 0.1.134";
7
+ export declare const APP_VERSION = "MTKruto 0.1.135";
8
8
  export declare const DEVICE_MODEL: string;
9
9
  export declare const LANG_CODE: string;
10
10
  export declare const LANG_PACK = "";
@@ -52,7 +52,7 @@ export const PUBLIC_KEYS = Object.freeze([
52
52
  ]);
53
53
  export const INITIAL_DC = "2";
54
54
  export const LAYER = 169;
55
- export const APP_VERSION = "MTKruto 0.1.134";
55
+ export const APP_VERSION = "MTKruto 0.1.135";
56
56
  // @ts-ignore: lib
57
57
  export const DEVICE_MODEL = typeof Deno === "undefined" ? typeof navigator === "undefined" ? typeof process === "undefined" ? "Unknown" : process.platform + "-" + process.arch : navigator.userAgent.split(" ")[0] : Deno.build.os + "-" + Deno.build.arch;
58
58
  export const LANG_CODE = typeof navigator === "undefined" ? "en" : navigator.language.split("-")[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtkruto/browser",
3
- "version": "0.1.134",
3
+ "version": "0.1.135",
4
4
  "description": "MTKruto for browsers",
5
5
  "author": "Roj <rojvv@icloud.com>",
6
6
  "repository": {
@@ -4,7 +4,7 @@ export type PublicKeys = readonly [bigint, [bigint, bigint]][];
4
4
  export declare const PUBLIC_KEYS: PublicKeys;
5
5
  export declare const INITIAL_DC: DC;
6
6
  export declare const LAYER = 169;
7
- export declare const APP_VERSION = "MTKruto 0.1.134";
7
+ export declare const APP_VERSION = "MTKruto 0.1.135";
8
8
  export declare const DEVICE_MODEL: string;
9
9
  export declare const LANG_CODE: string;
10
10
  export declare const LANG_PACK = "";
@@ -55,7 +55,7 @@ exports.PUBLIC_KEYS = Object.freeze([
55
55
  ]);
56
56
  exports.INITIAL_DC = "2";
57
57
  exports.LAYER = 169;
58
- exports.APP_VERSION = "MTKruto 0.1.134";
58
+ exports.APP_VERSION = "MTKruto 0.1.135";
59
59
  // @ts-ignore: lib
60
60
  exports.DEVICE_MODEL = typeof Deno === "undefined" ? typeof navigator === "undefined" ? typeof process === "undefined" ? "Unknown" : process.platform + "-" + process.arch : navigator.userAgent.split(" ")[0] : Deno.build.os + "-" + Deno.build.arch;
61
61
  exports.LANG_CODE = typeof navigator === "undefined" ? "en" : navigator.language.split("-")[0];