koishi-plugin-prism 0.1.0 → 0.1.1

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.
@@ -67,3 +67,10 @@ export type Sender = {
67
67
  };
68
68
  export declare function humanReadableBotError(error: PrismBotClientError): string;
69
69
  export declare function parseMahjongTables(value: string, labelPrefix: string): Map<string, MahjongTableConfig>;
70
+ declare const _default: {
71
+ name: string;
72
+ Config: Schema<PrismKoishiPluginConfig>;
73
+ ConfigSchema: Schema<PrismKoishiPluginConfig>;
74
+ apply: typeof apply;
75
+ };
76
+ export default _default;
@@ -1237,3 +1237,9 @@ function findSubjectForSession(session, provider) {
1237
1237
  return qq.subject;
1238
1238
  return identities[0].subject ?? null;
1239
1239
  }
1240
+ exports.default = {
1241
+ name: exports.name,
1242
+ Config: exports.Config,
1243
+ ConfigSchema: exports.Config,
1244
+ apply,
1245
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-prism",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "PRiSM Next 计费与设备管理系统的 Koishi 机器人集成插件",
5
5
  "main": "./dist-types/index.js",
6
6
  "exports": {