Skip to content

Commit 3a099ec

Browse files
committed
fix: rebuild
1 parent e13c68a commit 3a099ec

3 files changed

Lines changed: 86 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"handlebars": "^4.7.8"
3131
},
3232
"peerDependencies": {
33-
"adminforth": "^2.24.0"
33+
"adminforth": "^2.30.0"
3434
},
3535
"release": {
3636
"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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import AdminForth, { ImageVisionAdapter, ImageGenerationAdapter, CompletionAdapter } from "adminforth";
2+
import {type PluginsCommonOptions } from "adminforth";
23

3-
export interface PluginOptions {
4+
export interface PluginOptions extends PluginsCommonOptions {
45
/**
56
* Name of the action in three dots menu.
67
*/

0 commit comments

Comments
 (0)