Skip to content

Commit 56f6494

Browse files
committed
fix: rebuild
1 parent eb1ed7e commit 56f6494

File tree

3 files changed

+73
-8
lines changed

3 files changed

+73
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/devforth/adminforth-markdown.git"
2929
},
3030
"peerDependencies": {
31-
"adminforth": "^2.24.0"
31+
"adminforth": "^2.30.0"
3232
},
3333
"release": {
3434
"plugins": [

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import {type PluginsCommonOptions } from "adminforth";
12

2-
export interface PluginOptions {
3+
export interface PluginOptions extends PluginsCommonOptions {
34
fieldName: string;
45

56
/**

0 commit comments

Comments
 (0)