We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7821c5d commit 8d0a503Copy full SHA for 8d0a503
package.json
@@ -5,7 +5,8 @@
5
"main": "dist/src/mod.js",
6
"typings": "dist/src/mod.d.ts",
7
"engines": {
8
- "wechaty": ">=0.17.46"
+ "node": ">=12",
9
+ "wechaty": ">=0.56"
10
},
11
"scripts": {
12
"clean": "shx rm -fr dist/*",
@@ -58,7 +59,7 @@
58
59
"hot-import": "^0.2.14",
60
"memory-card": "^0.12.2",
61
"normalize-package-data": "^3.0.1",
- "quick-lru": "^6.0.0",
62
+ "quick-lru": "^5",
63
"read-pkg-up": "^7.0.1",
64
"rx-queue": "^0.8.5",
65
"rxjs": "^6.6.6",
0 commit comments