koishi-plugin-node-async-bot-all 2.26.5 → 2.26.6

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -3
package/lib/index.js CHANGED
@@ -940,7 +940,7 @@ async function getUse(ctx, session, qq, desc) {
940
940
  __name(getUse, "getUse");
941
941
 
942
942
  // package.json
943
- var version = "2.26.5";
943
+ var version = "2.26.6";
944
944
 
945
945
  // src/index.ts
946
946
  var inject = ["database", "installer", "puppeteer", "cron"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-node-async-bot-all",
3
3
  "description": "NodeAsync Bot插件(自用)",
4
- "version": "2.26.5",
4
+ "version": "2.26.6",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "contributors": [
@@ -33,8 +33,7 @@
33
33
  "@koishijs/plugin-database-sqlite": "^4.6.0",
34
34
  "@koishijs/plugin-help": "^2.4.5",
35
35
  "@koishijs/plugin-market": "^2.11.8",
36
- "koishi": "^4.18.7",
37
- "koishi-plugin-puppeteer": "^3.9.0"
36
+ "koishi": "^4.18.7"
38
37
  },
39
38
  "dependencies": {
40
39
  "@bbob/html": "^4.3.1",