koishi-plugin-best-cave 1.1.2 → 1.1.4
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.
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Context, Schema } from 'koishi';
|
|
2
|
-
export declare const name = "cave";
|
|
2
|
+
export declare const name = "best-cave";
|
|
3
3
|
export declare const inject: string[];
|
|
4
4
|
export declare const Config: Schema<Config>;
|
|
5
5
|
export declare function apply(ctx: Context, config: Config): Promise<void>;
|
package/lib/index.js
CHANGED
|
@@ -58,7 +58,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
58
58
|
var import_koishi = require("koishi");
|
|
59
59
|
var fs = __toESM(require("fs"));
|
|
60
60
|
var path = __toESM(require("path"));
|
|
61
|
-
var name = "cave";
|
|
61
|
+
var name = "best-cave";
|
|
62
62
|
var inject = ["database"];
|
|
63
63
|
var Config = import_koishi.Schema.object({
|
|
64
64
|
manager: import_koishi.Schema.array(import_koishi.Schema.string()).required(),
|