Skip to content

Commit b20b5e4

Browse files
committed
fix: rebuild
1 parent f2d0412 commit b20b5e4

File tree

3 files changed

+74
-8
lines changed

3 files changed

+74
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"description": "Inline create plugin for adminforth",
2424
"peerDependencies": {
25-
"adminforth": "^2.24.0"
25+
"adminforth": "^2.30.0"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^22.10.7",

pnpm-lock.yaml

Lines changed: 70 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
export interface PluginOptions {
1+
import {type PluginsCommonOptions } from "adminforth";
2+
3+
export interface PluginOptions extends PluginsCommonOptions {
24

35
}

0 commit comments

Comments
 (0)