Skip to content

Commit bfdc564

Browse files
committed
fix: rebuild
1 parent a951276 commit bfdc564

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
@@ -23,7 +23,7 @@
2323
"@aws-sdk/s3-request-presigner": "^3.629.0"
2424
},
2525
"peerDependencies": {
26-
"adminforth": "^2.24.0"
26+
"adminforth": "^2.30.0"
2727
},
2828
"keywords": [
2929
"adminforth",

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,6 +1,8 @@
11
import { AdminUser, ImageGenerationAdapter, StorageAdapter, HttpExtra } from "adminforth";
2+
import {type PluginsCommonOptions } from "adminforth";
23

3-
export type PluginOptions = {
4+
5+
export interface PluginOptions extends PluginsCommonOptions {
46

57
/**
68
* The name of the column where the path to the uploaded file is stored.

0 commit comments

Comments
 (0)