Skip to content

Commit 8953423

Browse files
committed
fix: rebuild
1 parent ecf053d commit 8953423

File tree

3 files changed

+86
-15
lines changed

3 files changed

+86
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "^5.7.3"
2222
},
2323
"peerDependencies": {
24-
"adminforth": "^2.24.0"
24+
"adminforth": "^2.30.0"
2525
},
2626
"release": {
2727
"plugins": [

pnpm-lock.yaml

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

types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { AdminUser } from "adminforth";
1+
import type { AdminUser, PluginsCommonOptions} from "adminforth";
22

3-
export interface PluginOptions {
3+
export interface PluginOptions extends PluginsCommonOptions {
44
activeFieldName: string;
55
canDeactivate: (adminUser: AdminUser) => Promise<boolean>;
66
}

0 commit comments

Comments
 (0)