alicezetion 1.7.9 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":463111461828362637,"last_updated":{"seconds":1696932298,"nanos":311873000}}
1
+ {"nonce":2741973024742069176,"last_updated":{"seconds":1696932722,"nanos":972772000}}
package/index.js CHANGED
@@ -199,7 +199,7 @@ function buildAPI(globalOptions, html, jar) {
199
199
  'removeUserFromGroup',
200
200
  'resolvePhotoUrl',
201
201
  'searchForThread',
202
- 'seen'
202
+ 'seen',
203
203
  'sendMessage',
204
204
  'sendTypingIndicator',
205
205
  'setMessageReaction',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.7.9",
3
+ "version": "1.8.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "start": "node index.js"
@@ -26,42 +26,5 @@
26
26
  "npmlog": "^7.0.1",
27
27
  "request": "^2.88.2",
28
28
  "websocket-stream": "^5.5.2"
29
- },
30
- "engines": {
31
- "node": ">=10.x"
32
- },
33
- "eslintConfig": {
34
- "env": {
35
- "es6": true,
36
- "es2017": true,
37
- "node": true
38
- },
39
- "extends": "eslint:recommended",
40
- "parserOptions": {
41
- "sourceType": "module"
42
- },
43
- "rules": {
44
- "linebreak-style": [
45
- "error",
46
- "unix"
47
- ],
48
- "semi": [
49
- "error",
50
- "always"
51
- ],
52
- "no-unused-vars": [
53
- 1,
54
- {
55
- "argsIgnorePattern": "^_",
56
- "varsIgnorePattern": "^_"
57
- }
58
- ],
59
- "no-empty": [
60
- "error",
61
- {
62
- "allowEmptyCatch": true
63
- }
64
- ]
65
- }
66
29
  }
67
30
  }