mioku-plugin-admin 2.2.1 → 2.2.2

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -31,7 +31,7 @@ export default definePlugin({
31
31
  });
32
32
  }
33
33
 
34
- setPluginRuntimeState<RuntimeState>("admin", { ctx });
34
+ setPluginRuntimeState("admin", { ctx });
35
35
 
36
36
  const getConfig = () => config;
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mioku-plugin-admin",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "管理插件,提供事件通知与群管/个人管理指令",
5
5
  "main": "index.ts",
6
6
  "type": "module",