meta-horizonn 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@
43
43
  "@types/speakeasy": "^2.0.10",
44
44
  "@types/totp-generator": "0.0.8",
45
45
  "@types/tough-cookie": "^4.0.5",
46
+ "@types/tr46": "^3.0.3",
46
47
  "@types/universalify": "^1.0.3",
47
48
  "@types/uuid": "^9.0.7",
48
49
  "@types/ws": "^8.5.10"
@@ -0,0 +1,4 @@
1
+ {
2
+ "optOut": false,
3
+ "lastUpdateCheck": 1702093414244
4
+ }
package/README.md CHANGED
@@ -14,16 +14,6 @@
14
14
  </p> -->
15
15
  [![NPM Package Dependents](https://badgen.net/npm/dependents/meta-horizonn)](https://npmjs.com/package/meta-horizonn)
16
16
 
17
- ## Install Package
18
- [![Install Size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=meta-horizonn&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=meta-horizonn)
19
- [![NPM Bundle Size](https://img.shields.io/bundlephobia/minzip/meta-horizonn?style=flat-square)](https://bundlephobia.com/package/meta-horizonn@latest)
20
-
21
- # Downloads
22
- [![NPM Package Daily Downloads](https://badgen.net/npm/dm/meta-horizonn)](https://npmjs.com/package/meta-horizonn)
23
- [![NPM Package Monthly Downloads](https://badgen.net/npm/dm/meta-horizonn)](https://npmjs.com/package/meta-horizonn)
24
- ### Total Downloads
25
- [![NPM Package Total Downloads](https://badgen.net/npm/dt/meta-horizonn)](https://npmjs.com/package/meta-horizonn)
26
-
27
17
  <!-- ## **List Info**
28
18
 
29
19
  - [📝 **Note**](#-note)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meta-horizonn",
3
- "version": "1.1.2",
4
- "description": "Facebook-Chat-API Protect and Deploy by Kanzu and HZI Team. Kem is redeveloped. Rename package is Meta Horizon Remake and package supported ChatBot Messenger.",
3
+ "version": "1.1.3",
4
+ "description": "Facebook-Chat-API Protect and Deploy by Kanzu and HZI Team. Kem is redeveloped. Rename package is Meta Horizonn and package supported ChatBot Messenger.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "mocha"
@@ -27,6 +27,8 @@
27
27
  "cheerio": "latest",
28
28
  "crypto-js": "latest",
29
29
  "deasync": "^0.1.28",
30
+ "define-properties": "^1.2.1",
31
+ "devtools-protocol": "^0.0.1235375",
30
32
  "duplexify": "^4.1.2",
31
33
  "encode32": "latest",
32
34
  "express": "latest",
@@ -36,6 +38,7 @@
36
38
  "fs-extra": "^11.1.1",
37
39
  "got": "^11.8.6",
38
40
  "https-proxy-agent": "latest",
41
+ "lru-cache": "^10.1.0",
39
42
  "is-hexcolor": "^1.0.0",
40
43
  "lodash": "latest",
41
44
  "moment": "^2.29.4",
@@ -51,6 +54,7 @@
51
54
  "speakeasy": "latest",
52
55
  "totp-generator": "latest",
53
56
  "tough-cookie": "^4.1.2",
57
+ "tr46": "^5.0.0",
54
58
  "uuid": "latest",
55
59
  "ws": "^8.13.0"
56
60
  },